The request has exceeded the allowable time limit Tag: CFQUERY
.or... The request has exceeded the allowable time limit Tag: CFOUTPUT It isn't taking along time or doing anything special. Almost seems more like a connction issue from my machine to the server. How can I fix this or catch it....? --------------------- This means that the page you are requesting is exceeding the timeout set in the CF Administrator. You can do a couple things to resolve this: 1) Up the timeout setting in the CF Administrator 2) Assuming CF 5 and below, append RequestTimeout=xx to the URL where xx is the number of seconds to allow the page to process (which overrides the CF Admin setting). (If CFMX, the RequestTimeout setting must be made via the tag.) However, I think it goes without saying that you should look at what's going on on that page and see if you can clean the code up to improve performance (look at long running queries, looping over large recordsets, etc.). Regards, Dave. _______________________________________________ No banners. No pop-ups. No kidding. Introducing My Way - http://www.myway.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

