Skip to main content
Solved

FME Server web interface url

  • January 4, 2018
  • 2 replies
  • 49 views

clang
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 29 replies

Hi,

We've just upgraded FME server from 2016 to 2017. The restore has been successful and all repositories and schedules are currently up and running with the exception of those workbenches where the FMEServerJobSubmitter transformer is embedded. They are failing because the FME Server web url has been modified during the upgrade procedure and now requires the port number to be suffixed to the url, for example

should be - http://scnfme.mycounil.gov

currently - http://scnfme.mycouncil.gov:8080

How can the port number be removed from the url? I have modified the url settings in services to no avail.

Thanks in advance,

Chris

Best answer by david_r

If you don't want the port number to appear in the URL, you'll have to change the port number to the default, which is 80 for http (unsecured) connections. Obviously, this port cannot be in use by any other applications on your server.

Here's the instructions for changing the port number on FME Server: https://docs.safe.com/fme/html/FME_Server_Documentation/Content/AdminGuide/Changing-Web-App-Server-Host-Name-Port.htm

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

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • January 4, 2018

If you don't want the port number to appear in the URL, you'll have to change the port number to the default, which is 80 for http (unsecured) connections. Obviously, this port cannot be in use by any other applications on your server.

Here's the instructions for changing the port number on FME Server: https://docs.safe.com/fme/html/FME_Server_Documentation/Content/AdminGuide/Changing-Web-App-Server-Host-Name-Port.htm


clang
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 29 replies
  • January 4, 2018

That worked, thank you.