Consultor Eletrônico



Kbase P58344: On clients: SYSTEM ERROR: Attempted to exceed maximum size on file . (9452)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Verified

FACT(s) (Environment):

UNIX
Windows
Progress 9.1C
Progress 9.1D
OpenEdge 10.0A

SYMPTOM(s):

Clients running the program in single or shared memory is stopped with error:
SYSTEM ERROR: Attempted to exceed maximum size on file <path/dbname.a2>. (9452)
Press space bar to continue.

Require manual intervention to continue.

In server log file the following entries:

Switched to ai extent <path/dbname.a2>. (3777)

This is after-image file number 2 since the last AIMAGE BEGIN (3778)

SYSTEM ERROR: Attempted to exceed maximum size on file <path/dbname.a2>. (9452)

Can't extend ai extent <path/dbname.a2> (3779)

Switched to ai extent <path/dbname.a3>. (3777)

Using variable extents with max size, v parameter in the <dbname.st> file:

a . f <size>
a . v <size>
a . v <size>
a . v <size>
a .

CAUSE:

Bug# 20031209-007

FIX:

Use fixed extents (f), change <dbname.st> file:

a . f <size>
a . f <size>
a . f <size>
a . f <size>
a .