Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
pabeader
Post Patron
Post Patron

How to segment report server applications on different servers.

I have read in the documenation, that it is possible to segment report server applications onto different servers.  I can't seem to find the documentation that explains HOW to do this.

Has anyone done this and what were the steps? 

 

Maybe you know where the documentation is?  

 

 

3 REPLIES 3
d_gosbell
Super User
Super User

Can you provide links to the documentation you are referring to? Typically you will scale out PBIRS horizontally, installing multiple nodes in a load balanced cluster behind some sort of load balancer.  see

https://docs.microsoft.com/en-us/sql/reporting-services/install-windows/configure-a-native-mode-repo...

 

 

Once you have multiple nodes it is possible to use some of the config file settings to turn off some of the features by setting config values like IsSchedulingService and IsDataModelRefreshService

https://docs.microsoft.com/en-us/sql/reporting-services/report-server/rsreportserver-config-configur...

 

Note that this is not a way that you can split an existing instance across multiple servers - any cores that are running a PBIRS component should be covered by a PBIRS license

It in this article:

https://docs.microsoft.com/en-us/sql/reporting-services/install-windows/configure-a-native-mode-repo...

 

Under:

scale-out deployment is used in the following scenarios:

 

  • To segment report server applications on different computers, by using one server for interactive report processing and a second server for scheduled report processing. In this scenario, each server instance processes different types of requests for the same report server content stored in the shared report server database.

Ok, so that is related to the first link I posted and you can change those settings using the various properties in the second link I posted with the exception that you cannot turn off the interactive report processing anymore, that property has been depricated for some reason

 

see:

 

IsReportManagerEnabled This setting has been deprecated as of SQL Server 2016 Reporting Services Cumulative Update 2. The web portal will always be enabled.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors