Consultor Eletrônico



Kbase P84073: Binary load fails with 6255 error when loading second binary dump file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/10/2010
Status: Verified

SYMPTOM(s):

Binary load fails with 6255 error.

Binary Load failed. (6255)

Failure occurs when loading second binary dump file.

First and third binary dumped files load successfully.

FACT(s) (Environment):

Multiple binary dump files being loaded.
Large Files not enabled for the database.
Binary dump completed successfully.
4GL ASCII dump and load is successful
Progress 9.1x
All Supported Operating Systems

CAUSE:

Bug# OE00085168

CAUSE:

The problem is with an internal function in the binary dump routine. If the dump file does not have enough space to store a record, a new dump file is created. If the last record in the previous dump file is not completely written to the file, it will be written to the next file. The bug is that when we located the previous record, we actually retrieved the wrong offset to that record and as a result, the record was written twice. This results in our inability to load the file that contains the second copy of that record.

FIX:

Upgrade to 9.1D06 or later.