Tuesday, September 24, 2013

Add SSRS (SQL Reporting Services) to an existing SQL Server Clustered Instance

To add a SSRS feature to already installed SQL server cluster it's necessary to bypass checking HasClusteredOrPreparedInstance rule before running setup file otherwise the unstallation will encounter with error during "Installaation Rules" check with some popup message like following:



To avoid above mentioned error it's possible to run setup as following:
Setup.exe /SkipRules=StandaloneInstall_HasClusteredOrPreparedInstanceCheck /Action=Install


Share/Bookmark

No comments: