Consultor Eletrônico



Kbase P143155: Error 10855 performing binary load
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/03/2009
Status: Unverified

SYMPTOM(s):

Error 10855 performing binary load

Code page of .bd file (iso8859-1) does not match code page of database(1252). (10855)

Code page of .bd file (<name>) does not match code page of database(<name>). (10855)

Binary Load failed. (6255)

FACT(s) (Environment):

Loading a binary dump file into a database with a different code page to the database that created the dump.
All Supported Operating Systems
OpenEdge 10.x

CAUSE:

This is expected behavior.

In OpenEdge 10 proutil dump and load do not perform any code page conversions, so it is only possible to load a binary dump file into a database that uses the same code page as the database that created the dump file. It does not matter if the code pages are compatible, there isn't any codepage conversion so the target database code page must be the same as the source database.

This is documented in the notes section of the PROUTIL DUMP qualifier entry in the Database Administration guide.

FIX:

To work around this either convert the source database to the desired code page before the dump is created, or convert the target database to the desired code page after the load is complete.