Skip to main content

Anyone else have this issue when updating a File GDB? I am updating (not writing any new features) 4 string fields in a line feature class (in a feature dataset). I cant even find a description of this error anywhere.

Hi @davidbailey, can you provide a bit more of the log file? Usually these ArcObjects errors are accompanied by other information in the log.

 


Here's an older posting regarding the exact same error number:

https://knowledge.safe.com/questions/32940/geodatabase-error-2147024893.html


Hi @davidbailey, can you provide a bit more of the log file? Usually these ArcObjects errors are accompanied by other information in the log.

 

@TiaAtSafeThis is all I get: Error while updating feature in the table/feature class 'Transmedia'. The error number from ArcObjects is: '-2147024893'. The error message from ArcObjects is: {FDO error: -2147024893 Transmedia]}

 


You can also encounter an error like this if you have opened the fgdb in another application (for example ArcGIS). If this is the case, close the other application and try it again.


Here's an older posting regarding the exact same error number:

https://knowledge.safe.com/questions/32940/geodatabase-error-2147024893.html

@david_r goof find! That's the same error message but unfortunately I dont think that's the issue. I'm running locally and I've updated features in to a GDB on the same network location so I dont think it's a permissions issue

 


Verify that there are no files inside the .fgdb folder flagged as read-only.

Right-click on the .fgdb folder, select Properties and click once on "Read-only" to remove the black box inside:

Then click OK, then OK one more time if this dialog pops up:

Then try again.


You can also encounter an error like this if you have opened the fgdb in another application (for example ArcGIS). If this is the case, close the other application and try it again.

@maarten I've checked this. The fgdb is not open anywhere else and the error still occurrs

 


Verify that there are no files inside the .fgdb folder flagged as read-only.

Right-click on the .fgdb folder, select Properties and click once on "Read-only" to remove the black box inside:

Then click OK, then OK one more time if this dialog pops up:

Then try again.

 

@david_r Tried this and the error still occurs

Could it be that the .fgdb is corrupt somehow? Create a new .fgdb using ArcCatalog and copy/paste the contents from the old one. Then try again with FME using the new .fgdb.


Could it be that the .fgdb is corrupt somehow? Create a new .fgdb using ArcCatalog and copy/paste the contents from the old one. Then try again with FME using the new .fgdb.

It just happened with another FGDB so I don't think it's corrupt. Most FGDB that I update are processing without this error

 

 


Reply