Skip to main content
Question

Error '-2146232832' while insert or delete

  • February 20, 2024
  • 5 replies
  • 154 views

salahed
Contributor
Forum|alt.badge.img+2

Hello, i’m triying to insert / delete data in a table using Geodatabase connection in the writer but it shows this error message while insert : 

An error occurred while attempting to store a row into the table 'FCL_EQUIP'. The error number from ArcObjects is: '-2146232832'. The error message from ArcObjects is: {ArcGIS-error creating a new feature !

(BaseUserSession::Application not initialized.)}

 

and this while delete : 

Error while deleting feature in the table/feature class 'FCL_EQUIP. The error number from ArcObjects is: '-2147217402'. The error message from ArcObjects is: {}

All edits made during the edit session were saved

A fatal error has occurred. Check the logfile above for details

5 replies

hkingsbury
Celebrity
Forum|alt.badge.img+67
  • Celebrity
  • February 20, 2024

Are you able to insert and delete features through ArcPro (using the same connection credentials)?


salahed
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • February 21, 2024

Are you able to insert and delete features through ArcPro (using the same connection credentials)?

Yes, it works perfectly fine, but we are using ArcMap 10.6.1 instead of ArcGIS Pro.

 

 

 

 

 


hkingsbury
Celebrity
Forum|alt.badge.img+67
  • Celebrity
  • February 21, 2024

Oh, 10.6 is very old. What version of FME are you using?

Safe looks to have updated their compatibility matrix recently and the oldest version of ArcMap (and therefore its associated libraries that are used by FME to read/write to SDE) is 10.8

https://support.safe.com/s/article/notes-on-fme-and-esri-versions-and-compatibility


salahed
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • February 22, 2024

Oh, 10.6 is very old. What version of FME are you using?

Safe looks to have updated their compatibility matrix recently and the oldest version of ArcMap (and therefore its associated libraries that are used by FME to read/write to SDE) is 10.8

https://support.safe.com/s/article/notes-on-fme-and-esri-versions-and-compatibility

we are using fme 2019.2 (32bits) 


hkingsbury
Celebrity
Forum|alt.badge.img+67
  • Celebrity
  • February 22, 2024

Both of those versions of software are well out of support. My first suggestion would be to upgrade to newer versions and see if the issue still exists.

If that is not possible I’d be looking to make sure the geometry your passing is valid, the schema of the feature is correct. I’d also look to try on a fresh feature class to rule out and relationships or joins that may be causing problems