Link Search Menu Expand Document

Install Report Manager (Optional)

TIKTING includes a comprehensive set of dashboards and reporting tools designed to support a wide range of operational and strategic needs. For advanced use cases such as compliance and audit reporting, TIKTING also offers direct database-level access, enabling custom report generation.

To leverage these capabilities, TIKTING integrates seamlessly with Metabase (Community Edition). The following guide outlines the steps to install and configure Metabase within your environment.

Table of contents

  1. Step 1 - Install Postgres
  2. Step 2 - Copy Server.jar
  3. Step 3 - Update web.config
  4. Step 4 - Add Virtual Directory in IIS
  5. Step 5 - Set Virtual Directory Path
  6. Step 6 - Configure the Report Manager in TIKTING Control Panel
  7. Step 7 - Start the Report Server
  8. Step 8 - Navigate to Report Admin
  9. Step 9 - Follow the Setup Wizard
  10. Congratulations 🎉

Step 1 - Install Postgres

  • Download and Run the Postgres Installer from this link

Download Postgres

Please select the latest version (Recommended: 17.4)

Download Postgres

Step 2 - Copy Server.jar

  • Copy Server.jar to your Installated Directory/ReportServer/

Step 3 - Update web.config

  • Update the web.config in the Installed Directory/ReportServer/web.config

Web Config

Step 4 - Add Virtual Directory in IIS

In this step we will add a virtual directory in the IIS Website

  • Open IIS Manager from Server Manager > Tools > IIS Manager (from the drop down menu).
  • Right Click Configured Domain and select “Add Virtual Directory”

Virtual Directory

Step 5 - Set Virtual Directory Path

  • Set and test the virtual directory path

Set Virtual Directory Path

Step 6 - Configure the Report Manager in TIKTING Control Panel

  • Navigate to the Report Server Configuration

Navigate to Report Server Configuration

  • Enter your postgres server configuration

Report Server Configuration

Step 7 - Start the Report Server

  • Start the report server and wait approximately one minute until the server status indicates “Server is running.”

Start Report Server

Confirm the server is starting as the image below.

Check server status

Step 8 - Navigate to Report Admin

  • Navigate to the report admin

Navigate to Report Admin

Step 9 - Follow the Setup Wizard

  • Follow the on-screen instructions to complete the setup wizard. During this process, you will be prompted to create an administrator account.

welcome screen Select preferred language

Make sure to securely note the credentials used to create the administrator account. It is important to keep these credentials safe for future access and management.

Create user credentials Self Service Analytics I will add my data later Finish the wizard

  • Sign into Metabase using the credentials you provided during administrator account creation.

Sign into your Metabase Account

  • Add your Database

Add your database

  • Connect your Database

Locate the appsettings.json file in the root directory of the installation. This file contains the database credentials required connecting your database.

Connect your database

Congratulations 🎉

You have successfully installed and configured the reporting server.

Let’s explore how to create custom reports using the report server.

Back to Top