Kbase 18509: bad lkclrels call: pusr->uc_qwait2 is NULL (3736)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/27/1999 |
|
bad lkclrels call: pusr->uc_qwait2 is NULL (3736)
bad lkclrels call: pusr->uc_qwait2 is NULL (3736)
If a customer sees this error in the database log file (.lg), most
likely he is reading Virtual System Tables without specifying the
NO-LOCK option. This has been detected running Progress 8.3A on Unix.
This is an example of code that produces this error:
FOR EACH _connect BY _Connect-Time DESCENDING:
DISPLAY _connect-ID
_connect-Device
_connect-Time.
END.
The correct code is as follows:
FOR EACH _connect NO-LOCK BY _Connect-Time DESCENDING:
DISPLAY _connect-ID
_connect-Device
_connect-Time.
END.
jsa
15 Jan 99