Kbase P22471: How to change a fixed BI extent to a variable BI extent
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/18/2003 |
|
Status: Unverified
GOAL:
How to change a fixed BI extent to a variable BI extent
FIX:
You need to recreate the BI extents. First you need to remove all BI extents with "prostrct remove" and then add the appropriate extents with "prostrct add". The following example illustrates the steps to have 1 variable BI extent.
- Truncate the BI:
"proutil <dbname> -C truncate bi"
- Remove the last BI extent:
"prostrct remove <dbname> bi"
- Repeat last action until there are no more BI extents.
- Create a file called add.st containing "bi ."
- Add a new variable BI extent:
"prostrct add <dbname> add.st"