-
Notifications
You must be signed in to change notification settings - Fork 154
Intermittent HTTP 403 issues using DeleteFeaturesFromFeatureLayer #344
Comments
Update Is there a maximum number of connections that was being exceeded and causing the URL to be blocked? |
Updated script using dispose() |
If anyone would like to try this on their own here are the deployment details: This is run from a scheduled task, the –ini parameter is simply the name of the config file, including the extension, e.g. “Config.ini”. The script is setup to look for the configuration file in the same directory as the script. If you put it there, the path isn’t needed. The attached zip has a sample of the .ini file. A note about the AGOL login and password parameters in that file – the script is setup to read encrypted values in this
Here are the deployment steps we used Open and MXD with one layer and save in the location the directory the script will run |
ArcRestHelper
3/22/17 3.5.x
Issue
I have a script running on a scheduled task that deletes features from a hosted layer and then adds features from file geodatabase.
We have a couple different scripts that use the featureservicetools methods. These scripts are intermittently generating HTTP 403 errors when they attempt to update a feature layer. Access is not an issue because many times the scripts work without issues.
A little context, these scripts run as scheduled tasks every 5-10 minutes and use the same named user account (essentially a service account for these kinds of processes), but they are accessing different data.
Any ideas on what may be causing this?
'function': 'DeleteFeaturesFromFeatureLayer', 'line': 'line 591', 'synerror': 'HTTPError: HTTP Error 403: URLBlocked', 'filename': 'C:\Python27\ArcGIS10.2\lib\site-packages\arcresthelper\featureservicetools.py'
Repo Details
SynchronizeIncidentSvcPts_GISTask.py.txt
Incident Service Points Log 06-06-2017.xml.txt
See attached script and log
The text was updated successfully, but these errors were encountered: