Kbase P79789: Index rebuild doesn't use the amount of sort space specified in sort file.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  4/20/2010 |
|
Status: Verified
SYMPTOM(s):
Index rebuild doesn't use the amount of sort space specified in sort file.
idxbuild runs out of sort space even if you use a sort file.
Temporary sort file at: /sort2/ will use up to 24K of disk space. (5289)
File size has been changed to 24576, the minimum allowed. (5294)
FACT(s) (Environment):
Progress 8.x
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
The sort file has been incorrectly configured.
FIX:
Adjust the sort file to have the correct format.
For example, the existing file may contain entries like this:
2,000,000 /sort1/
2,000,000 /sort2/
2,000,000 /sort3/
But the required format is:
2000000 /sort1/
2000000 /sort2/
2000000 /sort3/