Cannot update hosted feature service

505
3
11-07-2018 08:53 AM
KeithKarageorge
New Contributor

Unable to edit on my hosted feature, my edits won't take.  ESRI performance page is up and running.

0 Kudos
3 Replies
JonathanQuinn
Esri Notable Contributor

Use the browsers dev tools or Fiddler to monitor the edit request and check the response for the error, or look at the Server logs and see what's going on.

0 Kudos
KeithKarageorge
New Contributor

What is Fiddler?  AND, Can you give a screen shot of the Dev Tools, and, how does one access Server Logs?

0 Kudos
JonathanQuinn
Esri Notable Contributor

Fiddler is software that can monitor the web requests on your local machine. It's effective when troubleshooting web based software, (like ArcGIS Enterprise):

https://community.esri.com/groups/technical-support/blog/2018/06/07/monitoring-web-service-requests-... 

The dev tools also do that, but record traffic on the page you're using. Press F12 and you'll see the developer tools come up:

Select the Network tab and then make your edit and you'll see the request getting sent:

Then, inspect the response to see why it failed, (yours will likely have an error):

0 Kudos