MSDN > 論壇首頁 > SQL Server Reporting Services > Reporting services in SharePoint integration mode problems
發問發問
 

提議的解答Reporting services in SharePoint integration mode problems

  • 2007年6月30日 下午 05:18MikeN123 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    Hi,

     

    I'm having problems setting up Reporting Services in SharePoint Integration mode. The development environment works fine, but I can't get it to work in production.

     

    Problem seems to be in the authentication between SharePoint and Reporting Services. When I go to "Set Server Defaults" in the SharePoint central administration I get the following message:

     

    Code Snippet

    An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode. --> System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.SqlServer.ReportingServices2006.ReportingService2006.ListSecureMethods()
       at Microsoft.ReportingServices.SharePoint.Soap.ReportService2006.ListSecureMethods()
       --- End of inner exception stack trace ---

     

    I get the same message when trying to deploy a report from Visual Studio to a SharePoint lib.

     

    Some info:

     

    - SP apppool is running under domain account a

    - SSRS apppool is running under domain account b

    - SP uses NTLM authentication

    - SP and SSRS are running on different servers

    - SSRS Configuration shows all green checkmarks

     

    Things I tried:

     

    - Basic authentication instead of Windows Integrated on SSRS

    - NTLM only instead of Negotiate on SSRS

    - Settings SPN's for SSRS, didn't help

    - Checked NTFS rights on ReportingServer dir, were fine (Domain users have read/list)

     

    Does anyone have an idea about how to solve this? Any help is appreciated.

所有回覆

  • 2009年3月10日 上午 01:40Ryan._ 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Hi there

    Did you ever get a resolution to this problem.. I am having a similar issue..

    Thanks

    Ryan
  • 2009年4月1日 上午 05:33Prash Shirolkar - MSFTMSFT, 解答者使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Considering this is a multi-server scenario and you do not have Kerberos setup, can you ensure you are using the Trusted Account for authentication mode in the "Manage Integration Settings" web page? Additionally, if this is SSRS 2008 can you ensure you do not have RSWindowsNegotiate in the Authentication settings for the rsReportServer.config file of the Report Server?

    HTH
    Prash
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 2009年4月2日 上午 12:28Ryan._ 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    Ours is a SQL 2005 reporting services installation and we have the "Trusted Account" set up in the sharepoint services settings.

    The strange thing is that the whole setup was running just fine then after running some service packs it no longer worked, we tried everything, we rolled back the SP's to no avail.

  • 2009年5月7日 上午 01:16Ryan._ 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Anyone ?
  • 2009年5月7日 上午 05:59Rajesh Jonnalagadda解答者使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
  • 2009年5月14日 上午 01:20Ryan._ 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Ok I went throught these links, these are all instructions on how to set up Reporting Services, we are having issues with an installation that was already set up and working fine, then just out of the blue stopped working and has not run since.

    We can still access and run the reports just fine through the "ReportServer" link no issue.. so this does appear to be an issue with Sharepoint and not reporting services itself.

    The most annoying thing is that I cannot find where the actual problem is logged. I have checked all the log files I can find.. Is it just me or is Sharepoint / Reporting Services (integrated mode) just completely devoid of any kind of logging ?

    This is the sum total of the error we get.. can I turn this stupid error scren off to get something more informative ?

     
     
    Go back to site

    Error

     
     
     
    An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode.

    Troubleshoot issues with Windows SharePoint Services.

  • 2009年5月29日 上午 04:56Dreamlove 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Hi Ryan, I am also facing the same issue as you described above one. Do you find any solution for that. If you found please share it will be great help from you.
  • 2009年5月29日 上午 06:52Feroz R [MSFT] 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Can you browse Central Admin directly on the machine that Central Admin is installed on? This will usually display the underlying error. If the underlying error is not displayed then you can try connecting to http://machinename to see if it will display the full error. Can you post this error message?

    Have a nice day!
    Feroz
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 2009年6月1日 上午 05:28Eric Lai MSFT 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     提議的解答

    Hi Dreamlove

    Could you please try this http? I see someone can render the report after run this KB.

    Thank
    EricLai [MSFT]
    ://support.microsoft.com/kb/896861


    This posting is provided "AS IS" with no warranties, and confers no rights.

    • 已提議為解答Ryan._ 2009年6月16日 上午 02:52
    •  
  • 2009年6月16日 上午 02:54Ryan._ 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Thank you so very much Eric, we have been battling with this problem for ages and this solved it for us.. Feroz was very helpful also as this helped us realise there was something not right with the integrated authentication on the server.

    Thank you both so much, you are legends !!