Consultor Eletrônico



Kbase 21669: Non-Basic Collation with Oracle DataServer causes errors 1043,6063,1581 -Adding basic collation to c
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Verified

FACT(s) (Environment):

Progress 8.x
Progress 9.0x
Progress 9.1A
Progress 9.1B
Progress 9.1C
MS SQL DataServer
MS SQL DataServer
ODBC DataServer
Oracle DataServer

SYMPTOM(s):

Creation of schema fails with errors

Collation table for code page <code-page> and collation name <collation-name> was not found in <filename>. (1043)

Error 1043 received when Progress Session is using code page "1250" (for Central Europe), "czeck" collation and Schema holder uses code page 1250.

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

CODEPAGE-CONVERT could not find the appropriate conversion table in <file-name>. (1581)

Error 6063 and 1581 received when Progress session uses 1250 and the schema holder is set to ibm850

Can not upgrade to Progress 9.1D

CAUSE:

Bug 20010504-023

CAUSE:

The only supported collation when using the ORACLE Data Server is "basic" in versions prior to 9.1D. A collation name other than the default "BASIC" is not recognized by the core client

FIX:

Add the "basic" collation table within convmap.c for the code page specified.