Forum Discussion
PBI Report server & F5 Load Balancer
We've got PBIRS working on a 2 node load balanced cluster behind an F5. However I'm not sure what specific rules our infrastructure team setup on the F5, so I'm assuming it was some sort of default ruleset.
For the PBIRS configuration we just carefully followed the instructions here https://docs.microsoft.com/en-us/sql/reporting-services/report-server/configure-a-report-server-on-a-network-load-balancing-cluster?view=sql-server-ver15
We are experienceing intermittent errors that could point to an error in the F5 configuration. We use Cookie persistence:
Do you have the same setup or different "stickiness"?
- dsmudge354 years agoFrequent Visitor
Hi, we have had this working successfully through the F5 with config of;
Load Balancing Method = Least Connections
PersistanceType = Source Address Affinity
Thks