progress_in
New Member
Hi,
We have "PROGRESS Version 9.1E04" installed and English is selected as default lang. Also other language installed and reflected in $DLC/prolang directory.
The databases are created using the startup.pf as below
-cpinternal ISO8859-1
-cpstream ISO8859-1
-cpcoll Basic
-cpcase Basic
#-d dmy
-d mdy
-numsep 44
-numdec 46
Now for the new site we are looking to install Russian language (code page - 1251) but its not working.
What we actually want that our database remains in English lang only, whereas we can access that using different settigs for English and Russian lang.
I updated the convmap.dat with russian.dat and tried using below command
"proutil -C codepage-compiler convmap.dat $DLC/convmap.cp" to update the convmap.cp.
However while connecting the database with below, we are getting errors
$DLC/bin/_progres -pf test.pf -cpinternal 1251 -cpstream 1251 -cpcoll Russian -d mdy
+------------------------------------ Error ------------------------------------+
¦ Code page conversion table for 1251 to ISO8859-1 was not found in convmap.cp. ¦
¦ (6063) ¦
¦ The server's code page is ISO8859-1 and the client's code page is 1251. ¦
¦ (1665) ¦
¦ The connection has been established, but no data conversion will take place. ¦
¦ (1667) ¦
¦ Code page conversion table for ISO8859-1 to 1251 was not found in ¦
¦ convmap.cp. (6063) ¦
¦ The code page of database testprod is iso8859-1 and -cpinternal is 1251. ¦
¦ (4677) ¦
¦ The tables needed to do conversion for the database were not found in ¦
¦ convmap.cp. (1564) ¦
¦ ¦
¦ ----------------------------------------------------------------------------- ¦
¦ <OK> ¦
+-------------------------------------------------------------------------------+
Thanks,
We have "PROGRESS Version 9.1E04" installed and English is selected as default lang. Also other language installed and reflected in $DLC/prolang directory.
The databases are created using the startup.pf as below
-cpinternal ISO8859-1
-cpstream ISO8859-1
-cpcoll Basic
-cpcase Basic
#-d dmy
-d mdy
-numsep 44
-numdec 46
Now for the new site we are looking to install Russian language (code page - 1251) but its not working.
What we actually want that our database remains in English lang only, whereas we can access that using different settigs for English and Russian lang.
I updated the convmap.dat with russian.dat and tried using below command
"proutil -C codepage-compiler convmap.dat $DLC/convmap.cp" to update the convmap.cp.
However while connecting the database with below, we are getting errors
$DLC/bin/_progres -pf test.pf -cpinternal 1251 -cpstream 1251 -cpcoll Russian -d mdy
+------------------------------------ Error ------------------------------------+
¦ Code page conversion table for 1251 to ISO8859-1 was not found in convmap.cp. ¦
¦ (6063) ¦
¦ The server's code page is ISO8859-1 and the client's code page is 1251. ¦
¦ (1665) ¦
¦ The connection has been established, but no data conversion will take place. ¦
¦ (1667) ¦
¦ Code page conversion table for ISO8859-1 to 1251 was not found in ¦
¦ convmap.cp. (6063) ¦
¦ The code page of database testprod is iso8859-1 and -cpinternal is 1251. ¦
¦ (4677) ¦
¦ The tables needed to do conversion for the database were not found in ¦
¦ convmap.cp. (1564) ¦
¦ ¦
¦ ----------------------------------------------------------------------------- ¦
¦ <OK> ¦
+-------------------------------------------------------------------------------+
Thanks,