Consultor Eletrônico



Kbase P117720: I18N: Error 6063 using ibm037 codepage conversion
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/08/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x

SYMPTOM(s):

Error 6063 using ibm037 codepage conversion

Code page conversion table for iso8859-1 to ibm037 was not found in convmap.cp. (6063)

Code page conversion table for <table-name> to <table-name> was not found in <file-name>. (6063)

Need to work with EBCDIC format

Issue does not happen in Progress 9.x

CAUSE:

Code page conversion table for ibm037 has being removed from the default convmap.cp file since OpenEdge 10.0A

FIX:

Recompile a new convmap.cp to add the ibm037 code page by executing the following steps:
1) Go to $DLC/prolong/convmap and edit a file called convmap.dat
2) Find a line that say #Western Europe EBCDIC codepages
3) Remove the # sign (comments) from the next 2 lines
After you remove it should look like this:

#Western Europe EBCDIC codepages
INCLUDE
INCLUDE-FILE weuroebc.dat

4) Save the file and execute the following:
proutil -C codepage-compiler convmap.dat convmap.cp
5) A file called convmap.cp will be created at this directory


To use this file there is 2 ways:
1) Overwrite the $DLC/convmap.cp file that you have with the new one compiled above
2) OR set CONVMAP environment variable to the new file created before starting the session that will run the report.