Question

I get a 404 HTTP Error (Not Found) when trying to read data from my ArcGIS Feature Service

  • 16 March 2018
  • 2 replies
  • 50 views

Userlevel 4
Badge +13

I can add the ArcGIS Feature Service reader to my workspace and see the Layer I want when adding the reader. But when running I get the following message in my log file.

 

|ERROR |Python Exception <HTTPError>: 404 Client Error: Not Found for url:


2 replies

Userlevel 4
Badge +13

This might be related of the web server's configuration. Because FME splits up it's request into batches it can end up making some fairly large requests to the service. If the request size reaches the limit allowed by the server it can return a bogus 404 Error. Try reducing the number of 'Features Per Request' this will reduce the size of body per request. 200 should keep the request small enough.

 

Badge +14

See other post: https://knowledge.safe.com/answers/58306/view.html

Reply