I have a long running routine (usually 10-15 seconds under normal conditions) that gets called each night by a scheduler. It's a critical procedure that has always worked and must always work.
The other night, I see that it started, but it never finished. I have exception handling with CFTRY that will email me the details about any errors that are generated, and then RETRHOW. However, I never received any error details in my email, and the server exception logs have no conslusive information about what happened... except that I see there was a timeout at about the same time when my routine runs. My inclination is that there was a timeout (even though I have a requesttimeout=500 on the URL). What can I do to find some conclusive evidence to narrow down what the problem is? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:266230 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

