Kbase P5594: Unable to make the client connection to Hungarian database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
SYMPTOM(s):
Unable to make the client connection to Hungarian database
Code page attribute table for (code page) was not found in (filename) (912)
CHANGE:
Converted Progress database to Hungarian
CAUSE:
Not using the proper client session startup parameters. Starting client session with -cpinternal (code-page name used in memory/running Progress ) and -cpstream (code-page name for displaying) but not using -cpcoll to call the Hungarian collation table.
If -cpcoll is not used as a startup parameter, then Progress uses its default or Basic collation table in convmap.cp.
FIX:
Add -cpcoll Hungarian to call the proper collation table within convmap.cp file.
Progress uses the collation rules specified by the -cpoll tablename to compare characters and sort records if a BY clause cannot be satisfied by an index. If not provided, Progress uses the collation rules with the name "basic."