Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
0 like 0 dislike
4.9k views
in Blog Post by 152 169 345

Install SSRS 2016In this post, we will learn How to Install and Configure SSRS 2016 step by step (SQL Server Reporting Services 2016).

Install SSRS 2016 Prerequisites

Before we getting started, you should prepare the following Prerequisites:

  • Make sure that you have the same SQL Server version installation media that was used when the SQL Server is being installed.
  • Create a new service account for Reporting Service. (Microsoft recommends to specify and use a separate account for each SQL Server service)
  • Specify the authentication type and the account that has permission to connect to the database server. (Will be used during configuring the Report Server DB)
  • Specify the authentication type and the account that the report server will use to connect to the report server database. (Will be used during configuring the Report Server DB)
  • For the production environment, Don't install SSRS on the database server, instead, you should create a new server for SSRS.

You might also like to read Install and configure Power BI Report Server step by step 


Install SQL Server Reporting Service 2016 (SSRS 2016) Steps

  • Mount the SQL Server installation Media ISO/CD > Run the SQL Server Installation file.
  • In SQL Server Installation Center > click Installation.

Install SSRS 2016 - Installation

  • Click New SQL Server stand-alone installation or add features to an existing installation.

Install and Configure SSRS 2016 - New SQL Server

  • In "Global Rules", wait for checking the problem that might occur when installing SQL Server setup files. Failure must be corrected to continue.

Install and Configure SSRS 2016 - Install Rules

  • In "Microsoft Update", it's recommended to check the Microsoft update for security and important updates but in the end, it's up to you to check it or not.

Install and Configure SSRS 2016 - Microsoft Update

  • In "Install Setup files", if an update for SQL Server setup is found and specified to be included the update will be installed.

Install and Configure SSRS 2016  - Install Setup files

  • In "Installation type", specify add features to an existing instance of SQL Server 2016.

Install and Configure SSRS 2016 - Installation Type

  • In "Feature Selection", check Reporting Service - Native.

Install and Configure SSRS 2016 - Feature Selection

  • In "Server Configuration", specify a separate Service account for Reporting Service (Above-mentioned in Prerequisites).

Install and Configure SSRS 2016 - Server Configuration

  • In "Reporting Service Configuration", specify the "Install only" configuration mode.

Install and Configure SSRS 2016 - Install Only

  • Finally, click Next to run the setup.

Install and Configure SSRS 2016 - Install

  • Wait till the installation is completed successfully.

Install and Configure SSRS 2016  - Success


Configure SQL Server Reporting Service 2016 (SSRS 2016) Steps

Once the SSRS feature is installed successfully, you should configure it manually by doing the following:

  • Open Reporting Service Configuration Manager.

Open Reporting Service Configuration Manager 2016

  • Connect to the Report Server Instance.

Connect to SSRS 2016

  • Review Report Server Status and make sure it's started.

Connect to SSRS 2016 Started

  • In "Service Account", you will find the report server service account that runs the Report Server Service.

SSRS 2016 Service Account

  • Go first to the "Database" section to configure the database that holds all report server content and application data.

Change Database SSRS 2016

Note: in case you have deleted a report in reporting service, you can't restore it! the available options are

  • you have a copy of the deleted report on your local machine so you can upload it again.
  • you have a backup from the report database so you can restore it.
  • Click "Change database" to create the report server database for the first time.

Change Database SSRS 2016

  • Check "Create a new report server database".

Create report server Database SSRS 2016

  • Make sure the database server is correct.
  • Set the authentication type as (Integrated User or SQL Server account).
  • Provide the correct account credentials.

Provide Database server SSRS 2016

Note: this account must have permission to connect to the database server. 
For more details, please check How to Check SQL Server Connectivity between Application Server and Database Server

  • Test the connection and make sure that the connection is established successfully.

Provide Database server SSRS 2016 Test connection

  • Specify the database name as you prefer.

Set Database Name SSRS 2016

  • Specify the credentials of an existing account that the report server will use to connect to the report server database.

Set credentials for report server SSRS 2016

  • Review the summary information, and make sure that everything is set properly before proceeding.

Summary for report server SSRS 2016

  • Wait while the report server database wizard configures the database then click Finish.

Database created successd SSRS 2016

  • Go back to configure the "Report Server Web Service URL".
    • Set the Report Server Web Service URL virtual directory.
    • Set the Report Server web service site identifications based on your requirements then click Apply.

Configure SSRS 2016 Report Web Service URL

  • Test the Report Server Web Service URL that should be now browsed properly.

Open web service URL SSRS 2016

  • Go now to the "Report Manager URL", specify the virtual directory as you prefer then click Apply to configure it.

Configure Report Manager URL SSRS 2016

  • Once the Report Manager Completed Successfully, Click the Report Manager URL to test it.

Open Report Manager URL SSRS 2016

  • Great, the report manager is opened properly.

Browse Report Manager URL SSRS 2016

In case, you have encountered a permission issue, you should check SSRS 2016: You are not allowed to view this folder. Contact your administrator to obtain the necessary permissions.

  • Go now to the "Encryption keys".

Encryption Keys SSRS 2016

  • Take a backup of the symmetric key that used to encrypt sensitive data in the report server database like connection strings, credentials ...etc. it will be helpful in case you migrate or move the report server installation to another server, you can restore this key to regain access to the encrypted content.

backup Encryption Keys SSRS 2016


Download Report Builder 2016

Now the SSRS 2016 is installed and configured properly, but you will not able to create new reports using the report manager till download and install the Report Builder.

Download Report Builder SSRS 2016

Install the Report Builder 2016

  • Double-click the downloaded file "ReportBuilder3".
  • Click Next, then "I accept the terms in licensing agreement".
  • Optionally, specify the default target server URL that is the "Report Manager URL".
  • Click Install.

Install report Builder SSRS 2016

Create the first report in Reporting Service SSRS 2016

  • Open Report Manager URL.
  • Add a paginated report.

Create a report in ssrs 2016

  • Allow the report builder to open. "remove always ask before opening this type of address" option.

Allow report builder in ssrs 2016

  • Wait a moment for opening the report builder.

open report builder in ssrs 2016

  • As you like, select the type of report.

create first report via builder in ssrs 2016

  • Start now building your first report in SSRS 2016.

create first report via builder in ssrs 2016


Conclusion

In conclusion, we have learned how to install and configure SSRS 2016 step by step.

Reference 

I wrote this article on Microsoft TechNet but here, I have added additional details.

See Also

If you don’t ask, the answer is always NO!
...