Building a Scale Out SSRS 2008 R2 Farm using Windows NLB Part 4

By:   |   Comments (3)   |   Related: 1 | 2 | 3 | 4 | 5 | > Reporting Services Network Load Balancing


Problem

Delivering reports is becoming more critical due to the increasing demand for business intelligence solutions. And while there are a lot of guides that walk us through building a highly available database engine, you'll rarely see one for SQL Server Reporting Services. How do I go about building a scale-out SQL Server 2008 R2 Reporting Services running on Windows Server 2008 R2?

Solution

To continue this series on Building a Scale-Out SQL Server 2008 R2 Reporting Services Farm using Windows Network Load Balancing, we will look at installing SQL Server 2008 R2 Reporting Services on the second node of an existing NLB cluster. In Part 1, we have completed adding the Network Load Balancing feature on both of the servers that we will be using as part of the NLB cluster. In Part 2, we built the 2-node NLB cluster. In Part 3, we installed and configured SQL Server 2008 R2 Reporting Services on the first node of the NLB cluster. This tip will walk you through installing and configuring SQL Server 2008 R2 Reporting Services on the second node of the NLB cluster. After completing the process, we will add it to the scale-out deployment.

Configuring the second SQL Server 2008 R2 Reporting Services instance

Before we proceed with configuring the SQL Server 2008 R2 Reporting Services instance on the second node, make sure that you already have it installed in files-only mode as defined in the previous tip. We will use the Reporting Services Configuration tool to connect the second report server instance to the shared database. Follow steps #1 to #4 from the previous tip and accept the default values for the Web Service URL and Report Manager URL pages. The only difference here is step #3 since we already have an existing report server database. All we have to do is connect the second instance to it.

  1. Click the Database link and click the Change Database button. This will open the Report Server Database Configuration Wizard

    reporting services configuration manager

  2. In the Actions page, select the Choose an existing report server database option and click Next

    ssrs change database configuration

  3. In the Database Server page, enter the SQL Server database server instance name in the Server Name field. This should be the same as what you used in the first reporting services instance. In this example, my SQL Server database instance name is SQL2008R2DB. Click Next,

    sql reporting services database server

  4. In the Database page, select the name of the database you used to configure the first report server instance. From the previous tip, we will choose the database name ReportServer. The Report Server Mode option value will automatically be filled in based on the report server database selected. Click Next.

    sql server reporting report server database

  5. In the Credentials page, use the same values from the first reporting services instance. We'll use Service Credentials in the Authentication Type as per the previous tip. Click Next.

    ssrs credentials configuration

  6. In the Summary page, review all of the Reporting Server Database configuration settings. Note that this should be the same as the first reporting services instance that you configured. Click Next.

    sql reporting config wizard

  7. In the Progress and Finish page, verify that all the processes completed successfully. Click Finish to go back to the Database page of SQL Server Reporting Services Configuration Manager.

    verify report server configuration sql server

While step #5 from the previous tip mentions verifying if the reporting services instance is working properly, we will not do it this time. The report server will be unavailable until the report server instance is joined to the scale-out deployment.

Joining the second SQL Server 2008 R2 Reporting Services instance to the Scale-Out Deployment

Up to this point, you may not have paid attention to the last link in the Reporting Services Configuration Manager - the Scale-Out Deployment link. When you click on that link, you should see a message stating that you should connect to the report server that has already been joined to this scale-out deployment.

8

This means that we need to connect to the first reporting services instance that we configured and accept the second reporting services instance to join the scale-out deployment. In this example, I ran the Reporting Services Configuration Manager and connected to SSRS2008R2A

9

You should see the second reporting services instance with a Waiting to Join status. Select the report server instance that is waiting to join the scale-out deployment and click on the Add Server button. Once completed, you can now verify that both reporting services instances are working properly.

10

At this point, both the reporting services instances are now configured and working properly. However, we still need to do a few more things. In the last part of this series, we will configure view state validation and the virtual server name that will be used as a point of access to the SQL Server 2008 R2 Reporting Services instance running on the NLB cluster

Next Steps
  • Prepare a test environment to apply this deployment scenario.
  • Review the series of tips on Installing SQL Server 2008 on a Windows Server 2008 Cluster to create a highly available database engine for the report server database.


sql server categories

sql server webinars

subscribe to mssqltips

sql server tutorials

sql server white papers

next tip



About the author
MSSQLTips author Edwin Sarmiento Edwin M Sarmiento is a Microsoft SQL Server MVP and Microsoft Certified Master from Ottawa, Canada specializing in high availability, disaster recovery and system infrastructures.

This author pledges the content of this article is based on professional experience and not AI generated.

View all my tips



Comments For This Article




Thursday, August 7, 2014 - 1:35:24 PM - Tyrone Howard Back To Top (34043)

Edwin,

 

Love the artical, I do have a question....: I have an environment that only has several SQL Server 2008 R2 (standard versions) only one has the SSRS reporting database on it, we want to install a second SSRS server (just Reporting Services and Intergation Services) and have it pointed to the first server's reporting database. Can you do this with out having to upgrade to SQL Server 2008 R2 Enterprise Version? Meaning we don't have to money or time to install an Enterprise Version, NLB and fail-over cluster. But our current configuration is killing us on performance...

 

Or is my only other option is to configure second SQL Server SSRS instance with it's own reporting database and use database replication, since the standard version will not allow scaled-out deployments?

Very frustrated with reading the Microsoft documentation also....

Thank you

Tyrone


Sunday, November 20, 2011 - 4:24:56 PM - bass_player Back To Top (15166)

I think I forgot to highlight the fact that the reason I wrote these series of articles is because I've been very frustrated with reading the Microsoft documentation :-)

Thank you for the compliment


Thursday, November 10, 2011 - 8:39:17 AM - Salah MESTI Back To Top (15073)

Hi Edwin,

Thanks a lot for your tutorial!

It's very usefull, and you did it at a good time for me.

As you said, there isn't a documentation about it in internet except on the Microsoft Technet website

and your tutorial is more userfriendly :).

Nice job and thanks again!

Cheers,

 















get free sql tips
agree to terms