Skip to main content
Question

The error number from ArcObjects is: '-2147215875'

  • February 21, 2020
  • 1 reply
  • 169 views

Forum|alt.badge.img

I am trying to write data from GDB file into oracle database using SDE writer. Its giving below error

Could not unregister GlobalID column 'GLOBALID' in table TABLE_NAME. The error number from ArcObjects is: '-2147215875'. The error message from ArcObjects is: {Table is already locked [TABLE_NAME]}

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img
  • February 21, 2020

Have you set it to drop the table (removing the table completely before creating a new one)? Could you try to truncate the table instead (emptying the table instead of removing it)?