An open operation on table table_name caused a file sharing error.

Situation

You attempted to open a table for exclusive use, but it was already being accessed by another user or you tried to open a table that was already opened for exclusive use. Table_name is the table that encountered the error.

Solution

Be sure no other users are accessing a table before you open a table for exclusive use or that the table you're trying to open hasn't been opened exclusively.


Documentation Feedback