Kbase P101547: Error -219901 when connecting to a database from a SQL-92 client with customized convmap.cp file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/9/2008 |
|
Status: Verified
SYMPTOM(s):
Getting error -219901 when connecting to a database from a SQL-92 client
From an ODBC client the error below appears:
[DataDirect-Technologies][ODBC Progress driver][PROGRESS]-219901
From a JDBC client the following error occurs:
=== SQL Exception 1 ===
SQLState=HY000
ErrorCode=-219901
[JDBC Progress Driver]:-219901
When running the SQL Explorer in character mode, the error below is returned:
com.progress.common.util.PromsgsFile$PromsgsFileIOException: invalid context block for promsgs file
FACT(s) (Environment):
Progress 9.1x
OpenEdge 10.x
Using a customized convmap.cp
The connection works fine with the default convmap.cp
CAUSE:
The database's code page is missing in the customized convmap.cp.
FIX:
Regenerate the convmap.cp file with the database's code page.
See Solution 20853 for further information.