Consultor Eletrônico



Kbase P5921: Database with Time Stamp mismatch
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/31/2003
Status: Unverified

FACT(s) (Environment):

Progress 8.x

SYMPTOM(s):

Last open date mismatch. (9215)

Single Volume Database

CAUSE:

Database copied using Operating System.

FIX:

The option is try to truncate the bi file with the understanding that this will skip the Crash Recovery action on your database and you could loose some of the Last Transactions.

Proutil dbname -C truncate bi

If this instruction does not success, then you can try to force the truncation. But this action should be followed by a Dump/Load of the database as after doing the Force Option the database will be on an unknown status.

proutil dbname -C truncate bi -F


Immediately after running this parameter please make a backup of your database and start the dump/load process.
If you cannot perform the dump/load as soon as possible, then run the idxbuild with the options Some, ! as a temporary option to clear the Forced flag. Anyway you should schedule a dump/load process as soon as possible.