Kbase P52386: Too large fixed extent leads to error 9450
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
<function>:Insufficient disk space during <system call>, fd <file descriptor>, len <bytes>, offset <bytes>, d1-extent. (9450)
CAUSE:
The d1 extent was defined as fixed one with the size of 2097151, like
d "Schema Area":6,32 /usr/guide
rfk.sys/dat/db/d/local.d1 f 2097151
d "Schema Area":6,32 /usr/guide
rfk.sys/dat/db/d/local.d2
This is already 2 Gigabyte. When the extent reached this size limit the db could not grow anymore.
FIX:
Since adding new extents would not help, build up a new db with a new structure (a fixed d1 below 2 Gigabyte).Then do a prorest or dump and reload the db if possible.