Forum Discussion
Power Bi report server architecture question
- 7 years ago
Right, so I would put the front end of Report Server in the web tier and the database in the app/data tier.
Yes, I would refer you to:
I've never seen a 3 tier implementation of SSRS. You will likely want to have your web server in the App tier and your data in the Data tier. Most security folks go nuts if you try to wire the web tier and data tier directly or have your data teir in the app tier. Depends on how crazy your security folks are though.
- rohithkothaneth7 years agoResolver I
Thank you Greg for your quick response. Appreciate it. Let me work through this approach and see who it goes. Will let you knwo the status.
- rohithkothaneth7 years agoResolver I
Hi Greg,
The client system are designed such that, the data and Applciation tier are within the same firewall and web tier on a different tier.
So if we have the MS SQL database in the data tier and PBI Report Server (windows server) in the app tier. So these both will fall into the first firewall.Then how are the web tier configured here? if I open the web portal and try to refresh the report opened outside the firewall? Getting a hole punched through the firewall will be a question here and not sure if that will be agreed?Thanks,
Rohith- Greg_Deckler7 years agoCommunity Champion
Right, so I would put the front end of Report Server in the web tier and the database in the app/data tier.