Skip to main content
Version: 10.2

Home (Landing Page)

The Analysis Server Home page serves as the landing page of the web interface. It contains the overview of some of the important parts of the web interface. It contains the following parts:

a. Navigation Bar
b. License Monitor Portal
c. Reporting Servers
d. Notifications
e. Connections
f. Module Links

Analysis Server Home Page

Analysis Server Home Page

The Navigation Bar displays a list of connected Open iT services, such as Core Server, Analysis Server, CLIMS, Identity Server, Documentation, etc. The drop-down will only show the Open iT services connected to the user's Ingress set up. Clicking on any of them will redirect users to the landing page of the respective service.

The Navigation Bar is accessible only to users with Ingress installed, either locally or remotely.

Analysis Server Home - Navigation Bar

Analysis Server Home - Navigation Bar

License Monitor Portal

The License Monitor Portal panel contains an overview of the contents of the real-time monitor page.

It consists of the following charts:

ChartDescription
Top Vendor License (a)Shows the products or vendor licenses with the highest total number of distinct user.
Top Features (b)Shows the features with the highest maximum usage of license over its number of maximum available licenses.
Top Users (c)Shows the user with the highest total number of license checkouts.
Analysis Server Home - License Monitor Portal Charts

Analysis Server Home - License Monitor Portal

Analysis Server Home - License Monitor Portal

To use the shortcut functionality of the panel, (1) click the shortcut symbol located at the upper-right corner of the License Monitor Portal panel. The page should be redirected to the License Monitor Portal page.

Reporting Services

The Reporting Services panel contains the list of Open iT Standard Report Templates. This panel is hidden by default, to show, follow the instructions in the guide Configuring Reporting Services Settings.

NOTE

Accessing through Analysis Server with Single Sign-On will require and prompt for Windows Authentication.

Follow these steps to use the functionalities of the panel:

  1. Click the gear icon located at the upper-right corner of the Reporting Services panel.

    Hidden report templates and checkbox for each of the item should appear at the same time.

  2. Use the checkboxes to hide or show specific items.

  3. Click Save to apply the changes.

  4. Click the shortcut symbol beside the settings symbol.

    Analysis Server Home - Reporting Services

    Analysis Server Home - Reporting Services

    The page should be redirected to the Open iT Reporting Services portal.

Notifications

The Notifications panel contains the data processing logs categorized by severity. This in only visible to web user with Administrative access rights.

Analysis Server Home - Notifications

Analysis Server Home - Notifications

To use the functionality of the panel, click the specific tab headers desired to show. This should show the data processing logs useful for troubleshooting and monitoring. Click a specific item in the list and it should be redirected to the ETL Log page.

Connections

The Connections panel contains databases connection details and process status. This is only visible to web user with Administrative access rights.

Analysis Server Home - Connections

Analysis Server Home - Connections

It has the following details:

  • Sizes of the SQL and OLAP databases
  • Total duration of the last successful data processing
  • Available OLAP cubes

To use the shortcut functionality of the panel, click the shortcut symbol located at the upper-right corner of the Connections panel. The page should be redirected to the Connections page.

The Module Links panel contains configured external links.

Analysis Server Home - Module Links

Analysis Server Home - Module Links

Follow these steps to add external links:

  1. Open the command prompt and run the following command to go to the install directory of Analysis Server, which is by default C:\Program Files\OpeniT\Analysis Server\.

    Command Syntax
    cd $BIN_DIR
    Example
    cd "C:\Program Files\OpeniT\Analysis Server\"
  2. Once in the directory, run the following command:

    Command Syntax
    OpeniT.Server.Etl.Console.exe updateconfig Root.Web.ModuleLinks.<link_name> <valid_web_link>

    Where:

    VariableDescription
    link_nameA specific configuration key name for the module link.
    valid_web_linkA valid web URL pertaining to the module for redirection.
    Module Link Command - Variables

    Example
    OpeniT.Server.Etl.Console.exe updateconfig Root.Web.ModuleLinks.ServiceNowInstance https://prod854753.service-now.com/now/softwareasset/home/

    Wait until the process is finished.