Something

Valentina

New Member
I want to make a connection to a db in Progress from a terminal WinNT to a Unix server (there is db). I receive an error

"Database error is: Code page conversion table for iso8859-1 to ibm852 was not found in convmap.cp. (6063) The server's code page is ibm852 and the client's code page is iso8859-1. (1665) The connection has been established, but no data conversion will take place. (1667) Code page conversion table for iso8859-2 is iso8859-1 was not found in convmap.cp. (6063) The code page of database xxanaimep is iso8859-2 and -cpinternal is iso8859-1. (4677) The tables needed to do conversion for"

What must I write in convmap.cp or what to do else?!?
 
The Database on UNIX should be started with the attributes -cpstream iso8859-1 -cpinternal iso8859-1 in the parameter file and probably is.

The client should have a -cpinternal and -cpstream of ibm850 NOT ibm852. This should be in the .pf or startup line.

Valentina said:
I want to make a connection to a db in Progress from a terminal WinNT to a Unix server (there is db). I receive an error

"Database error is: Code page conversion table for iso8859-1 to ibm852 was not found in convmap.cp. (6063) The server's code page is ibm852 and the client's code page is iso8859-1. (1665) The connection has been established, but no data conversion will take place. (1667) Code page conversion table for iso8859-2 is iso8859-1 was not found in convmap.cp. (6063) The code page of database xxanaimep is iso8859-2 and -cpinternal is iso8859-1. (4677) The tables needed to do conversion for"

What must I write in convmap.cp or what to do else?!?
 
Back
Top