Kbase P126150: Getting errors (6063) (4677) and (1564) when connecting to the database using prowin32 db-name -S
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  14/04/2010 |
|
Status: Verified
SYMPTOM(s):
Getting errors (6063) (4677) and (1564) when connecting to the database using prowin32 db-name -S <port-num> -H <hostname> from Windows
Database codepage is CP936
Database startup.pf file already included with parameters "-cpinternal CP936 -cpstream CP936"
Code page conversion table for <table-name> to <table-name> was not found in <file-name>. (6063)
Code page conversion table for CP936 to GB2312 was not found in convmap.cp. (6063)
The code page of database <db-name> is <code-page> and -cpinternal is <code-page>. (4677)
The code page of database <db-name> is CP936 and -cpinternal is GB2312. (4677)
The tables needed to do conversion for the database were not found in <file-name>. (1564)
The tables needed to do conversion for the database were not found in convmap.cp (1564)
FACT(s) (Environment):
Progress 9.1D
Windows 2000
CAUSE:
-cpinternal windows registry key value is GB2312
FIX:
Either: change -cpinternal registry key value as CP936; -cpinternal registry key can be find in: HKEY_LOCAL_MACHINE\SOFTWARE\PSC\LANGUAGE\9.1D\
Or: connecting to the database with prowin32 db-name -S <port-num> -H <hostname> -cpinternal CP936 -cpstream CP936