Consultor Eletrônico



Kbase P130582: Database shutdown with error 13517 due to attempt to exceed maximum user addressable space in an are
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/15/2010
Status: Verified

SYMPTOM(s):

Database shutdown with error 13517

SYSTEM ERROR: bkxtn: Area: <areaNum> extent: <ExtentName> Attempt to exceed the maximum number of user-available blocks per area - Max: <maxAreaBlocksize> Current: <currentHiWater> Extend: <extentAmount> (13517)

Current area size is 123 GB.

Stack trace from _mprosrv reads:

bkxtn
bkExtend
bkGetFromFreeChain

FACT(s) (Environment):

Database block size is 8192 KB
128 RPB (Records per Block) for this area
Maximum area size for Type I storage area for 8K database block size with 128 records per block is 128 GB
All Supported Operating Systems
Progress 9.1E03 Service Pack
Progress 9.1E03 64-bit Service Pack
OpenEdge 10.0B04 Service Pack
OpenEdge 10.0B04 64-bit Service Pack
OpenEdge 10.1A

CAUSE:

Tried to extend a database area beyond the maximum user addressable space within an area.

FIX:

Progress reserves 1 GB of space for areas that have a database block size of (1024 KB or 2048 KB) and large numbers for records per block (128 and 256). For all other combinations we reserve 5 GB of space. This space is reserved to ensure that we are able to get through crash recovery. The current area size in addition (+) to the reserved space would exceed the maximum area size for the current storage area based on block size and records per block settings being used.