Map 3D 2020 Edit GDB, Error when trying to Check in feature
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to edit the tables of a GDB. I connect by using the FGDB and bring in the feature class I'm working on. I find the objects that I need to edit, change the field in the Feature properties and then try to Check-In Features. That's when I get the following errors:
Feature was not saved in the target feature source.
Failed to update feature.
1=Failed to execute Fdo command.
2=ESRI: The field is not nullable. [sdsId]
PW_Electrical:ElectricalUtilitySegment_L (505), Rev# <-1>
Feature was not saved in the target feature source.
Failed to update feature.
1=Failed to execute Fdo command.
2=ESRI: The field is not nullable. [sdsId]
PW_Electrical:ElectricalUtilitySegment_L (328), Rev# <-1>
Failed to save edit set.
Failed to update feature.
Failed to execute Fdo command.
ESRI: The field is not nullable. [sdsId]
Failed to save edit set.
The sdsId is not null, it has an object id that was assigned in ArcGIS.
There are other fields that are <Null>, but it came that way from ArcGIS.
Is there a step I'm missing?