Consultor Eletrônico



Kbase 21347: Messages 6050 and 6051 During the Generation of convmap.cp
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/06/2005
Status: Unverified

SYMPTOM(s):

Error during generation of CONVMAP.cp file

** Unable to understand after -- "<string>". (247)

Inverse map for <map-name> to <map-name> not found. (6050)

Inverse map for CONVMAP to ISO8859-1 not found. (6050)

<map-name> to <map-name> and <map-name> to <map-name> are not inverse. (6051)

ISO8859-1 to CONVMAP and TTY to ISO8859-1 are not inverse. (6051)

CAUSE:

Errors 247, 6050, 6051 are typically seen when building a conversion table using convmap.dat file. This file contains several characters being mapped to one. As the conversion table maps many characters to one, the codepage-compiler has to decide how to reverse the one-to-many. It cannot perform a one-to-many so it does a one to one of the many.

FIX:

Specify "NOINVERSE" in the conversion table so that it won't generate the reverse table. Create the inverse conversion table.