Kbase P103329: Wait Code error numbers explained
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/09/2006 |
|
Status: Verified
GOAL:
What does SYSTEM ERROR: unexpected wakeup from wait code <number>, user <user-number> (1007) mean?
GOAL:
What do the wait codes mean in Version 7, Version 8 and Version 9?
FIX:
Below are codes listed by name of the code, the error number that appears in the Progress error and a short explanation of what they are waiting on:
RECWAIT 1 a record lock
SCHWAIT 2 a schema lock
TSKWAIT 3 another task to end
IXWAIT 4 not used anymore
INTENTWAIT 4 intent upgrade on db buffer
RGWAIT 5 a record get
READWAIT 6 a .db block read
WRITEWAIT 7 a .db block write
BACKWAIT 8 .db block to be backed up
SHAREWAIT 9 share lock on buffer
EXCLWAIT 10 exclusive lock
NOBUFWAIT 11 a shared buffer
COPYWAIT 12 for status only
AIWAIT 12 ai writer wait for work
BIREADWAIT 13 a .bi block read
BIWRITEWAIT 14 a .bi block write
AIREADWAIT 15 a .ai block read
AIWRITEWAIT 16 a .ai block write
BIWAIT 17 bi write#define
TXBWAIT 18 transaction begin
TXSWAIT 18 txe share lock wait
TXEWAIT 19 transaction end
TXBWAIT 19 txe update mode lock wait
TXEWAIT 20 waiting for txe commit mode lock
TXXWAIT 21 waiting for txe exclusive mode lock