Deadlock detection is described in
articles Q3163 and Q3494. If you are noticing deadlock detected
errors you should see if the CTAPI timeout is sufficient. As
mentioned in Q3138, the default was
increased to 300 seconds in Citect version 5.30 and you can adjust
the timeout by setting the [CTAPI]QueryTimeout parameter in your
Citect.ini file. You can also disable the message display if you
wish by using a new batch mode in the ctopen call. The mode is
CT_OPEN_BATCH or 0x00008. It can be appended to another open mode
using ampersand. Beware this message is not logged
elsewhere. |