Consultor Eletrônico



Kbase P124427: Errors 444, 26, 142 or 12371 using the Data Dictionary/Data Administration tool if database has more
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/7/2011
Status: Verified

SYMPTOM(s):

Errors 444, 26, 142 or 12371 using the Data Dictionary/Data Administration tool if database has more than 2048 tables

Error 444 trying to open Data Dictionary/Data Administration tool on CHUI

** Attempt to expand record beyond the maximum allowed size. (444)

Error 12371 trying to open Data Administration tool on GUI

Attempt to update data exceeding (12371)

Errors 26 using the Data Admin if database has more than 2048 tables

Errors 26 or 12371 and 142 trying to dump or load data and/or definitions

Errors 142 and 26 loading large schema from oracle

** Array subscript 2049 is out of range. (26)

** Array subscript <value> is out of range. (26)

** Unable to update Field. (142)

** Unable to update <filename> Field. (142)

Error 12371 trying to load delta df

Errors using Data Administration Tool after loading or creating new tables

Trying to connect to a database using the Data Administration Tool if the database was disconnected after the loading or creation of new tables

Trying to select a working database from the Data Administration Tool

Trying to dump definitions or data from the Data Administration Tool

Trying to update field definition using Data Admin or Data dictionary

Trying to run a Data Admin or Data dictionary report

FACT(s) (Environment):

Using Data Dictionary Tool on character mode
Using Data Dictionary or Data Administration Tool on CHUI on Windows
All Supported Operating Systems
Progress 8.x
Progress 9.x
OpenEdge 10.0x
OpenEdge 10.1A
Oracle DataServer

CAUSE:

Bug# OE00121117

CAUSE:

Before OpenEdge 10.1B, the Data Administration/Data Dictionary used an array variable of 2048 extents to cache all table names causing a limitation. If the database being used had more than 2048 tables it will overflow on the internal structure. On 10.1B this limitation no longer exist.

FIX:

Upgrade to OpenEdge 10.1B or later.

If using Oracle Dataserver, alternatively you can also split the schema in two or more schema holders.