How long do you expect the job to take to complete? 2 hours seems way too long for an http request to run.
How many templates are involved? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -----Original Message----- From: Sung Woo To: CF-Talk Sent: Wed Jun 13 03:47:50 2007 Subject: The request has exceeded the allowable time limit 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? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280944 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

