Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFSCHEDULE question - run a task just one time

Status
Not open for further replies.

snix1

Programmer
Dec 12, 2000
107
US
Hi! I'm trying to run a scheduled task one time. I schedule it using CFSCHEDULE as follows: <cfschedule action=&quot;update&quot; task=&quot;test_task&quot; operation=&quot;HTTPRequest&quot;
url=&quot; startdate=&quot;12/12/00&quot; starttime=&quot;02:00:00&quot; interval=&quot;once&quot;>

I have never been able to make this work. When I execute the test.cfm template manually it works great. I get no message in the scheduler log file either. It seems the scheduler ignores (?) this. I have tried resetting the refresh interval and this doesn't help.

I have read TamHonks messages in this forum, too, looks like maybe similar problems?

If you have any ideas, please let me know...Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top