Skip to main content
Solved

Non-SSL and Non-Fully Qualified URL for Job Summary

  • June 11, 2021
  • 2 replies
  • 8 views

When I receive emailed server error notifications they are formatted like

 

Job 334: http://SERVERNAME:443/fmeserver/#/job/334/summary

 

rather than the proper SSL and fully qualified configuration. Once I change the URL to

 

Job 334: http://SERVERNAME.FQDN.com:443/fmeserver/#/job/334/summary

 

it resolves properly and I can access the log.

 

My question is, where do I change this setting permanently? All of the URL's in System configuration are set correctly. Is it a configuration file setting? If so, can someone point me to the correct file to modify?

Best answer by hollyatsafe

Hi @mmirobelli​ ,

Please update the FME_SERVER_WEB_URL in  fmeServerConfig.txt located in <FMEServerDir>\\Server\\.

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

Forum|alt.badge.img+2
  • 719 replies
  • Best Answer
  • June 11, 2021

Hi @mmirobelli​ ,

Please update the FME_SERVER_WEB_URL in  fmeServerConfig.txt located in <FMEServerDir>\\Server\\.


  • Author
  • 5 replies
  • June 11, 2021

Hi @mmirobelli​ ,

Please update the FME_SERVER_WEB_URL in  fmeServerConfig.txt located in <FMEServerDir>\\Server\\.

Thanks! I made the change. I appreciate the fast reply and the assistance. :)