Kbase P87871: Error 6063 using Procopy utility
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
Using PROCOPY get the following error:
Code page conversion table for <table-name> to <table-name> was not found in <file-name>. (6063)
Code page conversion table for 1250 to iso8859-15 was not found in convmap.cp . (6063)
The database codepage is 1250 (Central Europe).
Progress was installed in iso8859-15 (Latin 9) codepage
CAUSE:
The database codepage and the PROCOPY codepage are not compatible: There is no conversion table between those codepages.
FIX:
Start PROCOPY with a codepage compatible with the database codepage by specifying a pf-file containing all the necessary Internationalization parameters.
In the %DLC%\Prolang directory Progress provides pf-files containing preset Internationalization settings for different languages.
Example below uses the %DLC%\prolang\cze\czech.pf to copy the Czech empty1.db database (codepage 1250) provided by Progress:
procopy %DLC%\prolang\cze\empty1.db e:\wrk\czech1.db -pf %DLC%\prolang\cze\czech.pf