How to add Reporting Services to an existing SQL Server 2019 Clustered Instance

Chamali Liyanage 21 Reputation points
2021-05-19T11:14:21.893+00:00

Hi All,

I have already set up my clustered environment and it is working fine. But now, there is a requirement came for reporting services for only one instance in that cluster.

So, I have tried to add "Reporting Service" using the "Add feature to the existing environment" option in setup. But we couldn't see Reporting Service on there.

So how I install and set up reporting service to the required instance.

SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. Olaf Helper 47,436 Reputation points
    2021-05-19T13:02:02.147+00:00

    "Add feature to the existing environment" option in setup. But we couldn't see Reporting Service on there

    Since version 2017 SSRS comes as a separat installer, you can download it here: Microsoft SQL Server 2019 Reporting Services
    You can use the same license key of database engine to install SSRS. Keep in mind, SSRS isn't cluster-aware application.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 15,256 Reputation points MVP Volunteer Moderator
    2021-05-19T11:49:43.557+00:00

    Hi @Chamali Liyanage

    I will explain step by step how to add SSRS onto an existing clustered environment.
    https://www.mssqltips.com/sqlservertip/2778/how-to-add-reporting-services-to-an-existing-sql-server-clustered-instance/

    https://learn.microsoft.com/en-us/sql/reporting-services/install-windows/install-reporting-services?view=sql-server-ver15

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.

    0 comments No comments

  2. CarrinWu-MSFT 6,891 Reputation points
    2021-05-20T02:51:40.783+00:00

    Hi @Chamali Liyanage ,

    Welcome to Microsoft Q&A!

    SQL Server 2019 Reporting Services has a separate installation, please download it from this link. And you could refer to Install SQL Server Reporting Services to get more information about how to install it.

    Best regards,
    Carrin


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.