> Yup that does seem to be what I am running into. I was able > to capture it finally with a site-wide error handler page, > but of course that is too late to do any kind or recovery. > > Anybody got any ideas about how one could catch this > exception an a way that allows recovery?
Why can't you do recovery within the site-wide error handler? Admittedly, it may not be the ideal place to do this - I'd try to catch this with CFERROR and do it in that page if possible - but in either case, you know the script that failed, and you have the generated content up until that point. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270403 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

