Kbase P36744: Available agents keeping records locked.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/04/2010 |
|
Status: Unverified
SYMPTOM(s):
Available agents keeping records locked.
Agents are in AVAILABLE status.
Agent locking records by calling a super procedure on THIS-PROCEDURE or SESSION
FACT(s) (Environment):
WebSpeed 3.1x
All Supported Operating Systems
CAUSE:
Records are not released or super procedure not deleted
FIX:
To delete the super procedure when web object ends use DELETE PROCEDURE hProc.
To release the record use FIND CURRENT <table> NO-LOCK NO-ERROR.