Configure SQL server reporting services
- Last UpdatedApr 22, 2025
- 3 minute read
Set up SQL Server Reporting Service
-
From the Start menu, under Microsoft SQL Server Reporting, select Report Server Configuration Manager.
The Reporting Services Configuration Manager window appears.
-
Configure the Web Service URL to access the Report Sever.
To configure the Web Service URL:
-
Select Web Service URL under Connect.
-
Select Apply with all default values.
The Web Service URL is configured successfully.

-
-
Create the Report Server Database to store all report content and application data.
To configure the Report Service Database:
-
Select Database under Connect.
-
Select Apply with all default values.
The database is created successfully.

-
-
Create the Web Portal URL to access the Web Portal.
To create the Web Portal URL:
-
Select Web Portal URL under Connect.
-
Select Apply with the default values.
The Web Portal URL is created successfully.

-
-
To delete Encryption Keys:
-
Select Encryption Keys under Connect.
-
Under Delete Encrypted Content, select Delete.
-
Select Apply.
The encryption content is cleared successfully.

Note: The above steps are required for the installation of the SP 2020 or lower versions. For SP 2020 R2 and later, the reports are automatically deployed with the installation.
-
-
Deploy the AVEVA System Monitor reports to SQL Server Reporting Services.
Upgrading from lower version SP 2020 / SP 2017 U3 / SP 2017 U3 SP1 to SP 2023 R2:
Case 1: If the reports are already configured and running before upgrading to SP 2023 R2, there is no change in the SSRS installation process.
Case 2: If the reports are not configured, follow the steps below:
Note: If SSRS is installed and configured during AVEVA System Monitor installation, deploy the reports to the report server. This requires no configuration of SSRS beyond the default configuration. If the SSRS is not installed and configured during AVEVA System Monitor installation, run the PublishReports.cmd command by providing the parameters, as described below.
-
After successfully installing AVEVA System Monitor, navigate to C:\ProgramData\Sentinel System Monitor\Sentinel Manager\DataFolder\SSRSReports.
-
Open the Command Prompt as an Administrator.
-
In the Command Prompt, navigate to the SSRSReport folder using the command displayed in the following screen.

-
After successfully navigating to the folder, run the PublishReports.cmd command by providing the following parameters:
Case 1: For Upgrading from lower versions to SP 2020 R2 and higher version, and if the reports are not deployed
Parameter
Value
Comments
SQL Server Name
<SQLServerMachineName>
Example: SMTEST4
Any SQL server where we are configuring the reports
The Command Prompt window appears as follows.
-