RE: cfscheduler weird thing...

2001-03-26 Thread Mark Woods
Maybe I read the Allaire article wrong, but I assumed that if you want to use the method they suggest (calling the executable and passing it parameters), you would have to reference the physical path to the template you wanted to run, ie D:\Inetpub\wwwroot\directory\file.cfm. Yes, you would.

Re: cfscheduler weird thing...

2001-03-23 Thread Mark Woods
coldfusion scheduling is notoriuosly unreliable. I've recreating these symptoms over and over, and followed various threads in the allaire forums about it, but never seen a straight answer. I suspect it's nothing to do with CF per se, that it's something set in windows somewhere which causes

RE: cfscheduler weird thing...

2001-03-23 Thread Aidan Whitehall
coldfusion scheduling is notoriuosly unreliable. Does anyone know if this is going to be addressed in ColdFusion 5.0? I've *never* managed to get a scheduled event to work and have to resort to other applications which trigger batch files to open a browser and pass it a URL as a parameter...

RE: cfscheduler weird thing...

2001-03-23 Thread Mark Woods
I've *never* managed to get a scheduled event to work and have to resort to other applications which trigger batch files to open a browser and pass it a URL as a parameter... pain! err, there's no need to do that. There is an executable you can use to process CFML templates via the command

RE: cfscheduler weird thing...

2001-03-23 Thread Adkins, Randy
: cfscheduler weird thing... coldfusion scheduling is notoriuosly unreliable. Does anyone know if this is going to be addressed in ColdFusion 5.0? I've *never* managed to get a scheduled event to work and have to resort to other applications which trigger batch files to open a browser and pass it a URL

Re: cfscheduler weird thing...

2001-03-23 Thread Daive
mmmh do you know how to make it work without opening a IE "window" with AT ? :) that's my only trouble with that hehe daive - Original Message - From: "Mark Woods" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, March 23, 2001 3:10 AM Subjec

RE: cfscheduler weird thing...

2001-03-23 Thread Mark Woods
this helps. Randy -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Friday, March 23, 2001 7:31 AM To: CF-Talk Subject: RE: cfscheduler weird thing... coldfusion scheduling is notoriuosly unreliable. Does anyone know if this is going to be addressed in ColdFusion 5.0

RE: cfscheduler weird thing...

2001-03-23 Thread Mark Woods
At 03:22 PM 3/23/2001, you wrote: err, there's no need to do that. There is an executable you can use to process CFML templates via the command line. Have a look at: http://www.allaire.com/Handlers/index.cfm?ID=3328Method=Full Thanks. I don't want to sound ungrateful, but with several

RE: cfscheduler weird thing...

2001-03-23 Thread Aidan Whitehall
Well, that depends on what your scheduled task does. To be honest I can't think of a situation where a scheduled task would do something which affects multiple servers which could not be achieved by running tasks on one server. Maybe I read the Allaire article wrong, but I assumed that if