Hi all,
I am using FeatureWriter to update an existing Feature Class that lives in my SDE.
Versioning is enabled. The Transaction Type is a Versioned Edit Session and my Writer Mode is Insert. I have Drop Table as No and Truncate Table as Yes. Essentially I want to replace the old FC with the new one I am creating.
I noticed the writing was taking a while, and it seems like it eventually times out. Maybe this is the case, I want to double check with the community.
The full error message is:
"An error occurred while attempting to store a row into the table 'SDE.XXXX'. The error number from ArcObjects is: '-2147154945'. The error message from ArcObjects is: {Table schema changes after cursor declared [42000:[Microsoft][SQL Server Native Client 11.0][SQL Server]Could not complete cursor operation because the table schema changed after the cursor was declared.] [DB.SDE.XXXX]}"
To note: I am not touching anything while this process is running.
Thanks!