For the life of me, I can't figure out what I'm doing wrong. Running CFMX7.0.2 on Win2K:
I have a scheduled task that includes a bunch of other templates, updating a bunch of tables. Anyway, I have the Timeout (sec) value in the Scheduled Task set at 7200. That's 2 hours, right? 60 seconds * 60 minutes * 2 = 7200 seconds. On the scheduled task itself, I have this on top of it: <cfsetting requesttimeout="18000" enablecfoutputonly="No"> Yet this is the problem: I get this error at EXACTLY the 10 minute mark: "The request has exceeded the allowable time limit" Sometimes it's CFQUERY; other times it's CFFILE; whatever it hits at the 10 minute mark is when this error is generated. Which means that despite the requesttimeouts I have here, something else is overriding it and putting a hard limit of 60 seconds. I do have FusionReactor on this box, but crash protection is not enabled, so it shouldn't be the cause. What is going on here? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| CF 8 â Scorpio beta now available, easily build great internet experiences â Try it now on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280929 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

