Steps to get the Reporting Services SharePoint Add-on Installed 

Tags: Reporting Services

For some reason I've been having troubles getting the SharePoint add on for Reporting Services 2008 installed. Seems like the 2005 one was easier, but it's been many months since I've gone through the install so maybe I'm coming down with amnesia J. So anyways, to save myself some sanity, and potentially other would be integrators, here are the steps that worked for me:

 

Firstly, I was getting this stupid error: "the system administrator has set policies to prevent this installation". To overcome this I had to disable some security policies on the server (and on the other web front ends for that matter):

 

 

(NOTE: Make sure to reboot after making these policy changes)

 

After I did that I stopped getting the "the system administrator has set policies to prevent this installation" error, but the install kept failing and rolling back the changes. ARGG!

 

This is the next error I was getting:

 


SQL database login failed. Additional error information from SQL Server is included below.
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

 

Well with a bit of conjecture I noticed that I stood a better chance running the MSI through the command window since I could tell it what user to run as. I opened command prompt and executed the following command to switch user accounts to the SharePoint service account: Run "runas /profile /user:[domain]\[user] cmd"

 

 

Then I executed the RS Add-on MSI, but in Files only mode: Run "rsSharePoint_x64.msi SKIPCA=1"

 

 

This command will open the MSI installer wizard and should successfully complete.

 

Lastly I browsed to temp directory (do start, run, %temp% and copy the path into command prompt) and ran a second command against an EXE that was just deployed: Run "rsCustomAction.exe /i"

 

 

… runs for a few minutes …

 

 

Done!

 

Oh – and Central Administration will now have the Reporting Services configuration pages:

 

 

(note: make sure to do this on ALL web front ends)

 
Posted by PSW\Administrator on 13-May-09
34  Comments  |  Trackback Url  | 0  Link to this post | Bookmark this post with:        
 
Failed to render control: Value does not fall within the expected range.

Comments


commented onMonday, 25-May-2009


commented onTuesday, 26-May-2009


commented onTuesday, 26-May-2009


commented onThursday, 28-May-2009


commented onThursday, 4-Jun-2009


commented onSunday, 21-Jun-2009


commented onSunday, 28-Jun-2009


commented onWednesday, 22-Jul-2009


commented onWednesday, 5-Aug-2009


commented onSunday, 30-Aug-2009


commented onSaturday, 5-Sep-2009


commented onSunday, 13-Sep-2009


commented onFriday, 18-Sep-2009


commented onWednesday, 30-Sep-2009


commented onMonday, 5-Oct-2009


commented onMonday, 12-Oct-2009


commented onThursday, 22-Oct-2009


commented onTuesday, 27-Oct-2009


commented onSaturday, 31-Oct-2009


commented onWednesday, 9-Dec-2009


commented onSaturday, 19-Dec-2009


commented onSunday, 20-Dec-2009


commented onFriday, 25-Dec-2009


commented onTuesday, 12-Jan-2010


commented onTuesday, 19-Jan-2010


commented onFriday, 22-Jan-2010


commented onWednesday, 27-Jan-2010


commented onSaturday, 30-Jan-2010


commented onWednesday, 3-Feb-2010


commented onSaturday, 6-Feb-2010


commented onTuesday, 9-Feb-2010


commented onSaturday, 13-Feb-2010


commented onWednesday, 17-Feb-2010


commented onThursday, 25-Feb-2010

Bookmark and Share