Forum Discussion
rohithkothaneth
Resolver I
7 years agoPower Bi report server architecture question
Hello, I have a requirement to install Power BI Report server on a client network within their own firewall. They have seperate firewall for the app, database and web tier. Could I be able to i...
- 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.
Greg_Deckler
Community Champion
7 years agoYes, 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.
rohithkothaneth
Resolver I
7 years agoThank 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.