Kbase 20136: ** The file <name> Is Not the Correct After-image File (829)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/17/2003 |
|
Status: Unverified
SYMPTOM(s):
** The file <name> is not the correct after-image file. (829)
CAUSE:
One place where this error occurs is if you copy a different after image extent over the original extent.
FIX:
Perform the following steps to resolve the problem:
1) Make sure that the database is backed up.
2) rfutil dbname -C aimage end.
3) rfutil dbname -C aimage begin.
For example, against the Sports database:
/* Backup the database using Progress backup - you can also use an OS backup */
probkup sports sports.bk
/* End the after imaging */
rfutil sports -C aimage end
/* At this point if you used 'probkup' */
rfutil sports -C aimage begin
You should now be able to access the sports database.
If you use an OS backup you might see the following message when you try to start the after imaging:
** Cannot do AIMAGE/2PHASE BEGIN. You must backup the database first. (834)
To resolve this, you must mark your database as backed up:
/* To mark the sports database as backed up */
rfutil sports -C mark backedup