Consultor Eletrônico



Kbase P126346: PRODB fails with 6063 error
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/10/2007
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x

SYMPTOM(s):

prodb fails with 6063 error

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

CAUSE:

Incorrect template database is being used

FIX:

Progress provides sample databases for different codepages/collation tables, make sure you create
your database using the $DLC/prolang/<lng> database that your code page needs, i.e.
prodb newSchema $DLC/prolang/utf/empty8
This will allow you to use an UTF template database to support several codepages.