Skip to main content
Version: 10.2

Core Server Tracking pages Configuration in the Analysis Server

The Tracking pages in the Core Server can also be displayed as License Monitor Core and Status Monitor subtabs in the Analysis Server's LM Portal. Follow these steps to show these tabs:

danger

Displaying the Tracking pages in the Analysis Server may be detected as a website vulnerability.

  1. In the Open iT Core Server, open the httpd.conf file in the httpd directory, which is by default in C:\Program Files\OpeniT\Core\Configuration\httpd.

  2. Update the Header always set Content-Security-Policy: "frame-ancestors 'self'" line by adding the Analysis Server URL.

    httpd.conf
    Header always set Content-Security-Policy: "frame-ancestors 'self' http(s)://<as_hostname>:<port_number>"
    Example
    Header always set Content-Security-Policy: "frame-ancestors 'self' http://desktop123win:8088"
  3. Save the changes.

  4. Open the .htaccess file, which is by default in C:\Program Files\OpeniT\Core\ReportingServer\html\api.

  5. Update the Header always set Access-Control-Allow-Origin line by adding the Analysis Server URL.

    .htaccess
    Header always set Access-Control-Allow-Origin "http(s)://<as_hostname>:<port_number>"
    Example
    Header always set Access-Control-Allow-Origin "http://desktop123win:8088"
  6. Save the changes.

  7. Open Task Manager and click the Services tab.

  8. Restart the OpeniTReporting service.

After configuring the Core Server, set the value of Root.Web.ReportingServerUri with the Core Server URL by following the instructions in the Setting Reporting Server URL section.

In the Analysis Server web interface, navigate to the LM Portal tab and verify that the License Monitor Core and Status Monitor are visible.