Salesforce

conv1011 fails with an error 1043

« Go Back

Information

 
Titleconv1011 fails with an error 1043
URL Name000047598
Article Number000168278
EnvironmentProduct: OpenEdge
Version: 10.x, 11.x
OS: All Supported Operating Systems
Other: i18N
Question/Problem Description
Unable to convert a database with conv1011
PROUTIL -C conv1011 fails with errors 8557 and 1043
 
Steps to Reproduce
Clarifying Information
Database is UTF-8
Error MessageUse "-cpinternal UTF-8" with conv1011 only with a UTF-8 database. (8557).
Collation table for code page UTF-8 and collation name "name" was not found in convmap.cp. (1043)
Defect Number
Enhancement Number
Cause
The pre-conversion Openedge 10 database has been using (created with) -cpinternal utf-8 and basic collation (-cpcoll).
The post-conversion OpenEdge 11 installation has been installed with 'German-library' collation as is therefore the default cpcoll in the DLC\startup.pf.
As -cpcoll was not been specified when "proutil -C conv1011" was run in the OpenEdge 11 environment, PROUTIL took the default German-library as the collation, hence the error, as it did not match the original database collation.
Resolution
Specify the appropriate value of -cpcoll parameter when converting the database,

Example: in this particular case
$   proutil dbname -C conv1011 -cpinternal utf-8 -cpcoll basic
Workaround
Notes
Keyword Phrase
Last Modified Date6/8/2016 10:09 AM

Powered by