Page tree
Skip to end of metadata
Go to start of metadata
Lock Manager Errors (1200s)

No new writeups yet.

 

1201      20           lock_logical was called with illegal locktype %d.
1203      20           Caller of lock manager is incorrectly trying to release or downgrade a lock which it doesn't hold. spid=%d locktype=%d dbid=%d page number
                             (or objid for table lock)=%u, objid (if not a table lock)=%d, row number=%d.
1204      17           ASE has run out of LOCKS. Re-run your command when there are fewer active users, or contact a user with System Administrator (SA) role to
                             reconfigure ASE with more LOCKS.
1205      13           Your server command (family id #%d, process id #%d) encountered a deadlock situation. Please re-run your command.
1221      26           Lock free chain linkage has been corrupted.
1222      26           A non lock is linked on the free chain.
1223      26           Lock hash table linkage has been corrupted.
1224      26           A structure from outside the lock area has been linked onto a lock hash chain.
1225      26           Lock record chain linkage has been corrupted.
1226      26           A non lock record is linked onto a semaphore cursor.
1227      26           Semaphore cursor chain linkage has been corrupted.
1228      26           A non semaphore cursor is linked onto a semaphore.
1229      26           The actual number of free locks does not match the free lock count.
1230      26           A semaphore cursor has no lock records linked to it.
1231      26           An incorrect lock structure is linked on the free chain.
1232      26           An incorrect lock structure is linked onto a hash chain.
1233      26           An incorrect lock structure is linked a chain of lock structures.
1234      26           An incorrect lock structure is linked to a semaphore.
1235      26           A semaphore cursor at the head of a semaphore queue is marked as waiting.
1236      26           A semaphore cursor not at the head of a semaphore queue is marked as not waiting.
1237      26           A semaphore cursor has mutually incompatible lock records linked to it.
1238      26           %d locks not accounted for.
1239      26           %d extra locks found.
1241      26           A semaphore cursor refers to a different semaphore than the one it is linked to.
1242      26           A lock record refers to a different semaphore cursor than the one it is linked to.
1243      26           Couldn't find object to be released.
1244      20           Could not find address lock at address 0x%lx while trying to release it.
1245      26           Lock record and process disagree.
1246      26           Process attempting to wait on a lock that does not belong to it.
1247      26           Process attempting to wait on a lock that has already been waited for.
1249      20           Process became runnable before lock it was waiting for was released.
1250      26           A non-preallocated semaphore cursor encountered while trying to obtain a semaphore.
1251      26           An in-use preallocated semaphore cursor was encountered.
1252      26           Lock header linkage has been corrupted.
1253      26           The wrong number of lock records was found on a semaphore cursor.
1254      26           While following the lock record chain for a process, a lock record belonging to a different process was encountered.
1255      26           Unlinking a duplicate lock caused a task to be awakened.
1256      26           Encountered a non-preallocated semaphore cursor on a chain that should only have preallocated semaphore cursors.
1258      26           A process is not waiting for a lock that it should be waiting for.
1259      26           A process is waiting for a lock that has been granted.
1260      26           A process is waiting for a lock that it did not request.
1261      20           Attempt to promote from page to table locking on objid %d encountered an internal error.
1262      20           No matching xdes found. Lock was requested for objid %d, dbid %d, type %d, by process %d.
1263      26           A process was found to be waiting for the same object twice.
1265      20           An illegal attempt was made to release an invalid lock or a lock that is not owned by the process family (lr=0x%p, lrmagic=%c).
1266      20           Upgrade of lock on object id or page number %u left the lock ungranted.
1267      26           A lock record at the head of a semaphore queue is not marked as granted.
1268      26           A lock record is marked as granted, but isn't at the head of the semaphore queue.
1269      10           Temporary buffer overflow occurred while scanning the lock table.  Rows will be missing in syslocks for one or more objects.
1270      26           A task attempted to release a semaphore that it had not previously obtained.
1271      26           A task attempted to acquire a semaphore with a preallocated semaphore cursor that did not belong to it.
1272      20           Invalid parameter(s) passed to lock manager.
1273      16           Syntax error at line %d of file %s starting at '%s'.
1274      16           Error with input file %s: %s.
1275      16           The lock unit test can only be run with a single engine on line.
1276      26           Attempt to acquire a lock in dbid %d while in an internal transaction.  This is an internal error.
1277      20           In a call to lock_multiple(), the lock requests were out of order.  They should be sorted by object id, dbid.
1278      26           This semawait (1st) should only have one lockrec.
1280      26           Lock sleeptask (or waittask) chain has been corrupted.
1281      26           A structure of the wrong type is linked to the lock sleeptask (or waittask) chain.
1282      26           An incorrect lock sleeptask structure is linked to the Lock Sleeptask chain.
1283      10           Could not change deadlock checking period because ASE has run out of alarms. Please retry the command later.
1284      26           Used Lock Sleeptask Entry not in Chain.
1285      26           Un-used Lock Sleeptask Entry in Lock Sleeptask Chain.
1286      26           Missing Preallocated Lock Sleeptask Entry.
1289      20           Internal Error in lock manager routine: Invalid lock mode %s, requested by task (family id %d, spid %d) conflicts with existing family request
                             mode %s belonging to task (family id %d, spid %d).
1290      20           Internal Error in lock manager routine: Attempted lock upgrade from %s to %s in parallel query thread (family id %d, spid %d) is Illegal.
1291      20           Internal Error in lock manager routine: Attempted lock anti-inheritance is an illegal operation for a non-parent thread (fid %d, spid %d).
1292      20           Internal Error in lock manager routine: Thread (fid %d, spid %d) incorrectly attempted to acquire a non-queueing %s lock when thread (fid %d, spid %d) in
                             its family already holds an insufficient %s lock on objid %d, dbid %d.
1293      20           Internal Error in lock manager routine: Process (fid %d, spid %d) incorrectly attempted to transfer locks to itself, from a process (fid %d, spid %d) belonging to a different family.
1294      26           Lock_logical was called with an illegal 'op' parameter: %d.
1295      26           Unconditional lock request for table or page %u, dbid %d was made while holding a latch.
1298      26           Unexpected position for NKL semawait. This indicates a programmer error.
1299      26           NKL semawait is at an improper position in the queue.

  • No labels