Question john.smith4237 · Feb 25

Management portal not working

Hi,

Just installed IRIS on the top of ensemble 2018  as  conversion and I can access Studio & terminal with no issues but management portal is giving  page not found error 404 ?

Thanks 

Product version: IRIS 2024.3

Comments

Ludwig · Feb 25

Hi John,

Which version of IRIS did you install? Perhaps there is an issue with the webgateway? Have you tried to access the gateway and see if it the configuration is correct? 

http://hostname/csp/bin/Systems/Module.cxw
0
Julian Matthews · Feb 25

What environment did you run the installer on?

If Windows, did you have IIS enabled before running the installer?

I had some oddities when attempting to install a version that no longer includes the PWS (including a few self inflicted), and found that the best method was to:

  1. Enable IIS
  2. Run the installer (making sure to select the option to "Configure local IIS web server for this instance" when the installer prompts)
  3. check the default site in IIS to make sure it's got all the "sites" required (api,csp,etc).
  4. Restart the "Default web site" in IIS
  5. Navigate to http://hostname/csp/bin/Systems/Module.cxw per ludwig's reply below, logging in with the password you set during install along with the username "CSPSystem"
  6. Attempt the test via "Test Server Connection"
    1. If that fails, go to "Server Access" select the instance and edit server, and make sure that the config has the Username/password set there as well before retesting.
0
Oliver Thompson · Feb 26

Did you check the port that management portal is running on?
Given that you have just done an install, it may have changed from the default?

This should show you the port that is being used: (Thanks to Jeffrey Drumm for this code).
%SYS>d ##class(Config.Startup).Get(.Prop)

%SYS>w Prop("WebServerPort")

0