Subject | Re: [firebird-support] Unknown ISC error 0 |
---|---|
Author | Helen Borrie |
Post date | 2008-03-18T00:24:28Z |
At 09:13 AM 18/03/2008, you wrote:
But seriously...check that the correct firebird.msg file is found first in the path. Old versions of firebird.msg don't know about exceptions created for new versions.
Note that the fact that it's reporting 0 rather than a 9-digit isc code suggests that you might be using a data access interface that does its own interpretation based on hard-coding from an old message database, and returns 0 when it encounters a code it doesn't recognise...so look for that in your driver (if it is your own application) or in the tool (if it is an old tool app.)
If it's an old tool app, and it has a monitor utility, chances are you'll be able to see the real isc code there.
./hb
>What could cause this error?Let me guess.... an unknown ISC error?
>
>"unknown ISC error 0"
But seriously...check that the correct firebird.msg file is found first in the path. Old versions of firebird.msg don't know about exceptions created for new versions.
Note that the fact that it's reporting 0 rather than a 9-digit isc code suggests that you might be using a data access interface that does its own interpretation based on hard-coding from an old message database, and returns 0 when it encounters a code it doesn't recognise...so look for that in your driver (if it is your own application) or in the tool (if it is an old tool app.)
If it's an old tool app, and it has a monitor utility, chances are you'll be able to see the real isc code there.
./hb