SSRS reporting services on multiple node

AlexRobert 1 Reputation point
2021-11-29T07:17:42.66+00:00

Hi All,

I have two SQL Server node joined with AG on high availability. And one of the Node SSRS services are configured. As expected when we are fail over to another SQL node it report services are stop working.

So my question is how we can configure it with SQL Server failover automatic move SSRS instance to another server. I have SQL Server 2017.

Can I use same SQL server for high availability of SSRS reports?

As per my understanding I have to configure SSRS on another server also and from scale out panel of SSRS. After this configuration can SSRS understand which server is running and connect to available SQL Server node.

What is the best and recommended way to use SSRS on high availability ? Is it required to make separate sql server and ssrs service instance ?

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,063 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Olaf Helper 47,441 Reputation points
    2021-11-29T08:51:05.987+00:00

    SSRS is not a cluster-aware service, but you can create a scale-out farm for HA, see High availability in SQL Server Reporting Services

    0 comments No comments

  2. Joyzhao-MSFT 15,636 Reputation points
    2021-11-30T02:03:29.743+00:00

    Hi @AlexRobert ,
    As part of the SQL Server Always On offering, Always On Failover Cluster Instances leverages Windows Server Failover Clustering (WSFC) functionality to provide local high availability through redundancy at the server-instance level-a failover cluster instance (FCI).
    You can see: Always On Failover Cluster Instances (SQL Server)
    Best Regards,
    Joy


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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

  3. Rob White 1 Reputation point
    2022-02-05T01:17:29.497+00:00

    SSRS should be on all nodes. Unstead of using the computer name in the ssrs url use the cluster name. Then you will be pointing to the active node.

    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.