Consultor Eletrônico



Kbase P121702: Prostrct add fails to add new data extents and returns error 2 (43)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/23/2009
Status: Verified

SYMPTOM(s):

Prostrct add fails to add new data extents and returns error 2 (43)

Prostrct add fails due to insufficient space on the hard drive.

FACT(s) (Environment):

UNIX
Progress/OpenEdge Product Family

CAUSE:

Disk has run out of space during a prostrct add operation.
Although some of the files defined in the .st file to be added may have been created on disk, they may not be part of the functional database structure.

FIX:

Use prostrct remove <database name> d "<Area Name>" to try and remove those entries from the .db file which were added during the failed prostrct add operation.

Progress will not remove data extents that have data in them.

Make sure all extents which were added during the failed prostrct add have been removed from the .db entries (and physically deleted from the hard drive).
If more space needs to be added to the volume then add any necessary space to hold all the new extents to be added.

Re-Run the original prostrct create statement to add additional extents.