Consultor Eletrônico



Kbase P114957: Error 1115 when accessing database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   06/04/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1A

SYMPTOM(s):


Error 1115 when accessing database

Open failed. Database unusable due to partial conversion. (1115)

conv910 conversion failed with errors (6063), (1564), (11114).

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


The tables needed to do conversion for the database were not found in <file-name>. (1564)


Conversion failed in opendb, ret = 2. (11114)

CAUSE:

If the codepage parameters (such as -cpinternal) used by the proutil session running conv910 are different from those for the database, then this behaviour can occur.
This is a known issue under investigation by Development.

FIX:

1. Restore the backup that must have been made before the initial conversion attempt.
2. Redo the conversion. Ensure to specify the relevant codepage parameters (-cpinternal, -cpstream, -cpcoll) for the session running the conversion.