Kbase P10856: SYSTEM ERROR: bfdiscon: rmrep failed. (23)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/10/2008 |
|
Status: Verified
SYMPTOM(s):
SYSTEM ERROR: bfdiscon: rmrep failed. (23)
Core file fails on bfpreparefordiscon
FACT(s) (Environment):
HP-UX 11 32-bit
Progress 9.1C
CAUSE:
When the error 23, SYSTEM ERROR: bfdiscon: rmrep failed. (23), occurs, we are trying to write a record to the db, but a problem happened during the writing. This might indicate record corruption.
FIX:
It needs to be narrowed down to the program that is causing the error and what table / record is being updated at the moment the error happens...In
Webspeed, you can use web-disp.p to output the program name for each request,
as a starting point.. (in 9.1D01, you could use 4GL tracing for that).
Even if it is not possible to find out what the exact record is, you can find out
what the table is and dump/load the records on that table. That should
take care of record corruption if that is actually what the problem is.