Kbase P46836: Database crashes with error 3826 in the log file.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 8.x
SYMPTOM(s):
Error 3826 shows in the log file.
SYSTEM ERROR: rlbiflsh failed on <depend-ctr> last write <amount-written> (3826)
<amount-written> is a negative number around -2147483648.
<depend-ctr> is either a positive number around 2147483647, or a negative number around -2147483648.
After error 3826 database crashes.
CAUSE:
The numbers mentioned in the message refer to an internal counter dealing with before-image activity.
This counter is a 32-bit signed integer and has overflown.
FIX:
Restarting the db will reset the before-image counter.
This error message does not indicate corruption.