Consultor Eletrônico



Kbase P169619: Trying to load an incremental .df file into an existing database fails with a (6063) error.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/07/2010
Status: Unverified

SYMPTOM(s):

Trying to load an incremental .df file into an existing database fails with a (6063) error.

Code page conversion table for <table-name> to <table-name> was not found in <file-name>. (6063).

The incremental .df file includes a cpstream definition statement at the bottom of the file for a code page different from the code page of the database: cpstream=ISO8859-1.

FACT(s) (Environment):

The database has a code page of SHIFT-JIS.
The database has been converted from version 8 to version 9 using the proutil utility with the -conv89 option.
Windows
Progress 9.1E

CAUSE:

The incremental .df file has a codepage definition statement of "cpstream=ISO8859-1" and there is no code page conversion table available to convert characters between ISO8859-1 and SHIFT-JIS.

FIX:

Change the code page definition in the .df file from "cpstream=ISO8859-1" to "cpstream="SHIFT-JIS". English ASCII characters (ASCII codes 0-127) are included in all code pages, so the .df file can be loaded into the SHIFT-JIS database with the cpstream set to SHIFT-JIS.