Consultor Eletrônico



Kbase P133907: fixed variable AI extents raise a SYSTEM ERROR when swapping
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/08/2008
Status: Unverified

SYMPTOM(s):

fixed variable AI extents raise a SYSTEM ERROR when swapping

SYSTEM ERROR: Attempted to exceed maximum size on file <path>\dbname.a(n) (10601)

Cannot extend ai extent <path>\dbname.a(n) (3779)

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Versions

CAUSE:

Bug# OE172655

CAUSE:

This is a known issue. When the extent is NOT an ai extent, these SYSTEM ERROR messages are valid. Ai files are a special case of extent management in the Progress database as each ai extent takes up one storage area allotment, therefore more than one variable extent is permitted.

FIX:

When a fixed variable ai extent fills to the variable fixed size, SE 10601 and 3779 are written to the db lg file, raising an alert on monitored database lg files unecessarily. This does not prevent ai activity to continue as the full fixed variable extent switches to the next available EMPTY ai extent (if available).