Skip to main content
Solved

Python Exception : 502 Server Error: Bad Gateway for url

  • September 23, 2019
  • 3 replies
  • 108 views

Forum|alt.badge.img

This is being raised when using an Esri ArcGIS Portal Service Feature Writer.

24,000 features out of 94,000 are successfully written before this is raised by FME Desktop 2019.1.00

Best answer by bruceharold

Hi, you can try reducing the features per request to avoid the underlying timeout. FeatureWriter badly needs a Rejected port so you can implement retry logic. Also raise a support call with Esri and request advice on this.

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.

3 replies

bruceharold
Supporter
Forum|alt.badge.img+19
  • Supporter
  • Best Answer
  • September 24, 2019

Hi, you can try reducing the features per request to avoid the underlying timeout. FeatureWriter badly needs a Rejected port so you can implement retry logic. Also raise a support call with Esri and request advice on this.


bruceharold
Supporter
Forum|alt.badge.img+19
  • Supporter
  • September 24, 2019

Hi, you can try reducing the features per request to avoid the underlying timeout. FeatureWriter badly needs a Rejected port so you can implement retry logic. Also raise a support call with Esri and request advice on this.

@markatsafe is a Rejected port on the way? Cheers.


Forum|alt.badge.img
  • Author
  • September 24, 2019

Yes, I'll have to batch it in 20K features per request that seems to work.