Kbase P95852: prostrct add returns extent too small message
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/26/2005 |
|
Status: Unverified
FACT(s) (Environment):
Progress 8.3A
SYMPTOM(s):
prostrct add returns extent too small message
Length of the <data extent> is one block which is too small to be fixed.
Adding bi extents
bi file truncated before running prostrct add
CAUSE:
Truncating the bi before trying to add a bi extent brought the variable bi extent (the last extent) down below the size at which it could be converted into a fixed length extent. It has to be at least 32k in size.
FIX:
Steps to resolve this issue -
1. truncate the bi (proutil dbname -C truncate )
2. backup the database (probkup dbname <device> )
3. remove the last bi extent with prostrct remove (prostrct remove dbname b )
4. add the extent with prostrct add (prostrct add dbname <addfile.st>