Socket Event Gateway - receiving and storing data from GPS tracker

2013-06-04 Thread Helge Hetland

Hello,

I´m trying to receive data from a GPS tracker (Toplovo TL-202) using the
socket gateway in ColdFusion (CF 8 and CF 9 enterprise on windows tested)

The data is sent as a TCP connection via GPRS from the tracker.

When I test the socket gateway via telnet I can connect to it and everything
I type is received and logged to a file.

I am using an example from cfdocs to test if I can receive and process the
data:



   

if (NOT IsDefined("CFEvent.Data.file")) {
CFEvent.Data.file="defaultEventLog"; }
if (NOT IsDefined("CFEvent.Data.type")) {
CFEvent.Data.type="info"; }





However ­ nothing is received/logged from the tracker until I disconnect the
GPRS session, then all accumulated data is processed and logged in the log
file.

When I look at the data received with a packet sniffer the data is like
this:

#013226006970707,CMD-T,A,DATE:130604,TIME:163554,LAT:59.1493866N,LOT:005.260
9933E,Speed:003.1,X-X-X-X-88-24,024,24202-01F8-2E2D##013226006970707,CMD-T,A
,DATE:130604,TIME:163854,LAT:59.1495200N,LOT:005.2610833E,Speed:000.5,X-X-X-
X-88-24,000,24202-01F8-2E2D#

And the data is exactly this ­ there is no additional data in the packet
received when looking at the hex values

This data represents 2 position updates ­ and the data packet is sent to the
gateway every 3 minutes.

I guess that the socket gateway is expecting some sort of "end of
transmission" before it receives and logs the data.

Can anyone point me to what I need to do to make the socket gateway receive
/ log the information on every transmission from the unit?

The full source code for the gateway is included, but I do not know what to
do with that kind of codeŠ ;)
(\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\gateway\src\
examples\socket on my devserver)

 I´m going to parse the data as it is received and store it in database for
further processing.

Maybe there is better and smarter ways to do this ­ especially if there is
thousands of trackers sending position data to the system?

Thanks,
Helge Hetland
WebSite AS

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355867
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Clustering ColdFusion - some "black holes"

2011-01-26 Thread Helge Hetland

Thanks Dave,

Good to know for sure that the way we've done it is the correct way.

With that uncertainty out of the mind I can focus on the LB unit and see if 
there's problems there.

Thanks again

Regard,
Helge


-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: 26. januar 2011 04:48
To: cf-talk
Subject: Re: Clustering ColdFusion - some "black holes"


> But, the below described procedure - it's 100% accurate for setting up a 
> cluster?
> (not ticking of the "replicate sessions" this time.. :))
>
> --
> JRun instances
> All new CF instances is created from the default CFusion instance 
> which is shut down and "never used" after the setup is done (same goes 
> with JRun Admin Instance) Internal webserver on every CF instance is 
> active with separate port addresses and separate instance names (8300 
> for admin,
> 8301 for instance one "cfusion1", 8302 for instance two "cfusion2", 
> 8303 for instance 3 "cfusion3" on physical server #2 etc.) Every CF 
> instance have the remote port (JNDI port) set unique (both server wide 
> and cluster wide)
>
> Clustering setup
> On one server (CFadmin / Instance manager) all remote instances is 
> registered On the same server one cluster is created with round robin 
> / sticky sessions / and replicate sessions set All instances is added 
> to the clusters (for example 6 instances on 3 physical servers on the 
> same subnet) (After this the servers is physically restarted)
>
> Connector setup
> On every physical server the Web Server Configuration Tool is run
>
> On every physical server the IIS webserver is configured with this settings:
> JRun Host: [The server where cluster was created initially] JRun 
> Server: [The cluster name] All IIS websites (The server has multiple 
> websites, hundreds) Configure web server for cf 7/8/9 apps

Yes, all of those settings and steps look right to me.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and 
provides the highest caliber vendor-authorized instruction at our training 
centers, online, or onsite.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341324
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Clustering ColdFusion - some "black holes"

2011-01-25 Thread Helge Hetland

I agree also.

I should have left that one out of it..
It seems to have hidden the real question which is: "what is the 100% correct 
way to create a cluster as this."

Thanks,
Helge

-Original Message-
From: Jason Fisher [mailto:ja...@wanax.com] 
Subject: Re: Clustering ColdFusion - some "black holes"

I agree with Dave on this one:  set sticky sessions on the LB, and let each web 
server stand independently so there are no single failure points.  If you need 
true failover, refactor the apps to use client vars and store them in a 
database for clean 'session' replication across the web servers.



From: "Dave Watts" 
Sent: Tuesday, January 25, 2011 9:11 AM
To: "cf-talk" 
Subject: Re: Clustering ColdFusion - some "black holes"

> Goal:
> One rock stable high performance ColdFusion cluster with session
replication and quick
> failover

Is there a specific requirement for session replication? Because you might get 
generally better results if you just use sticky sessions.
That buys you load balancing, but not complete failover - but it may be enough, 
if your failure rate is acceptably low.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341175
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Clustering ColdFusion - some "black holes"

2011-01-25 Thread Helge Hetland

Hello,

There is some questions regarding clustering I've never found a clear / 
consistent answer on.

I hope someone can give me the ultimate answers on my questions..

I've tried to generalize a bit to "broaden" the scope for this,

Software
Win2003/2008 32/64 bit - IIS6/IIS7 - CF7/8/9 Enterprise - 32bit/64bit

Hardware
2-x servers with 1-x jrun/coldfusions instances on each (and 2 nics on each - 
one connected to the load balancer (via a switch) and one connected to internal 
network, db server etc (also via a switch))
Hardware load balancer in front of the servers, sticky sessions set on the load 
balancer
x is a number - from 1 to whatever (number of servers and number of instances)

Goal:
One rock stable high performance ColdFusion cluster with session replication 
and quick failover when:

* JRun/CF instance crashes

* Physical server crashes

* IIS on server chrashes

The setup for the different software configurations is rather similar ("if 32 
bit you must pay attention to this", "if 64 bit you must pay attention to that")
In any configuration the clustering setup is very similar

JRun instances
All new CF instances is created from the default CFusion instance which is shut 
down and "never used" after the setup is done (same goes with JRun Admin 
Instance)
Internal webserver on every CF instance is active with separate port addresses 
and separate instance names (8300 for admin, 8301 for instance one "cfusion1", 
8302 for instance two "cfusion2", 8303 for instance 3 "cfusion3" on physical 
server #2 etc.)
Every CF instance have the remote port (JNDI port) set unique (both server wide 
and cluster wide)

Clustering setup
On one server (CFadmin / Instance manager) all remote instances is registered
On the same server one cluster is created with round robin / sticky sessions / 
and replicate sessions set
All instances is added to the clusters (for example 6 instances on 3 physical 
servers on the same subnet)
(After this the servers is physically restarted)

Connector setup
On every physical server the Web Server Configuration Tool is run

On every physical server the IIS webserver is configured with this settings:
JRun Host: [The server where cluster was created initially]
JRun Server: [The cluster name]
All IIS websites (The server has multiple websites, hundreds)
Configure web server for cf 7/8/9 apps

This is where it gets confusing and I'm thinking I must have missed something 
vital during the setup procedure above.

If the server where the cluster was created initially goes down, all instances 
goes down?
Session replication is not very stable (have not tried on 9 yet)

Is there something very wrong with the above configuration and setup methods?

If so, what/where/why? ;)

I've seen descriptions where the same cluster (same cluster name) is created on 
every physical server, and the connector setup is run against localhost, but 
that doesn't make sense either.. ?

I've been googling for answers on all this many times, since no blog or site 
I've found have everything covered there are some "black holes" in the 
descriptions for setting up a cluster.

It could also be that the hardware setup is the problem, but I'm hoping for 
some pointers here before I take a deep look on the HW side of it (which seems 
to be running just fine on the different setups I've tested)

Thanks for any insight on this

Helge


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341163
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Helge Hetland

Try this :)

http://www.popchart.com/pricing.cfm

-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
Sent: 5. september 2000 21:46
To: [EMAIL PROTECTED]
Subject: RE: Need a good dynamic bar & pie chart app...


Hmmm...I can't seem to get anyone from Corda on the phone...just keep
getting voicemail.  Any idea what pricing is like?


-Kev


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Helge Hetland

No, sorry.

I just started looking into it myself. 
I've tested ImageServer and relatively quickly managed to make Flash drill
downs from CF queries.

I guess this text from their web site tells you that ImageServer is the tool
to use
(Pro adds caching, loadbalancing and performance enhancements):

"PopChart Image Server is a server-side tool written in 100% Java that
generates high-quality dynamic charts and graphs and integrates easily with
Allaire ColdFusion. PopChart Image Server can generate either GIF, or FLASH
images from dynamic ColdFusion Queries.  FLASH Images are smaller, quicker
to generate, and allow interaction such as drill-down, roll-over, and popup
text."

Helge


-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
Sent: 5. september 2000 21:15
To: [EMAIL PROTECTED]
Subject: RE: Need a good dynamic bar & pie chart app...


Thanks, Helge...I'm downloading the eval right now.  Can you give me any
info on the usefulness of Popchart Live vs. Image Server or Image Server
Pro?


-Kev


> -Original Message-
> From: Helge Hetland [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 2:25 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Need a good dynamic bar & pie chart app...
>
>
> Have you tried popchart from www.popchart.com?
>
> Very good product.
>
> Helge
> -Original Message-
> From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
> Sent: 5. september 2000 20:32
> To: [EMAIL PROTECTED]
> Subject: Need a good dynamic bar & pie chart app...
>
>
> Anyone have a tag/app that plays nicely with ColdFusion to create dynamic
> bar and pie chartsin a web page?  I'm specifically looking for something
> that will display multiple recommended/actual vertical bars next to each
> other, in differing colors.  Any help would be greatly appreciated.
>
> Thanks, all...
>
> 
> -Kev
> 
>
> > -Original Message-
> > From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 12:42 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Apache Isn't Playing Nice with ColdFusion...
> >
> >
> > Allaire only supports 1.3.2 and better :)
> >
> > From the allaire site..
> >
> > "ColdFusion supports only Apache version 1.3.2 and above"
> > For Version 4.01
> >
> > And for.. 4.5 in my CFDOCS it says
> >
> > "To configure the Apache Web Server v1.3.6" which kind
> > of implies that you have to use that.
> >
> > And apache will not run in the background in Win98
> > try reading the release notes for Win32 apache
> > ... Here
> >
> > http://www.apache.org/docs/windows.html
> >
> > Apache + CF + NT is real easy with the right
> > versions etc.
> >
> >
> > Jeremy
> >
> >
> >
> >
> >
> >
> > -Original Message-
> > From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 12:23 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: Apache Isn't Playing Nice with ColdFusion...
> >
> >
> > This message is in MIME format. Since your mail reader does not
> understand
> > this format, some or all of this message may not be legible.
> >
> > --_=_NextPart_001_01C01755.9FA441D8
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> >
> > Hello!
> >
> > I installed Apache 1.3.12 on my machine last night, and I got it running
> > with the following problems. Any help on any of these points would be
> > greatly appreciated. Win98/C533/64MB/CF4.5 config. TIA!
> >
> > 1) I can't get Apache to run automatically or as a service in the
> > background
> >like PWS used to.
> >
> > Right now, I've got a shortcut to apache.exe in my startup group with
> > ColdFusion server. Yes, it seems like a huge hack to me, too. So, at
> > startup, I get a DOS-looking window that says something like "Apache
> > running...", and indeed it is. But, the DOS window can't be
> closed without
> > killing Apache, and even when I try to shut down, I have to Alt-F4 the
> > window and say yes to the "are you sure" dialog. Then, next time I start
> > Apache, I get a little message in the DOS window about Apache
> > being started
> > after it was closed inappropriately last time. Using Start > Programs >
> > Apache > Stop Apache gives me an error if the Apache DOS window is still
> > open. Trying to install Apache as a service gives me some error in a DOS
> > window that closes too quickly for me to read 

RE: Need a good dynamic bar & pie chart app...

2000-09-05 Thread Helge Hetland

Have you tried popchart from www.popchart.com?

Very good product.

Helge
-Original Message-
From: Kevin Langevin [mailto:[EMAIL PROTECTED]]
Sent: 5. september 2000 20:32
To: [EMAIL PROTECTED]
Subject: Need a good dynamic bar & pie chart app...


Anyone have a tag/app that plays nicely with ColdFusion to create dynamic
bar and pie chartsin a web page?  I'm specifically looking for something
that will display multiple recommended/actual vertical bars next to each
other, in differing colors.  Any help would be greatly appreciated.

Thanks, all...


-Kev


> -Original Message-
> From: Jeremy Allen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 12:42 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Apache Isn't Playing Nice with ColdFusion...
>
>
> Allaire only supports 1.3.2 and better :)
>
> From the allaire site..
>
> "ColdFusion supports only Apache version 1.3.2 and above"
> For Version 4.01
>
> And for.. 4.5 in my CFDOCS it says
>
> "To configure the Apache Web Server v1.3.6" which kind
> of implies that you have to use that.
>
> And apache will not run in the background in Win98
> try reading the release notes for Win32 apache
> ... Here
>
> http://www.apache.org/docs/windows.html
>
> Apache + CF + NT is real easy with the right
> versions etc.
>
>
> Jeremy
>
>
>
>
>
>
> -Original Message-
> From: Kuehn, Matthew [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 12:23 PM
> To: '[EMAIL PROTECTED]'
> Subject: Apache Isn't Playing Nice with ColdFusion...
>
>
> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
>
> --_=_NextPart_001_01C01755.9FA441D8
> Content-Type: text/plain;
>   charset="iso-8859-1"
>
> Hello!
>
> I installed Apache 1.3.12 on my machine last night, and I got it running
> with the following problems. Any help on any of these points would be
> greatly appreciated. Win98/C533/64MB/CF4.5 config. TIA!
>
> 1) I can't get Apache to run automatically or as a service in the
> background
>like PWS used to.
>
> Right now, I've got a shortcut to apache.exe in my startup group with
> ColdFusion server. Yes, it seems like a huge hack to me, too. So, at
> startup, I get a DOS-looking window that says something like "Apache
> running...", and indeed it is. But, the DOS window can't be closed without
> killing Apache, and even when I try to shut down, I have to Alt-F4 the
> window and say yes to the "are you sure" dialog. Then, next time I start
> Apache, I get a little message in the DOS window about Apache
> being started
> after it was closed inappropriately last time. Using Start > Programs >
> Apache > Stop Apache gives me an error if the Apache DOS window is still
> open. Trying to install Apache as a service gives me some error in a DOS
> window that closes too quickly for me to read what it says. I just want
> Apache to run in the background with no help from me after I get it set up
> the first time. In other words, I want it to run "hidden" like PWS did.
> (Although it does seem to run faster, which was the reason for the
> "upgrade".)
>
> 2) The /images and /stylesheets directories aren't working, unless...
>
> If I open up IE and hit my site, no images appear, and the page
> is rendered
> without stylesheets, but is otherwise completely functional (queries run,
> CFML is parsed, etc.). So, I can go through and use the site
> without images
> or stylesheets, which is very annoying. But, if I hit Back or use
> history.back();, *the page appears like it is supposed to, complete with
> images and stylesheets*! Consecutive visits to the same page exhibit the
> problems above, but again, using Back or history.back(); will "fix" it.
> That's pretty strange. Yes, the directories are properly mapped
> in CF Admin.
> All of the other dir mappings work correctly. Perhaps I need to add the
> .jpg/.gif/.css file types to httpd.conf? Code, anyone?
>
> 3) Where in httpd.conf is the LoadModule coldfusion_module
>modules/ApacheModuleColdFusion.dll line supposed to go?
>
> At home last night, I stuck it on a new line at the very end of section 1,
> after "#ExtendedStatus On" because I didn't see that it was already there,
> but commented out. Could this be causing the problem listed
> above? I'll fix
> that straightaway when I get home and see, although I'm sure I'll have the
> answer from you guys before then. :-)
>
> 4) Any other Apache/Win32/ColdFusion tips?
>
> If you have any tips or can point me to some on-line resources for these
> particular problems, I'd really appreciate it. Reply OTL if you feel it is
> appropriate.
>
> Thanks again,
> Matthew
>
> --_=_NextPart_001_01C01755.9FA441D8
> Content-Type: text/html;
>   charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> 
> 
> 
>  charset=3Diso-8859-1">
>  5.5.2650.12">
> Apache Isn't Playing Nice with ColdFusion...
> 
> 
>
> Hello!
> 
>
> I installed Apache 1.3.12 on my machine last

RE: Stopping RDS Service on 4.51 Solaris

2000-08-29 Thread Helge Hetland

Thanks,

I had the Sysadmin do this, after restarting the server rdsservice was back
on..

He's killed it and it doesnt start automatically..

Helge

> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]]
> Sent: 28. august 2000 22:30
> To: '[EMAIL PROTECTED]'
> Cc: '[EMAIL PROTECTED]'
> Subject: RE: Stopping RDS Service on 4.51 Solaris
> 
> 
> > How do I stop the RDS Service on 4.51 for Solaris?
> > 
> > Since it's a production server we don't need it, but since 
> > cfexec is starting all processes I'm not sure how to disable 
> > it (if possible at all?)
> 
> I haven't tested this under Solaris, but it should work more 
> or less the
> same way it does under NT.
> 
> You'll have to edit the registry file (usually
> /opt/coldfusion/registry/cf.registry) and set the value 
> ServiceRunning to 0
> under the key:
> 
> hkey_local_machine\software\allaire\coldfusion\currentversion\ide:
> 
> Then, you can simply stop the cfrdsservice, and the executive 
> shouldn't
> restart it in the future.
> 
> Let me know if this works!
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



ODBC or NATIVE driver for Oracle

2000-08-28 Thread Helge Hetland

What's the drawback with running Oracle ODBC instead of Oracle Native driver
on 4.51 for Solaris

We have a problem with large text that is no problem with ODBC drivers

Could anyone shed a light on what problems I would face running a "high
volume" site with ODBC?

Thanks 
Helge

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Stopping RDS Service on 4.51 Solaris

2000-08-28 Thread Helge Hetland

How do I stop the RDS Service on 4.51 for Solaris?

Since it's a production server we don't need it, but since cfexec is
starting all processes I'm not sure how to disable it (if possible at all?)

Thanks
Helge
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: Basic Authentication: Logging off

2000-08-26 Thread Helge Hetland

We have a large site using Basic Authentication to log on the users to the
system.

When the user is logged in we use the Remote_User variable to authenticate
the user to our DB and give him the content that he is "entitled to".

We (of course) need to enable this user to logoff the recource (and maybe
log in as another user), the only way now is to ask the user to shutdown his
browser and log in again.

Is there any way to force a logoff to the users browser so that the browser
doesn't have to be restarted each time he wants to login as another user?


Thanks,
Helge
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Upgrading

2000-08-22 Thread Helge Hetland

My installation of 4.51 didn't work after I installed SP1 for NT2000

You should check that before you go "live"


Helge

> -Original Message-
> From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
> Sent: 22. august 2000 16:09
> To: [EMAIL PROTECTED]
> Subject: Upgrading
> 
> 
> This is a multi-part message in MIME format.
> 
> --=_NextPart_000_0038_01C00C18.A9C5B9F0
> Content-Type: text/plain;
>   charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> Are there any known issues when ugrading to 4.5.1 and all the 
> service =
> packs on win 2000.
> 
> Thanks,
> 
> Kevin Schmidt
> Internet Services Manager
> Peterson, WIlliams & Bizer
> Office: 734.995.5000
> Mobile: 734.649.4843
> 
> 
> --=_NextPart_000_0038_01C00C18.A9C5B9F0
> Content-Type: text/html;
>   charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> 
> 
>  http-equiv=3DContent-Type>
> 
> 
> 
> 
> Are there any known issues when =
> ugrading to 4.5.1=20
> and all the service packs on win 2000.
> Thanks,
>  
> Kevin SchmidtInternet Services=20
> ManagerPeterson, WIlliams & BizerOffice: =
> 734.995.5000Mobile:=20
> 734.649.4843
> 
> --=_NextPart_000_0038_01C00C18.A9C5B9F0--
> 
> --
> 
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT:Apache Solaris "unauthenticate"

2000-08-21 Thread Helge Hetland

Is there any variable I can send to Apache to "unauthenticate" from basic
security?

Now we have to close the browser down before we get the login prompt again.

thanks 
Helge

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: 4.5.1 memory leak? is this really a leak we are talking about ?

2000-08-15 Thread Helge Hetland

I'm sure that you'd be better off saying that CF Studio is crashing on your
particular Win98 machine after a few minutes.

You cannot make me believe that this is CF Studio's "default behaviour" on
Win98

Sorry.

> -Original Message-
> From: Peter Theobald [mailto:[EMAIL PROTECTED]]
> Sent: 15. august 2000 17:01
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: 4.5.1 memory leak? is this really a leak we are talking
> about ?
> 
> 
> Actually, I was speaking of Cold Fusion Studio's memory 
> leaks. It will crash Windows-98 in minutes. It's completely 
> unusable. Windows-NT/2000 has better memory protection and 
> will fare better.
> 
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Wait while system initializes...

2000-08-09 Thread Helge Hetland

We have a solution where we initially connects to an Oracle DB source if the
users client variable doesn't exists (initial login).

The check for this is done in application.cfm:


blabla




Is it possible to notify the user of this loading with a popup or something
else?

 will not work as the page hasn't loaded yet, but if it's
possible to open a window with the "please wait message" that will close
when application.cfm has finished doing it's initial stuff??

Thanks, Helge
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: OT:Milking every last drop of CF performance...

2000-07-26 Thread Helge Hetland

And also Compaqs new 15k RPM disks (18.2Gig: 188122-B22), with a Raid
controler with lots of caching memory  ,Smart 3200 - 4200 etc, you would
have a very fast system.

Helge
-Original Message-
From: Gregory Gooden (Annex) [mailto:[EMAIL PROTECTED]]
Sent: 26. juli 2000 07:02
To: '[EMAIL PROTECTED]'
Subject: RE: Milking every last drop of CF performance...



You have missed the all important RAID 5, making READS extremely fast..

Proliant 1850-R, dual PIII-550, 1GIG ram for Webserver
3x18gig 10kRPM scsi in RAID five with array 221 controller. 
Dual NICS

Dual or Quad XEON 5500 (old machine, but a good one), 1GIG ram for SQL
SERVER
3x18gig 10kRPM scsi in RAID five with array 221 controller. 
Dual NICS

Of course, if you want even BETTER storage solution, get a FIBER CHANNEL
Raid cabinet and connect both machines to that. :)

Gregory


--- 
annex.com, Inc. - http://www.annex.com/ 
--- 
- If you EcoBuild it, they will come. - 
- http://www.ecobuilder.com/ - 
--- 

> SCENARIO 5:
> Your combination here
> =20
> =20
> TIA,
> =20
> Rick
> =20

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



cgi.remote_user

2000-07-06 Thread Helge Hetland

Apache / Solaris / CF Ent 4.51

Is there any ways to reset this variable with CF so that the user will have
to log on again to access resources under the protected dir?

(when remote_user doesn't exist I believe that any requests to the pages
under the security contexts is redirected to the loging page / popup?

Thanks
Helge
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF Solaris 4.51 SP1 Alpha

2000-07-03 Thread Helge Hetland

Hello!

Has anyone successfully installed the alpha SP1?

Helge
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF / Oracle / Solaris locale

2000-07-02 Thread Helge Hetland

Didn't work..
Tried
AMERICAN_AMERICA.WE8ISO8859P1 
AMERICAN_CIS.WE8ISO8859P1 

Same result

Your character set is wery different from the one we're using, Allaire
probably tested that more than the more "common" character sets..

Helge
-Original Message-
From: Stanislav Maximov [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 01, 2000 8:57 PM
To: [EMAIL PROTECTED]
Subject: Re: CF / Oracle / Solaris locale


Helge,

We succeeded with NLS_LANG=American_CIS.C8MSWIN1251 for russian language
support.
Is there something similar? Maybe something like American_CIS.WE8ISO8859P1?

stas@

- Original Message -
From: "Helge Hetland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 02, 2000 10:35 PM
Subject: RE: CF / Oracle / Solaris locale


> Yes:
> NLS_LANG=NORWEGIAN_NORWAY.WE8ISO8859P1
> in the environment, this is verified by our DBA and Allaire, but it could
be
> possible that it's the wrong value?
>
> Did you do anything else?
> It could be interesting to test your solution on our server, what NLS_LANG
> value did you use?
>
> And what characters didn't work before this? We cannot use Norwegian
> characters among others (ÆØÅ: AE ligature, O Slash, A ring) can you insert
> this chars into your system?
>
> Helge Hetland
>
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF / Oracle / Solaris locale

2000-07-02 Thread Helge Hetland

Yes:
NLS_LANG=NORWEGIAN_NORWAY.WE8ISO8859P1
in the environment, this is verified by our DBA and Allaire, but it could be
possible that it's the wrong value?

Did you do anything else?
It could be interesting to test your solution on our server, what NLS_LANG
value did you use?

And what characters didn't work before this? We cannot use Norwegian
characters among others (ÆØÅ: AE ligature, O Slash, A ring) can you insert
this chars into your system?

Helge Hetland

-Original Message-
From: Stanislav Maximov [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 01, 2000 8:14 PM
To: [EMAIL PROTECTED]
Subject: Re: CF / Oracle / Solaris locale


Helge,

We've solved the problem by setting NLS_LANG in CF's environment into our
charset value.
Have you tried this?

stas@

- Original Message -
From: "Helge Hetland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 02, 2000 7:05 PM
Subject: RE: CF / Oracle / Solaris locale


>
> What would life be without surprises :)
>
>
> We got the message that it was a bug just before closing time friday, but
> until then they were taking it very seriously and worked hard finding it
out
> for us.
>
> I just hope that their relocation goes smootly and that they're ready to
> help us fix it as soon as they start again after their long weekend. Will
> keep you posted if/when we get a solution.
>
> Helge
>
>
>
> -Original Message-
> From: Stanislav Maximov [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, July 01, 2000 5:03 PM
> To: [EMAIL PROTECTED]
> Subject: Re: CF / Oracle / Solaris locale
>
>
> Hello,
>
> What is really funny, is that we had the same July 1st as a deadline and
MS
> SQL as a development DB before we tried Oracle... :))
> Have you got any estimations from Allaire?
>
> stas@
>
> - Original Message -
> From: "Helge Hetland" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, July 02, 2000 6:41 PM
> Subject: RE: CF / Oracle / Solaris locale
>
>
> > Hello!
> >
> > It works perfectly on MS SQL and CF Enterprise Solaris 4.51
> > (Solaris har Merant MSSQL drivers, not sure if Linux has?)
> >
> > We haven't tried other solutions since the HW/SW Specs is already set,
> will
> > try to get a fix from Allaire to make it work until SP1 is released.
> >
> > Our problem is that our application is overdue (July 1st was the release
> > date)
> > The hardware/software is already installed, waiting for our application.
> >
> > With about 35 000 potential users waiting for this you can imagine the
> > stress
> >
> > We should of course have tested it on Oracle earlier, but since it was
> > running so smoothly on MSSQL we believed it was just a matter of
changing
> > the SQL to work also in Oracle as soon as the DBA's finished setting up
> the
> > Oracle solution...
> >
> > Helge
> >
> > -Original Message-
> > From: Stanislav Maximov [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, July 01, 2000 4:10 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: CF / Oracle / Solaris locale
> >
> >
> > Hello,
> >
> > Actually, I have no idea how could I help to speed it up on Allaire's
> side.
> > I think to workaround this problem this ways:
> > 1. Try Sybase instead of Oracle on that machine - it is pain due to many
> SQL
> > statements to be rewritten. It will be nice to hear from someone on this
> > list who tried CF+Sybase on Linux.
> > 2. Try WinNT instead of Linux - not very stable, but thus we can work
for
> > the weeks till SP1 will be released.
> >
> > Helge, have you tried any successfull workarounds?
> >
> > Best wishes,
> > Stanislav Maximov
> >
> > - Original Message -
> > From: "Helge Hetland" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Saturday, July 01, 2000 8:30 PM
> > Subject: RE: CF / Oracle / Solaris local
> >
> >
> > > Hello!
> > >
> > > We've had it confirmed from Allaire that this is a bug in 4.51 and
that
> it
> > > will be fixed in SP1..
> > >
> > > We tried SP1 Alpha with no luck and we have case open at Allaire on
> this.
> > >
> > > Maybe we could work together on this to speed the process of getting
it
> > > fixed?
> > >
> > > Helge
> > > WebSite AS
> > >
> > >
> >
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To 

RE: CF / Oracle / Solaris locale

2000-07-02 Thread Helge Hetland


What would life be without surprises :)


We got the message that it was a bug just before closing time friday, but
until then they were taking it very seriously and worked hard finding it out
for us.

I just hope that their relocation goes smootly and that they're ready to
help us fix it as soon as they start again after their long weekend. Will
keep you posted if/when we get a solution.

Helge



-Original Message-
From: Stanislav Maximov [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 01, 2000 5:03 PM
To: [EMAIL PROTECTED]
Subject: Re: CF / Oracle / Solaris locale


Hello,

What is really funny, is that we had the same July 1st as a deadline and MS
SQL as a development DB before we tried Oracle... :))
Have you got any estimations from Allaire?

stas@

- Original Message -
From: "Helge Hetland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 02, 2000 6:41 PM
Subject: RE: CF / Oracle / Solaris locale


> Hello!
>
> It works perfectly on MS SQL and CF Enterprise Solaris 4.51
> (Solaris har Merant MSSQL drivers, not sure if Linux has?)
>
> We haven't tried other solutions since the HW/SW Specs is already set,
will
> try to get a fix from Allaire to make it work until SP1 is released.
>
> Our problem is that our application is overdue (July 1st was the release
> date)
> The hardware/software is already installed, waiting for our application.
>
> With about 35 000 potential users waiting for this you can imagine the
> stress
>
> We should of course have tested it on Oracle earlier, but since it was
> running so smoothly on MSSQL we believed it was just a matter of changing
> the SQL to work also in Oracle as soon as the DBA's finished setting up
the
> Oracle solution...
>
> Helge
>
> -Original Message-
> From: Stanislav Maximov [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, July 01, 2000 4:10 PM
> To: [EMAIL PROTECTED]
> Subject: Re: CF / Oracle / Solaris locale
>
>
> Hello,
>
> Actually, I have no idea how could I help to speed it up on Allaire's
side.
> I think to workaround this problem this ways:
> 1. Try Sybase instead of Oracle on that machine - it is pain due to many
SQL
> statements to be rewritten. It will be nice to hear from someone on this
> list who tried CF+Sybase on Linux.
> 2. Try WinNT instead of Linux - not very stable, but thus we can work for
> the weeks till SP1 will be released.
>
> Helge, have you tried any successfull workarounds?
>
> Best wishes,
> Stanislav Maximov
>
> - Original Message -
> From: "Helge Hetland" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, July 01, 2000 8:30 PM
> Subject: RE: CF / Oracle / Solaris local
>
>
> > Hello!
> >
> > We've had it confirmed from Allaire that this is a bug in 4.51 and that
it
> > will be fixed in SP1..
> >
> > We tried SP1 Alpha with no luck and we have case open at Allaire on
this.
> >
> > Maybe we could work together on this to speed the process of getting it
> > fixed?
> >
> > Helge
> > WebSite AS
> >
> >
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF / Oracle / Solaris locale

2000-07-02 Thread Helge Hetland

Hello!

It works perfectly on MS SQL and CF Enterprise Solaris 4.51
(Solaris har Merant MSSQL drivers, not sure if Linux has?)

We haven't tried other solutions since the HW/SW Specs is already set, will
try to get a fix from Allaire to make it work until SP1 is released. 

Our problem is that our application is overdue (July 1st was the release
date)
The hardware/software is already installed, waiting for our application. 

With about 35 000 potential users waiting for this you can imagine the
stress

We should of course have tested it on Oracle earlier, but since it was
running so smoothly on MSSQL we believed it was just a matter of changing
the SQL to work also in Oracle as soon as the DBA's finished setting up the
Oracle solution...

Helge

-Original Message-
From: Stanislav Maximov [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 01, 2000 4:10 PM
To: [EMAIL PROTECTED]
Subject: Re: CF / Oracle / Solaris locale


Hello,

Actually, I have no idea how could I help to speed it up on Allaire's side.
I think to workaround this problem this ways:
1. Try Sybase instead of Oracle on that machine - it is pain due to many SQL
statements to be rewritten. It will be nice to hear from someone on this
list who tried CF+Sybase on Linux.
2. Try WinNT instead of Linux - not very stable, but thus we can work for
the weeks till SP1 will be released.

Helge, have you tried any successfull workarounds?

Best wishes,
Stanislav Maximov

- Original Message -----
From: "Helge Hetland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 01, 2000 8:30 PM
Subject: RE: CF / Oracle / Solaris local


> Hello!
>
> We've had it confirmed from Allaire that this is a bug in 4.51 and that it
> will be fixed in SP1..
>
> We tried SP1 Alpha with no luck and we have case open at Allaire on this.
>
> Maybe we could work together on this to speed the process of getting it
> fixed?
>
> Helge
> WebSite AS
>
>

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF / Oracle / Solaris locale

2000-07-01 Thread Helge Hetland

Hello!

We've had it confirmed from Allaire that this is a bug in 4.51 and that it
will be fixed in SP1..

We tried SP1 Alpha with no luck and we have case open at Allaire on this.

Maybe we could work together on this to speed the process of getting it
fixed?

Helge
WebSite AS


> -Original Message-
> From: Stanislav Maximov [mailto:[EMAIL PROTECTED]]
> Sent: 30. juni 2000 18:34
> To: [EMAIL PROTECTED]
> Subject: Re: CF / Oracle / Solaris locale
> 
> 
> looks like i'm having the same problem on linux. any help 
> from the list?
> 
> stas@
> 
> ----- Original Message -
> From: "Helge Hetland" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 30, 2000 3:52 PM
> Subject: CF / Oracle / Solaris locale
> 
> 
> > I'm inserting a 8 bit character into an Oracle db, 
> selecting the same data
> > gets 7bit characters.
> >
> >
> > The system is:
> >
> > CF 4.51 Enterprise Solaris
> > Solaris 2.6 / SUN HW
> > Oracle 8.1.6.0.0
> >
> > The locale environment variables:
> > LANG=no
> > LC_CTYPE=iso_8859_1
> > LC_NUMERIC=no
> > LC_TIME=no
> > LC_COLLATE=no
> > LC_MONETARY=no
> > LC_MESSAGES=C
> > LC_ALL=
> >
> > (It's quite possible that both Oracle and CF was installed 
> with other
> locale
> > variables, but that shouldn't be a problem?)
> >
> > Helge
> > 
> --
> 
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF / Oracle / Solaris locale

2000-06-30 Thread Helge Hetland

I'm inserting a 8 bit character into an Oracle db, selecting the same data
gets 7bit characters.


The system is:

CF 4.51 Enterprise Solaris
Solaris 2.6 / SUN HW
Oracle 8.1.6.0.0

The locale environment variables:
LANG=no
LC_CTYPE=iso_8859_1
LC_NUMERIC=no
LC_TIME=no
LC_COLLATE=no
LC_MONETARY=no
LC_MESSAGES=C
LC_ALL=

(It's quite possible that both Oracle and CF was installed with other locale
variables, but that shouldn't be a problem?)

Helge
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



cfexecute perl

2000-06-29 Thread Helge Hetland


Why isn't this giving any output?



When executing the same command (perl blabla) under the cf user account it
reports:
Can't open perl script "blabla": no such file or directory

Shouldn't I get the same results from cf?

(running  returns a
directory listing in cf)

What do I run the script directly to get a output?

I'm trying with ./perlscript.pl with no result.

Helge
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF Solaris/Oracle and scandinavian characters problem

2000-06-28 Thread Helge Hetland

Hello!

I hope someone out there has had this problem as it's becoming very urgent
that we fix it.

allaire support has been contacted through our distributor but we haven't
got an answer yet.

Problemsoftware:
Cold Fusion Server Enterprise 4.5.1 / Oracle 8.1.6.0.0

Installed on
Unix Solaris 2.6 / Sun Netra

Problem:
Character set

Insert-statements from Cold Fusion is unable to insert norwegian characters
æøå ÆØÅ into the database. 

They are instead substituted with fxeFXE.

If I, using other db tools tries to insert ÆØÅæøå into Oracle, a select
query through CF is returning 
? instead of the character.

If I run select from another program it's working fine.
(ie, using sqlplus I get æøåÆØÅ)

This is set in the oracle environment to try and solve the problem:
ORACLE_HOME
LD_LIBRARY_PATH
ORA_NLS33
NLS_LANG=NORWEGIAN_NORWAY.WE8ISO8859P1
NLS_LANGUAGE=NORWEGIAN

Is there anyone out there that can shed a light on this before it becomes a
real nightmare to us?

Thanks!!
Helge
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Mail Servers

2000-06-20 Thread Helge Hetland

Try InterMail Post.Office, Post.Office's "big brother".

http://www.software.com


-Original Message-
From: Steve Robson [mailto:[EMAIL PROTECTED]]
Sent: 20. juni 2000 16:04
To: '[EMAIL PROTECTED]'
Subject: RE: Mail Servers


reading up on Post.Office I found that it scales to around 250,000 mailboxes
per server, that would require 12-20 servers just for the mail services.  I
have also been reading up on InterMail (from the same people -
software.com), which is their ISP mail system, wich might just be what I
want, excep that it runs on UNIX, would prefer NT (client requirement) but
if it has to be UNIX, it has to be UNIX.

thanks to all.

Steve

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 20 June 2000 15:05
To: [EMAIL PROTECTED]
Subject: RE: Mail Servers



> Does anyone know of any email servers that will scale to several million
> mailboxes (about 3-5 million)?

Apparently it wouldn't be post.office. ;->




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: Drag and Drop

2000-06-16 Thread Helge Hetland

Looks like the list is back on track and I take a chance and resubmit my
question, sorry for the repost.
(I'm in Europe and the list has been acting very "strange" for more than a
week)

Is it possible with DHTML / JS / CF to drag a graphic from the desktop to
the browser window to automatically fetch the image and save it on the
server (with a CF/FORM function)?

Anyone?

Helge Hetland
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: Drag and Drop

2000-06-11 Thread Helge Hetland

Is it possible with DHTML / JS / CF to drag a graphic from the desktop to
the browser window to automatically fetch the image and save it on the
server?

The user probably should be able to insert comments / filename to the image
in the same operation.

Anyone?

Helge Hetland
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: Drag and Drop

2000-06-11 Thread Helge Hetland

Is it possible with DHTML / JS / CF to drag a graphic from the desktop to
the browser window to automatically fetch the image and save it on the
server?

The user probably should be able to insert comments / filename to the image
in the same operation.

Anyone?

Helge Hetland
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: sql server and cf

2000-05-27 Thread Helge Hetland

Have you successfully verified the connection to your datasource in CF
Administrator?

The error says that the connection to SQL server is refused because the
username/password used to connect to the SQL datasource is invalid.

hint: try username:"sa" with blank password. ;) 
(and when/if you successfully connect with blank password, please change it
:) )

Helge

-Original Message-
From: Tom Rainey [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 27, 2000 1:34 PM
To: [EMAIL PROTECTED]
Subject: sql server and cf


Hi,

Anybody know what this is all about?

I got this error message when I try to do a sql insert with cold fusion:

[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user
'(null)'. Reason: Not associated with a trusted SQL Server connection."

I've used cold fusion with oracle and access but sql server is killing me.

-Tom



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Controlling Services with CF

2000-05-27 Thread Helge Hetland

www.coolfusion.com has a service tag CFX_ServiceControl 

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Saturday, May 27, 2000 1:25 PM
To: [EMAIL PROTECTED]
Subject: Controlling Services with CF


Hi. Anyone know of a tag that allows you to stop/start services 
through CF, or any other way remotely would be fine.

The problem I'm having is, sometimes when I get disconnected from 
pcAnywhere, it won't disconnect on the server end for an hour or two. 
I have it set up to exit upon disconnect, and it generally works, 
except of course when I have something urgent I need to get done. :) 
I'd like to be able to stop and start pcAnywhere so I can log back in.

Thanks.

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: DBASE

2000-05-25 Thread Helge Hetland

Thank you!

Works like a breeze :)

The setup is like this (on Solaris / CF 4.51):
MERANT dBase/FoxPro Driver:
Fill out the fields Datasourcename and Databasedirectory
Databasedirectory is only the directory part that is common for all
directories, for example "db"

Then the table is called like this:

SELECT *
FROM /www/docs/home/#session.username#/db/EMPLOYEES.DBF
WHERE EMPLOYEEID = #Variables.RecordID#


Helge

-Original Message-
From: Howie Hamlin [mailto:[EMAIL PROTECTED]]
Sent: 25. mai 2000 16:55
To: [EMAIL PROTECTED]
Subject: Re: DBASE



- Original Message -----
From: Helge Hetland <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 25, 2000 10:25 AM
Subject: DBASE


> Is it possible to register a dbase in CF admin once and then use the same
> dsn name in many directories?
>

Yes, just give the full path to the dbf file in your query.

> I'll have multiple directories/users that will need to use a database with
> identical tables but with different content.
>
> I need the syntax for something like this:
>
>
> 
> select bla,bla,bla
> 
>
>

Set up a dbase datasource called dbfds (or something).  Set it up to a
default directory (the driver only checks that the directory exists - you
don't even need any dbase files in it).

Then set up your queries like:


select something from c:\dbasefiles\client1\test.dbf


HTH,

Howie

>
>
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: DBASE

2000-05-25 Thread Helge Hetland

OK

If I can use DBase as I want I probably could live with not beeing able to
physically delete from the DBF (update and set active = 0 or something would
probably work).

What's my other options? 

I cannot use a RDBMS as mySQL, Oracle, SQL and I need a file based db placed
in every users own directory.

Tha volume in every "db" will generally be small (but in some cases wery
big), could ordinary text files be an option?

Helge


-Original Message-
From: Michael O Reilly [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 25, 2000 4:41 PM
To: [EMAIL PROTECTED]
Subject: RE: DBASE


DSN issues aside, I would avoid using DBF's from CF because although you can
delete records from the DB with an SQL statement, you have to perform a PACK
on the table before they are actually physically removed.

And guess what, it isn't possible to PACK the DB from Coldfusion without an
external application or CFX.

Regards
Michael O'Reilly
Analyst Programmer
TransAer


-----Original Message-
From: Helge Hetland [mailto:[EMAIL PROTECTED]]
Sent: 25 May 2000 15:26
To: '[EMAIL PROTECTED]'
Subject: DBASE


Is it possible to register a dbase in CF admin once and then use the same
dsn name in many directories?

I'll have multiple directories/users that will need to use a database with
identical tables but with different content. 

I need the syntax for something like this:


select bla,bla,bla








--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



DBASE

2000-05-25 Thread Helge Hetland

Is it possible to register a dbase in CF admin once and then use the same
dsn name in many directories?

I'll have multiple directories/users that will need to use a database with
identical tables but with different content. 

I need the syntax for something like this:


select bla,bla,bla







--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



File based DB's

2000-05-23 Thread Helge Hetland

Hello!

On Solaris we need to either use a text file or a file based database to
accomplish simple tasks (guestbook, counter etc..)

What options do I have?
The database cannot be registered in CF Administrator, (we have to connect
to it directly given it's name and placement as there will be a very large
number of file based DB's on the file system)

If it's difficult to accomplish the above we have to use text files.

Is the performance on text files sufficient?
Are comma separated fields and CR/LF "row delimiter" the preffered way to
build the database?

Has CF any limitations on text file size?

Thanks!

Helge
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Anyone know about firewall software?

2000-05-13 Thread Helge Hetland


There's (at least) 2 modes of address hiding used in firewalls.
1. all internal addresses share the same external address.
2. all internal addresses is "mapped" to a pool of external addresses.

Another method is "stateful inspection":
All connections has to be initiated from behind the firewall (the firewall
accepts only incoming connections that was initiated from the inside). 

To prevent spoofing the firewall "knows" what interface the internal
addresses should come from. 
(prevents outsiders to use an internal address to fool the firewall)

This method is used by a lot of firewalls, we use Checkpoint Firewall-1.

When this method is used there's no problems(?) with publishing the real
address, outsiders can't reach it if your firewall administrator doesn't
want them to. 

Helge
-Original Message-
From: Dirk De Bock [mailto:[EMAIL PROTECTED]]
Sent: 13. mai 2000 09:03
To: [EMAIL PROTECTED]
Subject: Re: Anyone know about firewall software?


I should think most firewalls will allow you to 'publish' the real
addresses. This will allow every pc on the inside to be known by it's real
ip number from the outside. At least Axent Raptor 6.0 has this feature.
However to my knowledge there are very few valid reasons to use it.

- Original Message -
From: "Richard Ramos" <[EMAIL PROTECTED]>
Sent: Saturday, May 13, 2000 12:32 AM
Subject: OT: Anyone know about firewall software?


> Hi, sorry to be OT, but I've been searching for firewall software that
will
> allow each computer in our LAN to have an individual IP and not do
> connection sharing.  Ever hear of any thing like this?



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Berkeley DB/GDBM

2000-05-02 Thread Helge Hetland

Anyone have any experience with Berkeley DB or with GDBM files?

I need to read them with CF/Solaris.
Calling perl routines to fetch the information should be possible, but a
custom C++ would be more perfect...

and:
I need to specify a hardware setup for Oracle server on Solaris given the
predicted number of hits and database reads/writes.

Can anyone point me to resources on this kind of information?

Thaanks,
Helge
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Problems with CF Solaris

2000-04-06 Thread Helge Hetland

Can anybody tell me where to look, I get this message in server.log:

CFSPClient::rpc(): connect to server failed, No such file or directory
CFSPClient::rpc(): connect to server failed, No such file or directory

SunOS * 5.6 Generic_105181-19 sun4u sparc
Server version: Apache/1.3.9 (Unix)
Server built:   Oct 18 1999 12:53:59

CF 4.5.1 enterprise

http://host/cfide/administrator starts downloading index.cfm ("save as")

Helge
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



GDBM File

2000-03-28 Thread Helge Hetland

Has anyone made something that reads/parses a GDBM file and stores the
information in it as variables?

GDBM = GNU dbm

Can I use Perl via CF to fetch this information?

Platform = Sun/Solaris 2.6

Helge
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.