Consultor Eletrônico



Kbase P109438: Attempted run of procopy fails with 9452 error
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/27/2006
Status: Unverified

SYMPTOM(s):

Attempted run of procopy fails with 9452 error

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

The source database .st file has more data extents than the .st file of the target database

Source database is using a portion of its variable extent

CAUSE:

Structure of the target database is smaller than the structure of the source database

FIX:

Make the structure of the target database equal to, or greater than, the source database:
1. Create a structure file with one or more extents for the appropriate area
2. Number the extents from the current extent forward.
3. Label the extents with the proper naming convention as related in the current target st file
3. Make the last extent in the add.st file a variable extent
4. Run prostrct add <target dbname> add.st to cap the current extend and add the new extents
5. Run prostrct list <target dbname> to update the current.st file for the target
6. Run procopy <sourcedb> < targetdb>