Forum Post: Prolib utility not support $DLC/startup.pf

  • Thread starter Thread starter Valeriy Bashkatov
  • Start date Start date
Status
Not open for further replies.
V

Valeriy Bashkatov

Guest
Hello, ------------------------------ OpenEdge Release 10.2B08 CentOS release 6.5 (Final) uname -a Linux fin-uni 2.6.32-431.29.2.el6.x86_64 #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux ------------------------------ I encountered with a strange behavior of the prolib utility. When I try to get the contents of the library: prolib prolib-test.pl -list I get some warnings: Code page conversion table for IBM866 to ISO8859-1 was not found in convmap.cp. (6063) You are using -cpinternal iso8859-1 and the code page of the library prolib-test.pl is ibm866. (4307) The table to convert iso8859-1 to ibm866 was not found in convmap.cp. (4308) The library contents may not be displayed correctly. (4310) This library was created with the following command: prolib prolib-test.pl –create –add _*.r -cpcase Basic –cpcoll Russian -cpinternal ibm866 -cpstream ibm866 -verbose At the same time, code page in startup.pf defined correctly : $DLC/startup.pf -cpinternal ibm866 -cpstream ibm866 -cpcoll Russian -cpcase Basic -d dmy -numsep 44 -numdec 46 I see that the utility prolib not use the parameters defined in the $DLC/startup.pf? Is this normal? I tried to find information about this in the documentation or in the knowledge base, but could not find anything. Regards, Valeriy

Continue reading...
 
Status
Not open for further replies.
Back
Top