#
Manually Configuring the Analysis Server Connection to Ingress
This will guide you in configuring the Analysis Server to connect to Open iT Ingress. This is useful when Analysis Server is installed before Ingress or when you are connecting to other Ingress installations.
Make sure that the Open iT Ingress installation is up and running.
To manually configure Analysis Server, follow these instructions:
Go the Analysis Server Configuration directory, which is by default in
C:\Program Files\OpeniT\Analysis Server\Configuration
.Look for the configuration file
ingress.json
and open it with a text editor.Modify the value of uri with the Ingress installation you want to connect to.
ingress.json1| { 2| "uri": "http://<ingress_hostname>:8080", 3| "checkSslValidity": false 4| }
If using HTTPS:
ingress.json1| { 2| "uri": "https://<ingress_hostname>:443", 3| "checkSslValidity": false 4| }
Save the changes.
Use the instructions in Enabling Anonymous Authentication in IIS section to successfully enable the authentication and refresh the web site.
Verify that the Analysis Server web interface is connected to Ingress by accessing the following uri:
http://<ingress_hostname>:8080/analyzer
Or if using https
https://<ingress_hostname>:443/analyzer
Where:
<ingress_hostname> is the hostname of the machine where Ingress is installed.
Examplehttp://desktop-oit:8080/analyzer