Unable to acquire lock. The operation cannot be completed because a necessary resource is locked. The locked resource can be either a schema object such as a table or index, or a row in a table. A table's schema cannot be modified while there is an open cursor for that table. If this error is encountered when attempting to modify table columns or indexes, ensure that all cursors for that table have been closed. When modifying a row in a table, DB_ELOCKED will occur if the row cannot be locked within the timeout period.
|