Kbase P132922: How to roll forward after image files to standalone database using a Progress backup of a Replicatio
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  19/05/2011 |
|
Status: Unverified
GOAL:
How to roll forward after image files to standalone database using a Progress backup of a Replication Source Database.
GOAL:
How to roll forward after image files to a database
GOAL:
How to use the rfutil roll forward option?
GOAL:
How to roll forward AI
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
FIX:
1. Restore the database from backup.
prorest dbname device-name
2. Disable sitereplication on the database.
proutil dbname -C disablesitereplication source
3. Apply ai files to restored database.
rfutil dbname -C roll forward -a </path-to/appropriate-ai-file>
4. Repeat step 3 for all ai files that need to be rollforward.
When finished the database is available as a standalone database.