Skip to main content
Solved

Why does the FME Server 2020 Proxy setting not work persistently?

  • January 21, 2021
  • 2 replies
  • 57 views

aguan
Supporter
Forum|alt.badge.img+11
  • Supporter
  • 140 replies

The default and non-overwritable company proxy setting on our FME server machines has not been working consistently against external data services in our 2019.2.1 FME server. I was glad it started to work consistently 4 weeks ago with our FME server 2020.1.3 upgrade in which we explicitly set the Proxy to a proxy IP address/Port inside the FME server. However, it stopped working since a week ago. The FME server error message shows the server is using the default company proxy setting again. Should the FME server proxy setting overwrite the server machine's proxy setting?

Best answer by richardatsafe

Hi @aguan​ ,

 

You are correct the WebUI proxy settings should take effect over the system proxy settings. There is an error in 2020.1 that is resolved in 2020.2 (20739) where the proxy exceptions were being ignored by the httpCaller when a python transformer (pythonCaller, emailer, fmeserverjobsubmitter) were also in the workspace. (FMESERVER-15680), but we can't replicate a case where the system proxy is taking precedence over the FME Server WebUI proxy settings currently. Feel free to create a case and we can take a look at your system and configuration to see what might be going wrong.

 

Richard

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

richardatsafe
Safer
Forum|alt.badge.img+10
  • Safer
  • 217 replies
  • Best Answer
  • January 21, 2021

Hi @aguan​ ,

 

You are correct the WebUI proxy settings should take effect over the system proxy settings. There is an error in 2020.1 that is resolved in 2020.2 (20739) where the proxy exceptions were being ignored by the httpCaller when a python transformer (pythonCaller, emailer, fmeserverjobsubmitter) were also in the workspace. (FMESERVER-15680), but we can't replicate a case where the system proxy is taking precedence over the FME Server WebUI proxy settings currently. Feel free to create a case and we can take a look at your system and configuration to see what might be going wrong.

 

Richard


aguan
Supporter
Forum|alt.badge.img+11
  • Author
  • Supporter
  • 140 replies
  • January 22, 2021

Hi @aguan​ ,

 

You are correct the WebUI proxy settings should take effect over the system proxy settings. There is an error in 2020.1 that is resolved in 2020.2 (20739) where the proxy exceptions were being ignored by the httpCaller when a python transformer (pythonCaller, emailer, fmeserverjobsubmitter) were also in the workspace. (FMESERVER-15680), but we can't replicate a case where the system proxy is taking precedence over the FME Server WebUI proxy settings currently. Feel free to create a case and we can take a look at your system and configuration to see what might be going wrong.

 

Richard

@richardatsafe, good to know. In my cause, calls to external rest data services (httpCaller) and AWS S3 connections all failed. I will open a case.