Hello,
I have an FME 2018.1 tool that updates an ArcGIS Online-hosted feature service (Writer Mode: INSERT, Truncate First: YES). The feature service has about 15,000 parcel polygons. Typical changes: a dozen or so new polygons per month, a dozen to a hundred attribute table changes per month.
The tool/transformers all work when attempted on a local geodatabase feature class. Therefore I am able to rule out transformer problems. But when the tool runs on AGOL-hosted feature services sometimes it works. Other times it fails and returns these various errors:
Â
- The error code from the server was '504' and the message was: 'Your request has timed out.'
- The app domain with specified version id (xxxx) was unloaded due to memory pressure and could not be found
- Could not connect to server. Check that you are connected to the internet and that no firewall is blocking outbound connections. The error was '('Connection aborted.', error(10053, 'An established connection was aborted by the software in your host machine')
Â
As suggested in this thread, I have experimented with changing the Writer's "Advanced -> Features Per Request" from 1000 to 500 and even 200. Also, I experimented with updates / sync as suggested in this help topic, but unfortunately the data I am working with does not have a reliable and consistent Object ID that I can use for the sync. My data update process must be truncate-append.
Â
Does anyone happen to have any tips for writing to an ArcGIS Online hosted feature service?