Why is my feature service timing out when trying to use the rest interface to delete features?

370
0
07-17-2014 12:32 PM
KennyWebster
New Contributor III

Getting the following error:

Network Error (tcp_error)

A communication error occurred: ""
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.


For assistance, contact your network support team.

I'm using the web rest interface with an arcgis online hosted feature service.  What I'm trying to do is actually wipe all features from the service and write them back again using a python script.  So I'm using a where OBJECTID>-1 to delete them all.

If I use a more specific selection, it seems to be able to delete them.

0 Kudos
0 Replies