> Any idea why in the log file for scheduler, I see that my > Scheduled > Task has been initiated and completed but nothing happens.
> When I run the tasks from the browser (on the server) it > runs without > a problem and processes the messages as designed? > BTW: CF 5 is the server and IE is the browser. > <--- I must be brain dead and hope someone has a simple > answer --> Make sure your scheduled task code isn't relying on any session vars. Also double-check any url vars and make sure they're in the URL for the task. And lastly, Make sure the same is also true for the first Application.cfm in the directory or any parent directories (all the way to the root of the drive or the *nix root directory) so as to prevent those from causing problems with the scheduled task. iirc any errors which occur on the page being requested won't appear in the scheduler log, they'll appear in the application log like any other error, so if you're running a scheduled task the scheduler log will say "ok" even if an error occurred on that page because the scheduler was able to receive the page via cfhttp without any 403 forbidden or 404 not found errors. That's what I seem to remember anyway. hth s. isaac dealey 954-776-0046 new epoch http://www.turnkey.to lead architect, tapestry cms http://products.turnkey.to tapestry api is opensource http://www.turnkey.to/tapi certified advanced coldfusion 5 developer http://www.macromedia.com/v1/handlers/index.cfm?ID=21816 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

