Consultor Eletrônico



Kbase 21618: PROREST, Large File Support and Errors (9452) (6743)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/30/2009
Status: Verified

SYMPTOM(s):

PROREST of database fails.

SYSTEM ERROR: Attempted to exceed maximum size on file <pname>. (9452)

Unable to extend data files enough to proceed. (6743)

Enterprise Database

One or more database extents larger than 2GB.

FACT(s) (Environment):

Progress 9.1C
All Supported Operating Systems
OpenEdge 10.x
Progress 9.1D
Progress 9.1E

CAUSE:

This is the result of a database structure that has not been set up correctly.

Progress reads the master block to see if Large File Support has been enabled. This is set when:

-- The .st file used during a PROSTRCT CREATE contains a fixed (f)
or a variable (v) extent with a size greater than 2GB.

- or -

-- After the "proutil db-name -C EnableLargeFiles" command has been
run.

FIX:

1) Create a database structure with at least one extent above 2GB in size.

2) After creating a database structure, run "Proutil db-name -C EnableLargeFiles" prior to running PROREST.

3) Run PROREST and overwrite an existing database with Large File Support Enabled.