Why am I getting an "Error while inserting populated row into Insert cursor" on saveE
I've created a new feature layer where I am allowing users to add polygons. It has a few attributes, but I am not setting them on the graphic when I add it to the feature layer's graphics collection.
When the feature layer tries to save, it completes, firing the EndSaveEdits, but the EndEditEventArgs class is returning not successful, and the AddResultscolleciton returns:
What the heck is going on with this feature layer?
أكثر...
I've created a new feature layer where I am allowing users to add polygons. It has a few attributes, but I am not setting them on the graphic when I add it to the feature layer's graphics collection.
When the feature layer tries to save, it completes, firing the EndSaveEdits, but the EndEditEventArgs class is returning not successful, and the AddResultscolleciton returns:
ErrorCode: -2147216100
ErrorDescription: Error while inserting populated row into Insert Cursor
GlobalID: null
ObjectID: -1
Success: False
I found a link, saying it could be permissions, but my SDE admin says I have all the necessary permissions.ErrorDescription: Error while inserting populated row into Insert Cursor
GlobalID: null
ObjectID: -1
Success: False
What the heck is going on with this feature layer?
أكثر...