Kbase P15647: Error (8225) when adding a new bi extent
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
SYMPTOM(s):
You must remove the variable length BI extent before adding additional BI extent(s). (8225)
CAUSE:
There is a variable length bi extent which must be removed before you can add bi extent.
FIX:
You may prostrct add bi extents but be sure the remove the variable extent first
- Backup your database prior to adding database extents.
- Truncate bi file
proutil <db-name> -C truncate bi.
- Run prostrct remove
prostrct remove <db-name> <extent-type-token> [area -name].
- Create a new structure file that contains only information about the areas you want to add.
- Add fixed bi extents to st file with prostrct add
prostrct add <db-name> < incremental-description file>
Run prostrct list to update the structure file with the added extents - prostrct list db-name.