Consultor Eletrônico



Kbase P22067: On-line backup fails (1617) because ai extent unable to roll over.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/02/2009
Status: Verified

SYMPTOM(s):

On-line backup fails (1617) because ai extent unable to roll over.

Probkup fails with error

Database log file shows 3775 message

Backup terminated due to errors. (1617)

Can't switch to after-image extent it is full. (3775)

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Product Family

CAUSE:

The next ai file is not empty. For example, if a database has 3 ai extents and an Rfutil dbname -C aimage extent list shows:

ai1 empty fixed
ai2 busy variable
ai3 full variable

The Probkup will fail with the 3775 error because ai2 could not roll into ai3 as it was not empty.

FIX:

Mark ai3 extent as empty manually:

rfutil dbname -C aimage extent empty ai3

Probkup will now run because ai2 extent will be able to roll into ai3 extent