Error 307

Message text

All threads are blocked

Item

Value

SQLCode

-307

Constant

SQLE_THREAD_DEADLOCK

SQLState

40W06

ODBC State

40001

Probable cause

You have attempted to read or write a row and it is locked by another user. Also, all other threads (see database option THREAD_COUNT) are blocked waiting for a lock to be released. This is a deadlock situation and your transaction has been chosen as the one to rollback.