A really bad piece of code will cause that. Best idea is to use CFABORT tags on you page to test out which piece does it. Place a CFABORT on top of the page and run it. No problem, then go on. If there's a problem, then it's not in the page. Move the CFABORT to right after a block of code and try again. No problem? move on. If there's a problem, then that block of code has the issue and you can examine it more closely. Do this till you find the problem or get to the bottom of the page. If you go piece by piece, you'll eventually find the exact line of code that causes the error. When debugging to find issues like this, remember the application.cfm, onrequestend.cfm, includes, custom tags, etc.
At 12:52 PM 6/24/02, you wrote: >I am getting the following message when I try to run a query does anybody know what >it is? > > Error Diagnostic Information > unknown exception condition > > CFMLInterpreterImp::writeEmergencyMessage > > > Date/Time: 06/24/02 12:36:46 > Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0) > > > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

