<quote>Are you using any kind of third party user authentication, like SiteMinder. I ran into exactly this.</quote>
This can happen with any kind of authentication, including built in authentications of IIS such as "windows integrated" or "basic". <quote>When I entered the URLs in my own browser I was already authenticated with SiteMinder, so they ran. When ColdFusion tried to run them it, of course, didn't authenticate with SiteMinder. Since Siteminder returns a "200 OK" no matter what, to ColdFusion the template ran. </quote> Any status returned is a success to the scheduled task. If HTML was returned, including HTML describing errors, the scheduled task calls it a success. <quote>Our solution was to create a special website for scheduled tasks that doesn't use authentication. To keep it secure we restricted the Ips that it would respond to. </quote> You also probably could have created an account for the CF Service that would have authenticated it, so that it could access the given resources. We have solved this issue both ways in the past. P.S. This can also be a problem when trying to serve up web services for similar reasons. -------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA --------- | 1 | | --------- Binary Soduko | | | --------- "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidentiality Notice: This message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender and delete any copies of this message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266251 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

