Kbase P3525: Errors 137 and 23 with Progress 9.0B
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.0B
SYMPTOM(s):
SYSTEM ERROR: Record continuation not found, fragment recid <recid>. (137)
SYSTEM ERROR: bfdiscon: rmrep failed. (23)
Both errors generated by the same client.
Application uses the EMPTY TEMP-TABLE statement.
CAUSE:
Bug# 19990416-003
CAUSE:
Under certain circumstances the EMPTY TEMP-TABLE statements fails.
FIX:
The only workaround is to use:
FOR EACH tempTable:
DELETE tempTable.
END.
The bug is fixed in 9.1A and above.