Hi all,
I'm trying to overwrite a Hosted Feature Service on ArcGIS Online.
One of the layers returns a fatal error which terminates my workbench.
Python Exception <HTTPError>: 404 Client Error: Not Found for url: "AGOL feature service details"
A fatal error has occurred. Check the logfile above for details.
What I find really odd is that I can overwrite 3 of the 4 layers contained in this same Hosted Feature Service, but not one of them.
I.e
Bus Service (Hosted Feature Service)
- Bus Stops (updates fine)
- School Bus Stops (updates fine)
- Bus Routes (crashes)
- School Bus Routes (updates fine)
I'm using FME 2017.1.1 Build 17652
Any help would be much appreciated.