Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PCode Error Message

Status
Not open for further replies.

jalbao

Programmer
Nov 27, 2000
413
US
I'm getting this error message when I run my cfapp -

Error Diagnostic Information
unknown exception condition

PCodeRuntimeContextImp::executeSQLTagCFQuery::endTag


Can anyone fill me in on what's going on here?
 
A little more info may help. I assume it is a query gone bad but...
 
sorry for the lack of info in the previous post..

i ran my cf app today (which has been working for the last couple of days) - for some reason i got the pcode error. I made no changes to my code, nor have i ever seen this error before.

basically, i'm wondering what 'pcode' is referring to - i've never seen/heard of this error before.

i hoping once i know what pcode is referring to i can solve the problem on my own

thanks for the response cfhub
 
It's been my experience that PCode errors involve underlying problems with the CFEngine that often require a restart of the service. I've had them happen most recently with <cfftp> and <cfpop> and I believe in both cases, they were related to bugs in the CF engine that were later fixed with an update from Allaire.

Your code may be doing something to trigger it but I don't think it's a &quot;bug&quot; in your code. I would check to see if the ODBC drivers have been updated, new service pack applied, etc.. as these would likely affect CF at a layer where I believe your PCode error is occuring.

Good luck,
GJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top