Montag, 22. September 2014

Installation of Reporting Services - SharePoint - my tips

Hi there,

just had to install "Reporting Services - SharePoint" + "Reporting Services add-in for SharePoint Products" from the installation DVD of SQL Server 2012 SP1 to my SharePoint 2013 test environment.

Well, it took me a long time to have an finished installation. Here my tip:

1) Install first only "Reporting Services - SharePoint" and do the configuration in central adminstration; good link is http://www.techtask.com/featured/sql-2012-reporting-services-in-einer-sharepoint-2013-multi-server-farm/

2) start cmd in farm admin mode: runas /profile /user:domain\administrator_user cmd; good link is http://blogs.msmvps.com/brianmadsen/2008/09/03/sql-server-2008-reporting-services-add-in-for-moss-2007-installation-failure/ 

3) run installation with: rsSharePoint.msi SKIPCA=1

4) Be careful now, this was my personal problem: verify, that each web.config in every virtual directory do not have any comments inside!  My personal thank goes to this link: http://social.msdn.microsoft.com/Forums/sqlserver/en-US/e0097b00-09c3-4aa7-bfd2-8b8e20b6c69c/ssrs-2012-sp1-on-sharepoint-2013?forum=sqlreportingservices

5) finish installation from temp directory with: rsCustomAction.exe /i

6) Verify your installation with this link: http://msdn.microsoft.com/en-us/library/ms143773.aspx

Have fun with Reporting Services and SharePoint 2013!

Keine Kommentare:

Kommentar veröffentlichen