> 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 ;)

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to