Skip to main content
Question

fmedatadownload Respoonse URL has wrong protokoll and host

  • April 28, 2021
  • 2 replies
  • 34 views

Forum|alt.badge.img

Hey there

 

We have updated our FME Server to Version 2021.0.1.

Now we have a small problem with the fmedatadownload service. The Workbench works fine, and it also returns a URL. But the returned URL has the wrong protocol and not quite the right host.

We have the following request:

https://fmesvr.company.com/fmedatadownload/...?opt_servicemode=sync&opt_responseformat=json

The response URL looks like this:

http://fmesvr/fmedatadownload/results/...

 

If we change the download URL to the right protocol and host the download works just fine.

 

Obviously we have some Settings wrong. Can anyone help witch config files are wrong?

2 replies

Forum|alt.badge.img+2
  • 719 replies
  • April 28, 2021

Hi @lucasoertli​ ,

 

The data download URL link is generated using the value specified for the Service URLs. Please go to System Configuration > Network & Email > Services and I'd recommend you 'Change all Hosts'. Note, if you are not the FME Server Administrator you'll need help from them to update this.


Forum|alt.badge.img
  • Author
  • 2 replies
  • May 4, 2021

Wow, that was super easy. We searched for some hard coded config files. 😅

Thank you very much, works just fine.