Kbase P152552: Prorest of backup failed with error: Unable to extend data files enough to proceed.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/08/2010 |
|
Status: Unverified
SYMPTOM(s):
Prorest of backup failed with: Unable to extend data files enough to proceed.
Unable to extend data files enough to proceed. (6743)
Restore failed. (1618)
!!! ERROR - Database restore utility FAILED !!! (8564)
FACT(s) (Environment):
OpenEdge Category: Database
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
CAUSE:
The prorest was being done without an .st file and all data was attempting to load into one extent per area and the extent reached the 2GB limit.
FIX:
Set up a proenv environment and run the following from that session:
1. Run prorest dbname dbname.bak -list to determine the structure of the database being restored.
2. Create a structure file, dbname.st, that has appropriate extents based on the list created in step 1.
3. prostrct create dbname
4. prorest dbname dbname.bak