Skip to main content

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.

Are you sure that the layer "Bus Routes" does actually exist in the Hosted Feature Service?

 

 


Are you sure that the layer "Bus Routes" does actually exist in the Hosted Feature Service?

 

 

Hi Takashi, yes it definitely exists. I can query the dataset, view it in a map, see the data table etc. I can also read from the layer "Bus Routes" using FME and write it to a local File Geodatabase with no issues

 

 


Hi @kieranodonnell, it is interesting that this works for all but one layer in your feature service. Perhaps try deleting the one layer that isn't working from the workspace, then re-importing it using Writers > Import Feature Types, perhaps there's something not quite right with that feature type.


@kieranodonnell I can recreate the issue and I am checking it out.


Reply