TimesTen Error Messages

TT-06109

Cannot open cursor until updates are committed


Cause

There is an open index scan on the table, and the application attempts to delete CURRENT of cursor, or the application attempts to update CURRENT of cursor. One (or more) of the columns being updated is also the key for the index being used in the index scan.


Action

Commit any updates and retry the operation.


Additional Information

TimesTen cannot perform the operation.