Kbase P13889: Using the undefined codepage to convert a database between incompatible codepages.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/12/2006 |
|
Status: Verified
GOAL:
Using the undefined codepage to convert a database between incompatible codepages.
GOAL:
Code page conversion table for <table-name> to <table-name> was not found in convmap.cp. (6063)
FACT(s) (Environment):
Progress 9.x
CAUSE:
Codepage conversions defined in convmap.cp define conversions between codepages that are compatible. This means data can be converted from one codepage to another. Any codepages that are not compatible (1252 and 1250, iso8859-1 and iso8859-2) will usually result in a 6063 error if they are used together:
Error: Code page conversion table for <table-name> to <table-name> was not found in convmap.cp. (6063)
FIX:
The undefined codepage should never be used to convert a database between incompatible codepages. This will result in corruption of the data.