10-18-2020 06:47 AM
Hello there,
I wonder you can help me with an issue on Geospatial Portal 2020. I need to run WMPS service over https protocol.
IIS manager - Required SSL is checked.
Web.config file on WMPS and BackendWMPS is modified for HTTPS protocol.
Once WMPS service is add on to Web Portal, service initialise without any errors and able to visualise Data.
However service fails to initialise on following day.
Could anyone help?
thanks
Regards,
Pushpa
Solved! Go to Solution.
10-19-2020 04:13 PM
Hi Pushpa,
What is the exact error under Portal's Notification Log when the WMPS failed to initialize ?
It had been working and then it stopped working on the following day ... What has happened to the server in between ? Has the server been rebooted ?
The portal log may give you more clue, you can enable the portal log by editing the portal web.config log4net section by changing the line from:
<level value="OFF" />
TO
<level value="DEBUG" />
Then restart the portal AppPool or simply restart IIS.
Thanks
Frank
10-20-2020 12:31 PM - edited 10-20-2020 02:35 PM
Hi Frank,
Thanks very much for your response and I have restarted IIS Manager, Initially it resolved WMPS service initialising issue but only lasted few hours.
Thanks,
Regards,
Pushpa
10-20-2020 04:13 PM
Hi Pushpa,
Always start with the basic
Glad it is working for you.
Regards,
Frank