Kbase P97431: DB down with errors 9441, lseek error 6, 9450, 10560 and 1124
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
DB down with errors 9441, lseek error 6, 9450, 10560 and 1124
Different errors, listed in the chronological order of their first occurrence:
bkioRead: lseek error 6 on file <file> at <address>. (9441)
bkioRead: lseek error <error number> on file <file> at <address>. (9441)
bkioRead:Insufficient disk space during <system call>, fd <file descriptor>, len <bytes>, offset <bytes>, file dbname.dX. (9450)
<function>:Insufficient disk space during <system call>, fd <file descriptor>, len <bytes>, offset <bytes>, file <file-name>. (9450)
SYSTEM ERROR: error reading file dbname.dX, ret = -1" (6071)
SYSTEM ERROR: error reading file <file-name>, ret = " (6071)
Corrupt block detected when attempting to release a buffer. (4232)
bmReleaseBuffer: Error occurred in area <num>, block number: <num>, extent: dbname.dY. (10560)
<func-name>: Error occurred in area <num>, block number: <num>, extent<name>: . (10560)
SYSTEM ERROR: wrong dbkey in block. Found <dbkey>, should be <dbkey2> (1124)
Same problem seen regularly when a specific batch is running
batch program run with _progres executable as self service client
Batch program connects and disconnects every 10 seconds to and from the database (with a "pause" between the connect and disconnect statements)
DB down occurring 4 hours (on an average) after the batch program is started
Windows 2000 SP4
No error in system logs
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
Progress 9.x
OpenEdge 10.x
CHANGE:
Migration from 9.1D to 9.1D09 on Win32.
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
Modify batch program so it runs while always connected to the DB.