Consultor Eletrônico



Kbase P96550: Idxbuild fails with error 5290 when directories larger than 2Gig are specified within .srt file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Verified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

idxbuild fails

Error 5290 is seen in database log file (<dbname>.lg)

File size has been changed to 2 gigabytes, the maximum allowable. (5290)

On Progress version 9.1D07 or prior

Large Files are supported for the operating system

Sort files are being used, i.e. <dbname>.srt file is located within the same directory as the <dbname>.db file

Directories larger than 2Gig are specified within the <dbname>.srt file

CAUSE:

The sort file, <dbname>.srt, has hit the 2Gig limit. This limit exists up to Progress 9.1D07

FIX:

Each of the sort file needs to be 2Gig maximum. Supposing the <dbname>.srt file had the following line:
6291456 /usr/sort
then, for example, subdirectories dir1, dir2 and dir3 need to be created and <dbname>.srt file to be modified as:
2097152 /usr/sort/dir1/
2097152 /usr/sort/dir2/
0 /usr/sort/dir3/