Quick Guide on how to install Reporting Services on its own server/cluster in SharePoint Integration Mode without using Kerberos
- Install SQL Server 2005 - Reporting Services Only
- Install SQL Server Service Pack 2
- Install Sharepoint (as WFE)- SKU (Enterprise Edition, Standard,etc..) has to match the other SKUs in the farm
- Run the Sharepoint Server Configuration (do not add central admin unless you want to) - Not sure if this step is needed but can't hurt
- Install the reporting services add-in for sharepoint
- Run the Reporting Services Configuration Utility [start-->all programs-->microsoft sql server-->configuration-->reporting services configuration]
- Create the ReportServer Virtual Directory (ReportServer) preferably
- ReportServer AppPool and Reporting Services Windows Service should both be a domain account
- Create the Database (create the database in Sharepoint integration mode) -
- (Here's the Trick) - the Website that contains the report server vdir attempts to negotiate authentication by default. This is not needed if you are not configuring kerberos.
- To fix this if you do not intend to use kerberos, open a command prompt, cd to c:\inetpub\adminscripts\
- First check to see if there is an authentication provider run cscript "adsutil.vbs get w3svc/{WebSiteId}/root/NTAuthenticationProvider" ({WebSiteId} being the id for the website containing the RS Vdir), this should return [The parameter "NTAuthenticationProviders" is not set at this node.]
- Then run [cscript adsutil.vbs set w3svc/1/root/NTAuthenticationProviders "NTLM"]
- This should return [NTAuthenticationProviders : (STRING) "NTLM"]
- Next go to Sharepoint central administration and enable the reporting services feature and then configure the rest of reporting services within application management. Be sure to set the authentication method to Trusted Account.
- For more information on this see - https://blogs.msdn.com/sharepoint/attachment/4194088.ashx
Comments
Anonymous
February 04, 2008
Thanks for the article and the fantastic document. Why can't Microsoft make all their documents this easy to follow :) Do you know if there is one similar that relates to enabling Kerberos authentication? Thanks again, SimonAnonymous
April 30, 2008
There isn't a specfic article i know of regarding reporting services configuration but there should be enough info in Martin Kearns post to figure it out. http://blogs.msdn.com/martinkearn/archive/2007/04/23/configuring-kerberos-for-sharepoint-2007-part-1-base-configuration-for-sharepoint.aspxAnonymous
July 28, 2008
The comment has been removedAnonymous
September 12, 2008
As with any production environment, the next exercise (after configuring SSRS in SharePoint Integrated