From: Vlad K. <hv...@us...> - 2014-02-13 21:03:01
|
> 13.02.2014 16:51, Dmitry Yemanov wrote: >> Do you mean really unreadable or actually readable but prefixed with >> "cannot locate firebird.msg"? Example maybe? > > Actually, half-readable. There may be meaningfil lines as well as prefixed with "can't > format message". Example: > > unknown ISC error 335544973 > can't format message 13:1 -- message file C:\Program Files (x86)\IBPhoenix\firebird.msg > not found ISC error code 335544973 is isc_bad_epb_form ("Unrecognized events block"). Its facility code is 0 (JRD). Text messages for all errors of facility 0 are included into firebird.dll and used if firebird.msg is not found. This error code (isc_bad_epb_form) was intorduced in FB 2.5 and it means you are used older fbclient.dll with your application when obtained this error from Firebrid server. Also it means that firebird.msg corresponding to your old client library also have no text for this error and even if it would be found (as you wish here) it give you nothing in this case. Regards, Vlad PS "can't format message 13:1 ... "you got when you are try to get SQL code. This is generic "Firebird error" message which you can append to any "unknown" error ;) |