Library /sys$common/syshlp/basichelp.hlb Run time errors, DEADLOCK *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Detected deadlock while waiting for GET or FIND (ERR=193) The record your program is trying to access is currently locked on another channel or by another process. Simultaneously, your program has locked a record that the other user cannot access. The deadlock cannot be resolved. Possible solutions include: o Use the FREE statement to unlock ALL locked records o Use GET...REGARDLESS if read access is sufficient
|