Skip to main content
Matrix42 Self-Service Help Center

How to structure and deploy Reports for Cloud Environments?

Overview

Learn how to create and deploy Reports for the Cloud Environments where there is no direct access to the Application Server. 

Prerequisites

  • Cloud Environment

Steps

  1. Request Database backup via M42 Support Ticket
  2. Wait for Matrix42 to provide you with the database backup files
  3. Install SQL Server locally on your computer
  4. Restore the database from the backup file
  5. Install Report Builder
  6. Connect to the restored database
  7. Create a new report
  8. Export report to a .rdl file
  9. Create a Configuration Package for the report
  10. Install the Configuration Package with  the report

Request database backup

Send an e-mail to helpdesk@matrix42.com stating from which environment you need to have the database backup. As there are different types of environments (test, pre-production, or production). Specify the URL of the instance you would like to backup, for example:

  • qwerty.m42cloud.com
  • qwerty-test.m42cloud.com etc.

Request processing

Based on the sent e-mail Matrix42 automatically creates a ticket for the request. Upon the ticket processing, first, you will receive a download link for the requested database backup, this download is protected by a password. With the second e-mail, you will receive the password for downloading the files. For technical reasons, all cloud backups are split into 10 files.

Local SQL Server

Install SQL Server locally on your computer.

  1. Open the Microsoft SQL Server Downloads link and download the free SQL Server 2022 Developer edition:
    sql1_download.png
  2. Run the installation file and proceed with Basic installation type:
    sql3_install_basic.png
  3. Use the default settings on the suggested steps and wait until the installation is completed:
    sql8.png

Install SQL Server Management Studio (SSMS)

  1. Upon successful installation on the SQL Server, run SSMS installation:
    sql10_install_SSMS.png
  2. You will be redirected to the Download SQL Server Management Studio (SSMS) page or use the direct Free Download for SQL Server Management Studio (SSMS) 18.12.1 link:
    sql11_SSMS_download.png
     
  3. Run the installation file and proceed with the default installation settings on the suggested steps: 
    sql13_install_SSMS.png
  4. Wait until the installation is completed and restart the computer as suggested:
    sql15_SSMS_restart.png

Restore database

  1. Open SQL Server Management Studio;
  2. Connect to the created database:
    sql16_connect_to_db.png
  3. Right-click the database section and run Restore Database:
    sql18_restore_db.png
  4. On the General page, choose the Device option and click Add:
    sql_restore_db1.png
  5. Select the database backup files to restore:
    sql_restore_db2_1.png
  6. On the Files page, select the checkbox Relocate all files to folder:
    sql_restore_db_relocate1.png
    The data file folder is the default folder for your SQL Server.
  7. Go back to the General page and click OK to proceed:
    sql_restore_db3_1.png
     
  8. Wait until the database is successfully restored:
    sql_restore_db4_1.png

Report Builder

For more information on how to build a report and work with the Report Builder tool use the following resources:

To install the Report Builder, configure the database connection, create and export the report perform the following steps:

  1. Install Report Builder:
    1. Download the Report Builder from the Microsoft Download Center via this link:
      sql_report_builder1.png
    2. Run the installation file and proceed with the default installation settings on the suggested steps: 
      sql33_report_builder.png
    3. Skip the Default target server URL property settings:
      sql36_report_builder.png
    4. Proceed until the installation is successfully completed.
  2. Connect to the restored database:
    1. Open the installed Report Builder
    2. In the Getting Started section, New Report section, choose the type of report you would like to create, for instance, Table or Matrix Wizard:
      sql_report_builder_1.png
    3. Choose Create a dataset option to configure the connection to the restored database:
      sql_report_builder_2.png
    4. Click New:
      sql_report_builder_3.png
    5. Edit the Name and click Build:
      sql_report_builder_4.png
    6. Select the local Server name:
      sql_report_builder_5.png
    7. Select or enter a database name and click OK:
      sql_report_builder_6.png
    8. Click Test Connection and OK to finalize the connection configuration:
      sql_report_builder_7.png
  3. Create a new report:
    The following configuration depends on the data that should be used for building a report and the described steps can be used as a reference only.
    1. Design a query for the data that will be used in building the report, for instance, select all fields from a database table and click Next:
      sql_report_builder_9.png
    2. Arrange fields that will be used in the report, for instance, creating a simple table with 3 columns will have the following configuration:
      sql_report_builder_10.png
    3. Choose the layout properties:
      sql_report_builder_11.png
    4. Click Next to see the report preview and Finish to proceed.
  4. Export Report:
    1. When the report is ready, click File → Save As:
      sql_report_builder_12.png
    2. Provide a file name:
      sql_report_builder_13.png

The exported .rdl file will be further used to create a Configuration Package that can be installed directly on the Cloud Environment.

Create a Configuration Package 

Create a Configuration Package manually and add the created .rdl report file to the package. For more details, see Converting Add-On to Configuration Package page.

To simplify the manual Configuration Package development, create a new project and modify it as follows:

  1. In Administration application → Extensions → Configuration Projects navigation item → run Add Configuration Project action.
  2. Provide the Name of the project
  3. In the Files view → Files section choose the Reports folder and add the following path with the existing in the system report, for instance:
    SSRS\EN\Administration\Compare Permissions.rdl
    sql_package1.png

    Creating the package checks if the file exists, therefore always use an existing report.

    See also Configuration Project Development: Files
  4. Export the package: see Configuration Package Export page.
  5. Modify the package manually and add the report file:
    1. Unarchive the package
    2. Change the .rdl report file from the package to the file created and exported from the Report Builder
    3. Modify the report file path from the package, if necessary. The file path from the exported package example can be modified as follows:
      SSRS\EN\Administration\Compare Permissions.rdl
      • EN: defines the language locale of the report. Change to one of the currently supported by the system locales, for instance: DE, EN, ES, FR, IT, NL, PL, PT
      • Administration: application name, where the report will be shown
    4. Modify the package.json file if necessary, for instance, to add a description or set the vendor name, as suggested on this page: Converting Add-On to Configuration Package
    5. Archive the package to a .zip file

See also:

Install Configuration Package

Open the Administration application and proceed with the created package installation as described on the Configuration Package Installation page.

The Report will be displayed in the corresponding Application according to the Configuration Package contents:

sql_report_installed.png

The Report will be based on the current data from the database, for instance:

sql_report_example.png

  • Was this article helpful?