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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

schedule tassk not run

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Hi every body
In coldfusion adminstartor
I went to schedule task then add task name and choose recurring at 09:05:00
and in url i write IPadress and file name
but the task not run at 09:05:00 then i went to schedule task and click go to run schedule ---->task running
PLZ where is error

and alot of thanks for all
 
Do you mean that the scheduled task NEVER ran (until you clicked "Run")?
Or, do you mean that the scheduled task ran and never stopped running?
 
I mean the schedul never run until i click run


i need schedule run on time not on click run
Thanks
 
Mr a440guy i search in macromedia but no result
so i hope you help me where is the problem
Thanks
 
There were a number of problems with CFHTTP in CF versions 4.5 or higher. The service pack 2 corrected a lot of these problems. CFSchedule uses cfhttp to run, so this fixed a lot of the problems. If you don't have service pack 2 for 4.5, I'd get that right away.

Having said that, that may not be the problem anyway. From what you have told me, it looks like the page that the task is grabbing is looking for some kind of a header, such as a cookie or login information. Check your page that you are accessing and double check to see if there is a session, client or cookie variable that it normally looking for -- it may be erroring out, since it can't be set. (If you have an application.cfm, check that to see if it is routing it to a login page)

You may have to create a different version of the page that does not require the variable or possibly pass that along in the url line of the request.

HTH,
Tim P.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top