Consultor Eletrônico



Kbase P14095: ERROR 6857 when moving extent to a different disk
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/02/2009
Status: Verified

SYMPTOM(s):

must be a directory name or follow the convention . (6857)

ERROR 6857 when moving extent to a different disk

fixed extent length is a multiple of 32

fixed extent length is divisible by 16

have moved extent to new location physically

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Product Family
OpenEdge Category: Database

CHANGE:

Drive that contains database is nearly full, so needs to move several extents of database to another volume/disk

CAUSE:

When running prostrct repair after moving the extents to a different disk/volume, only those extents that had been moved were recorded in the structure (.st) file

FIX:

After moving the considered extents to a new volume/disk physically, the full structure file (.st), amended for those extents that were moved for the database must be used to update the logical database.

1.) Move extents to their new location(s) with O/S commands.
2.) Run prostrct list dbname # to get the most up to date version of the .st
3.) Amend the lines in the resulting structure file (.st) to reflect the new physical location(s) of the moved extents
4.) prostrct repair dbname dbname.st # where dbname.st is the full listing with amended location(s) for the moved extents.