Skip to main content
Question

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

  • March 16, 2018
  • 2 replies
  • 266 views

fmelizard
Safer
Forum|alt.badge.img+21

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:

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

fmelizard
Safer
Forum|alt.badge.img+21
  • Author
  • Safer
  • March 16, 2018

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.

 


runneals
Supporter
Forum|alt.badge.img+29
  • Supporter
  • May 3, 2018