Hi all,
The data in my geodatabase file has an attached layer for each data layer
I want to perform some transformer in FME and got the error:
“An error occurred while attempting to open an insert cursor on the table 'XXX'. The error number from ArcObjects is: '-2147216556'. The error message from ArcObjects is: {Objects in this class cannot be updated outside an edit session iDMA]}
GEODATABASE_FILE writer: An error has occurred. Check the logfile above for details”
I found the solution is to change the setting in Transactions Type to Edit Session
But after setting, some layers can perform the conversion but some layers get the error:
“An error occurred while attempting to stop an edit operation. The error number from ArcObjects is: '-2147220975'. The error message from ArcObjects is: {File read/write error occurred. cXXXXXX]}
GEODATABASE_FILE writer: An error has occurred. Check the logfile above for details”
Can anyone please advise me what I need to do now to fix these errors