Consultor Eletrônico



Kbase P117346: Error 886 887 888 trying to start a database created using procopy
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/12/2009
Status: Verified

SYMPTOM(s):

Error 886 887 888 trying to start a database created using procopy

** The database was last used <date/time>. (886)

** The before-image file expected <date/time>. (887)

** Those dates don't match, so you have the wrong copy of one of them. (888)

FACT(s) (Environment):

database "newdb" has just been created as a copy of "source"


CAUSE:

Bug# OE00116409

CAUSE:

Because procopy does not create a .lk file, "source" database was accessed while procopy was still running.

FIX:

The workaorund is, instead of using procopy command, use probkup and prorest commands as per the following steps.
Step2 is not required if you have no area larger than 2Gig or if source database has LargeFiles enabled; otherwise before this step you need to define a structure file newdb.st similar to the structure file source.st

1. probkup [online] source source.bkup
2. [prostrct create newdb]
3. prorest newdb source.bkup