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 
the cfscheduler not to work on some servers - but I've no idea where/what 
that setting is. (never tried using CFSCHEDULE on linux)

If you want to be sure you're code will work, use the scheduling service 
built into the OS (NT 'at' or Linux 'cron'). There are some custom tags 
available to make using these as easy as using CFSCHEDULE. I think there is 
actually a CFX_SCHEDULE.


Mark

At 12:03 AM 3/23/2001, you wrote:
>I got a scheduler website where users can set some meeting and having a
>feature to be notified by email at a specific time.
>
>What i've do, is creating a new task with <cfschedule> to be executed one
>time at a specific date. Everything work fine except one thing : the cf
>server doesn't see my new task untill i edit/update it via cf panel. (so
>it's manually)
>
>Someone know why? My interval refresh is set to 5 minutes.. i've made some
>tests and was checking the schedule log files, and that's how i explain this
>trouble : i think there is something more under the cf automated task panel
>when editing a task that i doesn't have when using <cfschedule> tag..
>
>any ideas?
>
>Daive
>[EMAIL PROTECTED]
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to