Skip to main content
Version: 10.2

Analysis Server Connection to Ingress Manual Configuration

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.

warning

Make sure that the Open iT Ingress installation is up and running.

To manually configure Analysis Server, follow these instructions:

  1. Go the Analysis Server Configuration directory, which is by default in C:\Program Files\OpeniT\Analysis Server\Configuration.

  2. Look for the configuration file ingress.json and open it with a text editor.

  3. Modify the value of uri with the Ingress installation you want to connect to.

    ingress.json
    {
    "uri": "http://<ingress_hostname>:8080",
    "checkSslValidity": false
    }

    If using HTTPS:

    ingress.json
    {
    "uri": "https://<ingress_hostname>:443",
    "checkSslValidity": false
    }
  4. Save the changes.

  5. Use the instructions in Enable Anonymous Authentication in IIS section to successfully enable the authentication and refresh the web site.

  6. 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.

      Example
      http://desktop-oit:8080/analyzer