As a new member to this forum I'm pretty sure I'm not the first to ask this
question.... so my apologies in advance :)

I'm having a hard time using the CFSCHEDULE command in CF4.0.1. I'm pretty
sure I do everything correct (see below):

<CFSCHEDULE
   ACTION="UPDATE"
   OPERATION="HTTPRequest"
   INTERVAL="ONCE"
   LIMITTIME="60"
   STARTDATE="#dateFormat(dateAdd("s",#delay#,#date#),'MM/DD/YY')#"
   STARTTIME="#timeFormat(dateAdd("s",",#delay#,#date#),'HH:mm:ss')#"
   TASK="#taskname#"
   URL="#url#">

I see the task in CF Administrator but it just won't execute. The scheduler
does work if done manually through the admin module.

I have 2 questions:

1) What is the deal with CF4.0.1, from what I read the scheduler is not very
reliable. Am I still doing something wrong or should I forget about using
CFSCHEDULE ?

2) Does anyone have any suggestions for any good scheduling applications /
shareware / tags out there that I can use for scheduling tasks through the
web ?

Thanks, Christian




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

Reply via email to