Hi! I'm trying to run a scheduled task one time. I schedule it using CFSCHEDULE as follows: <cfschedule action="update" task="test_task" operation="HTTPRequest"
url=" startdate="12/12/00" starttime="02:00:00" interval="once">
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.
url=" startdate="12/12/00" starttime="02:00:00" interval="once">
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.