Skip to main content

Posts

Showing posts from November, 2011

AX2012 - Install multiple instances of Reporting Services (SSRS) on the same computer scripted with powershell

I have been working on a side project to script Install multiple instances of Reporting Services on the same computer (for use with Microsoft Dynamics AX) [AX 2012] Most of the steps are straight forward but the Modify Reporting Services configuration files [AX 2012] is a little tedious. I have scripted some of the steps. It is incomplete but I think it could be useful for our internal SSRS installs. I hope someone out there can contribute and we can share the load to complete it. 1) Modify the Report Manager Web.config file 2) Modify the report server RsReportServer.config file 3) Modify the report server RsSrvPolicy.config file 4) Modify the report server Web.config file If you get a message saying scripting is not allowed. Just start powershell - run as administrator. Then type the following Set-ExecutionPolicy Unrestricted Warning: This is in no way complete but a start. I will update when I have something. Updated 12 September 2012 Refer to