Consultor Eletrônico



Kbase P131854: Database will not start with error 866
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   27/05/2008
Status: Unverified

FACT(s) (Environment):

All Supported Operating Systems
Progress 8.x

SYMPTOM(s):

Database will not start

SYSTEM ERROR: rlbird called with invalid address=<number>. (866)

CAUSE:

The bi file is corrupt. One possible cause is doing a schema change
to a very big database table.

FIX:

1.The schema changes done with dictionary tools are done
in a single transaction. In this case, you need to split the changes
to multiple smaller ones. If you are adding an index to a large
table, add the index deactivated and activate it with the index
rebuild utility (Idxbuild does not use before-image). The same 2GB
limit is for temporary sort files also, so turn off index sorting
in index rebuild.
2. Restore the last good backup.
3. Force in to the database using
proutil db-name -C truncate bi -F (see note below for warnings about this option)