Consultor Eletrônico



Kbase P19598: How to re-enable AI (After Imaging) when a database has been restored and AI files have been applied
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   21/09/2010
Status: Verified

GOAL:

How to re-enable AI (After Imaging) when a database has been restored and AI files have been applied to get the database to a consistent state?

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Product Family

FIX:

In order to re-enable AI you will need to:

1. Backup the database (using either Operating System Commands or probkup).
2. If database was backed up using Operating System commands, then you will
need to mark the database's master block to indicate that the database has
been backed up. This is done using the rfutil command.

Syntax:

rfutil dbname -C mark backedup

This step is not required if a probkup was performed because probkup
automatically updates the master block.

3. Restart AI using the rfutil command.

Syntax:

rfutil dbname -C aimage begin