Consultor Eletrônico



Kbase P39312: Receiving errors 9971 and 9972 while doing a conv89 in Progress 9.1D06
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/01/2009
Status: Verified

SYMPTOM(s):

Receiving errors 9971 and 9972 while doing a conv89 in Progress 9.1D06

Dump and load is not an acceptable work around.

Database and bi blocksize are the same (8K).

This database is a restore from an online backup.

Invalid before image version number found in bi file . (9971)

This is a version <version-number> bi file. (9972)

FACT(s) (Environment):

Progress 9.1D
OpenEdge Category: Database
All Supported Operating Systems

CAUSE:

This is a known issue being investigated by Development

FIX:

Work around in this case to permit the use of conv89:
Truncate the bi file in the version 8 database.
Run proutil dbname -C truncate bi.
Run prostrct remove dbname b
Repeat this command until all of the bi files are removed.
Run V9 proutil command: proutil dbname -C conv89.
Proserve the database.
Proshut the database.
truncate the bi file.
Remove the bi file.
create an add.st file with the desired bi structure.
Run prostrct add dbname add.st.
Run prostrct list dbname.
The.st file should now include your desired structure.
Proserve the database.