Server Error Messages 12100 - 12199

Number

Severity

Text and Explanation

12100

16

Cannot execute a LOCK TABLE command on table '%.*s', because this table does not exist.  

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by message.

12101

16

The object '%.*s' you've specified is not a user table. Executing the LOCK TABLE command is only permitted on user tables. 

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by message.

12102

16

The table '%.*s' you've specified is a temporary table. Executing the LOCK TABLE command is not permitted on temporary tables.

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by message.

12103

10

Table '%.*s' in database '%.*s' was not locked in '%.*s' mode because a covering lock in '%.*s' mode was found.

Explanation: This is an informational message. Unless otherwise specified, no action is required. Contact your System Administrator about any warning issued in the message.

12104

16

A LOCK TABLE command is not allowed outside the scope of a transaction on table ' %.*s' in the database '%.*s'.

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by message.

12106

16

Invalid parameter in LOCK TABLE syntax: '%.*s'. 

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by message.