Kbase P59568: Idxbuild run with the all switch, on a very large database, fails in area #23.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  09/07/2004 |
|
Status: Unverified
FACT(s) (Environment):
Sun Solaris SPARC
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
Idxbuild run with the all switch, on a very large database, fails in area #23.
Error reading from temp file, fd is 113, blockOffset is
67654d, error is 17.
Error 17, EEXIST is "File exist".
Database is in excess of 160GB.
Progress 9.1D07
CAUSE:
One of the sort file hit the limit of 2GB, multiplying the -TB parameter time the blockOffset result in 2,097,247 (2GB)
FIX:
Decrease the size of the sort extents on the .SRT file to avoid hit the 2GB limit for the sort files.
Another option is to user 9.1D08 and beyond where large file support was added for proutil idxbuild.