Kbase P27413: How to recover a database missing a .db file that is up and running.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
GOAL:
How to recover a database missing a .db file where prostrct builddb fails.
FACT(s) (Environment):
Progress 9.1x
FIX:
1. Must have a .db file from a good backup copy.
2. Restore the backup to a void database created with original structure file.
3. Copy the restored .db file to the area where .db file is missing.
4. If database up and running, use promon to shut it down.
5. Run Prostrct unlock database name to force bi and .db files to be in sync.
6. Run Proutil database name -C idxbuild to rebuild indexes.