Select to view content in your preferred language

Editor Widget not saving newly created features

2062
12
02-07-2012 06:15 AM
JamesS1
Regular Contributor
Everything is running locally off of a laptop, which includes the following:

ArcGIS Server 10 SP3
SQL Server 2008 Express

The data is in an enterprise geodatabase with the feature classes registered with the database.

The map uses direct connections for the data and the map service has Feature Access allowed.

When drawing a polygon, after the double-click to complete, no shape is drawn on the screen and no attribute template is shown. No feature is saved to the geodatabase.

Thoughts?
0 Kudos
12 Replies
JamesS1
Regular Contributor
UPDATE:

I now have it working. It required a reboot and assigning the ArcGISSOC user db_owner permissions in SQLServer. For some reason db_datawriter is not enough to add the features to the geodatabase.
0 Kudos
derekswingley1
Deactivated User

I now have it working. It required a reboot and assigning the ArcGISSOC user db_owner permissions in SQLServer. For some reason db_datawriter is not enough to add the features to the geodatabase.

Glad you got it working. Was support helpful or did you figure this out before contacting them?
0 Kudos
GaneshSolai_Sambandam
Regular Contributor
Glad you got it working. Was support helpful or did you figure this out before contacting them?


HI Derek,
I have got a similar problem.

In my case, I have around 9 feature layers, out of which there 6 point feature layer, 1 line feature layer and 2 polygon feature layer.

The editing is working fine for 7 of the feature layers (although 1 polygon feature layer is working), 2 of them are not working (line and polygon).

When I draw a line for line feature layer, I get drawing tool get activated and when I double click to complete the task, the new feature doesn't appear on the map. when I checked the post request on the map - I am getting a status of 200 and it means edit has been succesfull. I don't know where the problem is?

Secondly, when I click the line and polygon feature layer, I get error message from IE saying my script is running slow.

Can anyone help me on this, please.

Regards
Ganesh
0 Kudos