Network Management
Unable to integrate the Customer Portal account with the Orion Web Console through a proxy
Unable to integrate customer portal with Orion web console
First published date
Last published date
Overview
Product section
Cause
Resolution
Warning:
- SolarWinds strongly recommends that you only edit the SolarWinds.Orion.Core.BusinessLayer.dll.config file as instructed. Any additional modifications may result in system performance issues or may create an error state.
- Save a copy of the original SolarWinds.Orion.Core.BusinessLayer.dll.config file to your local drive as a backup file, in case you need to roll back later.
- Open and edit the C:\Program Files (x86)\SolarWinds\Orion\SolarWinds.Orion.Core.BusinessLayer.dll.config file.
- Modify the following keys with your proxy details:
<add key="proxyAvailable" value="true" /> <add key="userName" value="username" /> <add key="password" value="password" /> <add key="proxyAddress" value="proxyServerAddress" /> <add key="proxyPort" value="proxyPortNumber" />Note: You must replace username, password, proxyServerAddress, and proxyPortNumber with the appropriate values for your proxy server.
- Save the file.
- Restart the Orion Module Engine
- You should now be able to integrate the Customer Portal account with the Orion Web Console successfully.
If the steps above do not resolve the issue. Please use the configuration below instead:
- Open and edit the C:\Program Files (x86)\SolarWinds\Orion\SolarWinds.Orion.Core.BusinessLayer.dll.config file.
- Modify the following keys with your proxy details:
<system.net> <defaultProxy enabled="true"> <proxy proxyaddress="http://<proxyServerAddress>:<proxyPortNumber>" bypassonlocal="true" /> </defaultProxy> </system.net>Note: You must replace proxyServerAddress, and proxyPortNumber with the appropriate values for your proxy server.
- Save the file.
- Restart the Orion Module Engine
- You should now be able to integrate the Customer Portal account with the Orion Web Console successfully.