> I have the following task (CF7). The URL that it specifies is not being run. > This is my first task so I assume I'm doing something > wrong. I run that url separately and it works fine. I check my list of > scheduled tasks and my task shows up in that list and > appears to be set up the way I expect. However, it doesn't work. What the > heck is wrong with it? > > ... > > <cfschedule > action="update" > task="facilities_daily_notification" > interval="600" > operation="httprequest" > startdate="#start_date#" > starttime="#start_time#" > > url="http://sph.umd.edu/home/facilities_request/email/daily_notifcation.cfm" >>
When you say you "run the URL separately" are you doing this from the server console? If not, the server may not be able to resolve the FQDN. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our tr ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333078 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

