SSRS 2012 with Sharepoint integration mode

Hi all,
I have installed sql sever 2012 and Sharepoint 2013
I want to integrate the report in Sharepoint.
I am facing issue in "reporting server configuration manager" , the report server database is configured to Native mode.
Now i want to change into sharepoint mode , as am integrating in sharepoint. I tried of creating new reportserver database , but it is by defaultly saying as Native Mode. How to change into sharepoint mode .
Kindly help me onthis
Thanks in advance ....
Regards, Subathra

Hi Subathra,
From the
document, we can know that “Starting with the SQL Server 2012 release, the Reporting Services Configuration Manager is not designed to manage SharePoint mode report servers. SharePoint mode is managed and configured by using SharePoint Central Administration
and PowerShell scripts.” It means that the Reporting Services Configuration Manager (2012) is no longer required or supported to configure and administer Reporting Services SharePoint mode. We should use SharePoint Central Administration and PowerShell scripts
to configure this.
For more details about how to install Reporting Services 2012 SharePoint Mode for SharePoint 2013, we can refer to the following articles:
http://msdn.microsoft.com/en-us/library/jj219068.aspx
http://blogs.msdn.com/b/biblog/archive/2012/12/04/installing-and-configuring-sql-reporting-services-on-sharepoint-2013.aspx
Hope this helps.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • SSRS 2012 with SharePoint 2010: Unable to connect to the remote server

    We had originally installed SSRS 2012 with SP 2010 and I did not like how the installation was configured, so we uninstalled everything and removed the SSRS server from the SharePoint farm and uninstalled all the SQL bits (SSRS was deployed to web tier in
    sharepoint mode).
    I've since added a new application server to host the SSRS SharePoint Mode and Installed the reporting services add-in on the WFE.   For reference, I have 1 WFE and 2 App Servers.  the WFE has the Reporting Service Add-in and both App Servers have
    the SharePoint mode of SSRS installed as described here: https://msdn.microsoft.com/en-us/library/hh479774(v=sql.110).aspx
    I've also installed the Service Application and all seems to work well up until I make an attempt to create a report or data source on the WFE.
    It looks like somewhere, the WFE is still looking to connect to the original SSRS machine we installed.  I've gone through registry, config files and the SharePoint config database to see if I can see where the reference value is.  Still can't
    find it anywhere.  None of the Reporting commandlets are helping.
    Technically what is occurring;
    Add Reporting service content types and create a New Reporting Data Source through UI
    ULS Logs go after the url: /_layouts/ReportServer/NewSharedDataSource.rsds
    Exception occurs after some time because it times out trying to connect to wrong host.  Exception below:
    Exception encountered for SOAP method GetSystemProperties: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond <WRONG HOST IP>:80
    at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
    at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) -
    -- End of inner exception stack trace ---
    at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SetConnectionProtocol()
    at Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)
    No powershell commands or any of the settings in the service application allow me to set this.  Any help would be appreciated.
    20 Bay Windows Home Server (Not Vail!)
    http://piroozjavan.blogspot.com/

    Issue an iisreset on the WFE, and validate that SSRS Service is running on the App servers.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Issues Configure MS SQL 2012 RS (SharePoint Integrated Mode) in SharePoint 2010

    Dear All,
    Can someone guide how to troubleshoot this error.
    Application Server : Slipstreamed Version of SharePoint 2010 SP2 + Window Server 2012 + Configure RS (RS is in SQL Server 2012 SP2) as per -
    http://technet.microsoft.com/en-us/library/jj219068.aspx
    Web Server : Slipstreamed Version of SharePoint 2010 SP2 + Window Server 2012
    Database Server : SQL Server 2012 SP2 + Window Server 2012
    After successfully install sharepoint and RS. I have created a Reporting Service Application (name as
    Reporting_SA) at Central Admin.
    Below is my issues :-
    1. Click on "Reporting_SA"
    2. Click on System Setting --> getting error
    Below are the error that I get from SharePoint Log Files
    Name=Request (GET:http://xxxx:xxxx/_admin/ReportServer/ReportingServicesSystemSettings.aspx?ID=6379172a-da8f-4d7e-9847-1b0e9633064b)
    Site=/
    WcfSendRequest: RemoteAddress: 'http://xxxxx:32843/6379172ada8f4d7e98471b0e9633064b/ReportingWebService.svc' Channel: 'Microsoft.ReportingServices.ServiceContract.IReportServiceManagement' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/GetSystemProperties'
    MessageId: 'urn:uuid:0accea23-5b1f-40fa-9412-c8263a601520'
    WcfReceiveRequest: LocalAddress: 'http://xxxx.xxx.org:32843/6379172ada8f4d7e98471b0e9633064b/ReportingWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/GetSystemProperties'
    MessageId: 'urn:uuid:0accea23-5b1f-40fa-9412-c8263a601520'
    Entering monitored scope (ExecuteWcfServerOperation)
    Event log source SQL Server Reporting Services Shared Service does not exist
    Throwing Microsoft.ReportingServices.Diagnostics.Utilities.EventLogSourceNotFound: , Microsoft.ReportingServices.Diagnostics.Utilities.EventLogSourceNotFound:
    The event source "SQL Server Reporting Services Shared Service" does not exist.;
    Leaving Monitored Scope (ExecuteWcfServerOperation). Execution Time=1.1902
    System.ServiceModel.FaultException: The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug>
    configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.   Server stack trace: 
        at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter)
        at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
        at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
        at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
        at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)    Exception rethrown at [0]: 
        at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
        at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
        at Microsoft.ReportingServices.ServiceContract.IReportServiceManagement.GetSystemProperties(ICollection`1 properties)
        at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.<>c__DisplayClass9.<GetSystemProperties>b__8(IReportServiceManagement mchannel)
        at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.DoManagementChannelCall(Action`1 caller)
        at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.GetSystemProperties()
        at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.get_SystemProperties()
        at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.LoadSettings()
        at Microsoft.ReportingServices.SharePoint.SharedService.UI.ReportingServicesSystemSettings.OnInit(EventArgs e)
        at System.Web.UI.Control.InitRecursive(Control namingContainer)
        at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Leaving Monitored Scope (Request (GET:http://xxxx:xxxx/_admin/ReportServer/ReportingServicesSystemSettings.aspx?ID=6379172a-da8f-4d7e-9847-1b0e9633064b)). Execution Time=191.9647
    Noted : I have try to re-install the Reporting Services,  but stilling getting same error.
    Thanks.

    Hi StarMoonEarth,
    According to your description, when you click on the System Setting, it throws error message says "SQL Server Reporting Services Shared Service does not exist". Right?
    In this scenario, you can check if the Reporting Services is started. Follow the steps below:
    In SharePoint Central Administration, click Manage Services on Server in the
    System Settings group.
    Find SQL Server Reporting Services Service and click Start in the Action column.
    The status of the Reporting Services service will change from Stopped to
    Started. If the Reporting Services service is not in the list, use PowerShell to install the service.
    If the Reporting Services shared is still not existing, please use PowerShell cmdlts to install the Reporting Services service. Please refer to the Section 2 in the link you have posted.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Error Accessing Report in SharePoint Integrated Mode (SQL Server 2008 with SharePoint 2007)

    I have installed reporting services with SharePoint Integration Mode, however, whenever I access the report, below error occurs:
    Report Server has encountered a SharePoint error. (rsSharePointError)
    Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))
    Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)
    Checking through the Log Files, there is more detailed error message, but not sure what cause the error:
    library!ReportServer_0-2!4064!11/01/2010-15:00:39:: Call to GetPermissionsAction(http://[servername]/sites/Reporting/Reports/TestReport.rdl).
    library!ReportServer_0-2!4170!11/01/2010-15:00:39:: Call to ListParentsAction(http://[servername]/sites/Reporting/Reports/TestReport.rdl).
    library!ReportServer_0-2!4170!11/01/2010-15:00:40:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.SharePointException: Report Server has encountered a SharePoint error., ;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.SharePointException: Report Server has encountered a SharePoint error. ---> Microsoft.SharePoint.SPException: Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)) --->
    System.Runtime.InteropServices.COMException (0x80020009): Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))
       at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAsByteArray(String bstrUrl, String bstrWebRelativeUrl, Boolean bHonorLevel, Byte iLevel, OpenBinaryFlags grfob)
       at Microsoft.SharePoint.Library.SPRequest.GetFileAsByteArray(String bstrUrl, String bstrWebRelativeUrl, Boolean bHonorLevel, Byte iLevel, OpenBinaryFlags grfob)
       --- End of inner exception stack trace ---
       at Microsoft.SharePoint.Library.SPRequest.GetFileAsByteArray(String bstrUrl, String bstrWebRelativeUrl, Boolean bHonorLevel, Byte iLevel, OpenBinaryFlags grfob)
       at Microsoft.SharePoint.SPFile.GetFileContent(SPOpenBinaryOptions openOptions)
       at Microsoft.SharePoint.SPFile.OpenBinary(SPOpenBinaryOptions openOptions)
       at Microsoft.SharePoint.SPFile.OpenBinary()
       at Microsoft.ReportingServices.SharePoint.Server.SharePointServiceHelper.SyncToRSCatalog(String path, Boolean createOnly)
       --- End of inner exception stack trace ---
    library!ReportServer_0-2!4064!11/01/2010-15:00:40:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.SharePointException: Report Server has encountered a SharePoint error., ;
     Info: Microsoft.ReportingServices.Diagnostics.Utilities.SharePointException: Report Server has encountered a SharePoint error. ---> Microsoft.SharePoint.SPException: Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION)) --->
    System.Runtime.InteropServices.COMException (0x80020009): Exception occurred. (Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))
       at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAsByteArray(String bstrUrl, String bstrWebRelativeUrl, Boolean bHonorLevel, Byte iLevel, OpenBinaryFlags grfob)
       at Microsoft.SharePoint.Library.SPRequest.GetFileAsByteArray(String bstrUrl, String bstrWebRelativeUrl, Boolean bHonorLevel, Byte iLevel, OpenBinaryFlags grfob)
       --- End of inner exception stack trace ---
       at Microsoft.SharePoint.Library.SPRequest.GetFileAsByteArray(String bstrUrl, String bstrWebRelativeUrl, Boolean bHonorLevel, Byte iLevel, OpenBinaryFlags grfob)
       at Microsoft.SharePoint.SPFile.GetFileContent(SPOpenBinaryOptions openOptions)
       at Microsoft.SharePoint.SPFile.OpenBinary(SPOpenBinaryOptions openOptions)
       at Microsoft.SharePoint.SPFile.OpenBinary()
       at Microsoft.ReportingServices.SharePoint.Server.SharePointServiceHelper.SyncToRSCatalog(String path, Boolean createOnly)
       --- End of inner exception stack trace ---
    Any idea on how to resolve the issue?

    Hi Jin Chen,
    Thank you for your response. I have disabled all the Symantec End Point Protection Service, but problem persists..
    Further, I have checked through the ULS Log in SharePoint, there is more error reported there:
    11/03/2010 15:19:48.44 ReportingServicesService.exe (0x3510)  
    0x4064
    Windows SharePoint Services   Database                      
    6f8g Unexpected
    Unexpected query execution failure, error code 282. Additional error information from SQL Server is included below. "The 'proc_GetTpWebMetaDataAndListMetaData' procedure attempted to return a status of NULL, which is not allowed. A status of 0 will be
    returned instead." Query text (if available): "{?=call proc_GetTpWebMetaDataAndListMetaData(?,'F77D6A37-F8D2-492C-911C-923C8A135DEB',?,NULL,1,?,?,6187)}"
    11/03/2010 15:19:51.46 ReportingServicesService.exe (0x3510)  
    0x4064
    Windows SharePoint Services   General                      
    8e2s Medium  
    Unknown SPRequest error occurred. More information: 0x80020009
    11/03/2010 15:19:51.69 ReportingServicesService.exe (0x3510)  
    0x1EEC
    Windows SharePoint Services   General                      
    8e2s Medium  
    Unknown SPRequest error occurred. More information: 0x80020009
    Do you have any idea based on the error above?

  • SSRS 2014 with SharePoint 2013 - Integrated Mode vs Native Mode Questions

    Hi,
    We are using SharePoint 2013 and SQL Server 2014.
    We are building a number of SSRS Reports that pull data from SQL Databases. (Pl note, we are not pulling any data from SharePoint Lists) 
    We have to make a choice between running the Reports in Native Mode or SharePoint Integrated Mode.
    We saw this link: https://technet.microsoft.com/en-us/library/bb326290(v=sql.105).aspx - but it has no updated version for SQL 2014. 
    We have questions on which one to choose - based on what criteria, based on performance (which will be faster), other benefits, pros and cons and also on things that work only on SharePoint Integrated Mode and things that work only on Native Mode.
    Would appreciate guidance on the above.
    Thanks
    Karthick S
    Karthick S

    Hi Karthick S,
    If you had install Sharepoint server, then configure the Reporting Services in Sharepoint mode to take advantage of the Sharepoint. However, when you run a report in the SharePoint integrated mode in SQL Server Reporting Services, the report may run noticeably
    slower than when you run the same report in native mode.More details information please reference to:General overhead performance differences when you view reports in SharePoint integrated mode versus in SharePoint
    native mode
    For more information about the features supported by Reporting Services in Sharepoint Integrated Mode(SSRS 2014), please see below article:
    Reporting Services Report Server (SharePoint Mode)
    Similar thread for your reference:
    SSRS naitive Mode VS Share Point Integrated Mode
    SQL Server Reporting Services - Native Mode or SharePoint Integrated Mode?
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • SQL Server 2012 Reporting services Report Builder ClickOnce in SharePoint integrated mode

    Hi
    I've installed SSRS 2012 in Integrated Mode with SharePoint 2013.
    I've created RS Application, I have the Content types for Report Builder Report but when I try to create a new Report Builder Report from a document library (using ribbon) it try to lauch the following url
    http://sp2013/bi/_layouts/15/ReportServer/RSAction.aspx?RSAction=ReportBuilder&FileUrl=http://sp2013/_layouts/15/ReportServer/rs.rsapplication&SaveLocation=http%3A%2F%2Fsp2013%2Fbi%2FDocuments&Source=http%3A%2F%2Fsp2013%2Fbi%2FDocuments%2FForms%2FAllItems%2Easpx
    which gives an 404 Not found error
    I've installed Report Builder 3.0 as standalone because from SQL installation I didn't get an Report Builder
    What else should I do ?
    I've noticed that ReportBuilder_3.....application is in webservices folder of sharepoint
    Please help
    Sorin Sandu

    Hi Sorin,
    SQL Server 2012 Reporting Services (SSRS) includes stand-alone and ClickOnce versions of Report Builder. The ClickOnce version can be used with Reporting Services installed in native or SharePoint integrated mode. For more information about how to start
    Report Builder, please see:
    http://msdn.microsoft.com/en-us/library/ms159221(v=sql.110).aspx
    Reference:
    SharePoint 2010 – SQL 2012 Reporting Services
    SharePoint 2010 - SQL 2012 Reporting Services Part 2
    Hope this helps.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • RDL Reports are not working after installing SQL Server 2012 Service Pack 2 in the SharePoint integration Mode

    I am using Reporting Service Integration mode with SharePoint. SSRS is installed on separated machine of SharePoint stacks in Integration Mode. Everything was working properly and I could create/edit/modify RDL reports(parameters, Datasource, Subscription)
    inside SharePoint and Document Libraries.
    But after installing SQL Server 2012 Service Pack 2, on opening RDL reports inside SharePoint I receive this error message. 
    The permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation
    I should mention that SSRS is installed in the SharePoint integration Mode and there is no SSRS management console.

    Hi Hedayat-Abedijoo,
    According to your description, you are using Reporting Services in SharePoint Integrated mode, and everything worked fine before you install SQL Server 2012 Service Pack 2. After the package is installed, when you open RDL reports, the error occurred: The
    permissions granted to user 'i:0#.f|membership|username' are insufficient for performing this operation.
    According to my search, there may be two reasons for the problem:
    This is caused when the application pool account that runs the SharePoint Web application you are on in IIS and the application pool account that SharePoint believes is running the site differ. This happens if the application pool account is changed directly
    in IIS instead of through SharePoint (using the approved method).
    This error can be caused when Kerberos authentication has been set up correctly and delegation in a double hop scenario will succeed, but Reporting Services integration has been set up for Trusted Account rather than Windows Authentication. This causes
    SharePoint to continue to impersonate the logged-on user when contacting Reporting Services; when Reporting Services compares the application pool account to the user account making the request, they are not equal.
    In this case, we can solve the problem by changing the application pool account in IIS back to the previous account and set AuthenticationTypes to RSWindowsNTLM only. For detail information, please refer to 8.3 “The permissions granted to user 'Domain\User'
    are insufficient for performing this operation” in the document:http://msdn.microsoft.com/en-us/library/ee384252(SQL.100).aspx
    If you have any questions, please feel free to let me know.
    Thanks,
    Wendy Fu

  • Reporting Service SharePoint Integration Mode option is disabled in Reporting Service Configuration - SQL 2012

    Hi ,
     The option to select reporting service in sharepoint integration mode is disabled while trying to install SQL Server 2012. Any ideas?
    Raghavendra Shanbhag | Blog: http://moss-solutions.blogspot.com
    Please click "Propose As Answer " if a post solves your problem or "Vote As Helpful" if a post has been useful to you.
    Disclaimer: This posting is provided "AS IS" with no warranties.

    Hi Trevor,
    Need urgent help please.
    I have to install the SSRS in SP 2013.
    Database ( SQL Server 2012 SP1) and SP 2013 servers are separate.
    Installed SSRS in DB server (Integration mode).
    Installed ADD-IN for SSRS in SP2013 server.
    I have followed all the steps mentioned by microsoft.
    But , I stuckup as below, SSRS service in sharepoint does not get started.It is showing disabled.
    >Install-SPRSService
    >Install-SPRSServiceProxy
    >Get-SPServiceInstance -all |where {$_.TypeName -like "SQL Server Reporting*"} | Start-SPServiceInstance
    >get-spserviceinstance -all |where {$_.TypeName -like "SQL Server Reporting*"}
    TypeName                         Status   Id                                
    SQL Server Reporting Services... Disabled b2efbe68-114f-4459-b083-4d414528ab05
    And, while looking from Manage service application, the SSRS service shows 'Error Starting' while we go to start the service.
    Hitting the technical detail of the problem it takes us to 
    Following is the log entry through ULS viewer :
    Microsoft.ReportingServices.Diagnostics.SqlInstallation+ConfigurationErrorException: Installation Error: Could not find SharedCode on SOFTWARE\Microsoft\Microsoft SQL Server\110 registry key.   
     at Microsoft.ReportingServices.Diagnostics.SqlInstallation.get_SqlSharedCodeDirectory()    
     at Microsoft.ReportingServices.Diagnostics.SqlInstallation.GetSkuFromSqlBoot(String instanceId, Int32& daysLeft)    
     at Microsoft.ReportingServices.SharePoint.SharedService.Service.ReportingWebServiceInstance.Provision()    
     at Microsoft.SharePoint.ApplicationPages.ServerPage.OnObjectModelAction(Object sender, ObjectModelActionEventArgs e)    
     at Microsoft.SharePoint.WebControls.ActionLinkDataSourceControl.RaisePostBackEvent(String eventArgument)    
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    We have no clue whats going on.
    Please help.
    Thanks,
    Raghav

  • Changing Architecture Design - SSRS Sharepoint Integrated Mode

    Hi. I have a multi-server SharePoint configuration I am trying to simplify and was wondering if I could get some advice here. I am not very knowledgable of SharePoint but have a good understanding of how distributed server architectures basically function.
    Anyway, besides the SharePoint web front servers, we have a dedicated SQL Server 2008 R2 server for all the content databases. We also have a separate report server with an instance of SSRS 2008 R2 running in SharePoint Integrated mode. The report databases
    (ReportServer, ReportServerTempDB) are hosted on the SQL Server server, so the only thing running on this report server is the actual SSRS windows service. I basically want to remove the report server from the picture so I was thinking of adding SSRS
    (in Integrated mode) to the existing SQL Server installation on the database server and use the existing Reporting Services databases. From what I've read regarding SSRS and SharePoint integration, this is an acceptable design. Does anyone see any
    implications for this setup change? What would be the steps to complete this change? I appreciate any helpful insights you might have.
    I am also curious in the actual role of the Reporting Services service. Which server would be doing the report processing? The one running the SSRS service? The one hosting the databases? The SharePoint server itself?
    Thanks!
    Leroy G. Brown

    I have further updates here with my issue:
    i've been installing the SSRS 2012 SharePoint 2013 Integrated Mode on a single server.
    the catch was that i've used the SQL server 2012 with sp1 media, and it was supposed to have the sp1 installed with it... 
    i have downloaded the
    SP1 and installed it again .. and this has solved the issue for me
    not the deleting and creating the service application again
    hope my feedback helps
    Best Regards
    Hany Zayed

  • SSRS Sharepoint Integrated Mode logs - Cannot find site lookup info for request Uri AND [Forced due to logging gap]

    Hi,
    Our reports run very slow in SharePoint Integrated mode. I look at the logs and I see that for one report request there are bunch of "Forced due to logging gap" rows. Is it some kind of a configuration issue or is it working as it should. Below
    is the full log for one report request. I have no admin experience at all and I am confused what each one in the logs mean. I have made some of them in bold font as I suspect it is some kind of configuration issue there. Could you please help understanding
    those logs?
    Line 25: 07/29/2014 09:17:34.54 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Topology                      
    e5mb
    Medium  
    WcfReceiveRequest: LocalAddress:   'http://xxxxx.com:32843/6ce1fa50211546eeabe466d78f0d32a6/ReportStreaming.svc'   Channel: 'System.ServiceModel.Channels.ServiceChannel' Action:   'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Streaming/ProcessStreamRequest'
      MessageId: 'urn:uuid:10b1c246-8c70-400b-9b62-fe0d87a2ae8c'
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 28: 07/29/2014 09:17:34.54 
    w3wp.exe (0x0A6C)                       
    0x070C
    SQL Server Reporting Services 
    Report Server WCF Runtime     
    0
    Medium  
    Entering ExeuteCommand - Command = Render
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 29: 07/29/2014 09:17:34.54 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Authentication Authorization  
    agb9s
    Medium  
    Non-OAuth request. IsAuthenticated=False, UserIdentityName=,   ClaimsCount=0
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 30: 07/29/2014 09:17:34.54 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    General                       
    adyrv
    High    
    Cannot find site lookup info for request Uri   http://xxx:32843/6ce1fa50211546eeabe466d78f0d32a6/ReportStreaming.svc.
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 31: 07/29/2014 09:17:34.59 
    w3wp.exe (0x0A6C)                       
    0x070C
    SQL Server Reporting Services 
    Report Server Catalog         
    0
    Medium  
    RenderForNewSession('https://xxx.com/xxx.rdl')
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 32: 07/29/2014 09:17:34.60 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Authentication Authorization  
    ajmmt
    High    
    [Forced due to logging gap, cached @ 07/29/2014 09:17:34.59,   Original Level: VerboseEx] SPRequestParameters: AppPrincipal={0},   UserName={1}, UserKye={2}, RoleCount={3}, Roles={4}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 33: 07/29/2014 09:17:34.60 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    8acb
    High    
    [Forced due to logging gap, Original   Level: VerboseEx] Reverting to process identity
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 34: 07/29/2014 09:17:34.62 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    General                       
    adyrv
    High    
    Cannot find site lookup info for   request Uri   http://xxx:32843/6ce1fa50211546eeabe466d78f0d32a6/ReportStreaming.svc.
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 35: 07/29/2014 09:17:34.74 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    7t61
    High    
    [Forced due to logging gap, cached @   07/29/2014 09:17:34.63, Original Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 36: 07/29/2014 09:17:34.74 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    General                       
    6t8b
    High    
    [Forced due to logging gap, Original   Level: Verbose] Looking up {0} site {1} in the farm {2}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 37: 07/29/2014 09:17:34.85 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Runtime                       
    afu6a
    High    
    [Forced due to logging gap, cached @   07/29/2014 09:17:34.77, Original Level: VerboseEx] No   SPAggregateResourceTally associated with thread.
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 38: 07/29/2014 09:17:34.85 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Runtime                       
    afu6b
    High    
    [Forced due to logging gap, Original   Level: VerboseEx] No SPAggregateResourceTally associated with thread.
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 39: 07/29/2014 09:17:34.94 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    7t61
    High    
    [Forced due to logging gap, cached @   07/29/2014 09:17:34.88, Original Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 40: 07/29/2014 09:17:34.94 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    7t61
    High    
    [Forced due to logging gap, Original   Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 103: 07/29/2014 09:18:05.55 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    7t61
    High    
    [Forced due to logging gap, cached @   07/29/2014 09:17:34.96, Original Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 104: 07/29/2014 09:18:05.55 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    General                       
    6t8b
    High    
    [Forced due to logging gap, Original   Level: Verbose] Looking up {0} site {1} in the farm {2}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 105: 07/29/2014 09:18:05.62 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    General                       
    6t8h
    High    
    [Forced due to logging gap, cached @   07/29/2014 09:18:05.55, Original Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 106: 07/29/2014 09:18:05.62 
    w3wp.exe (0x0A6C)                       
    0x070C
    SharePoint Foundation         
    Database                      
    7t61
    High    
    [Forced due to logging gap, Original   Level: Verbose] {0}
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Line 107: 07/29/2014 09:18:05.62 
    w3wp.exe (0x0A6C)                       
    0x070C
    SQL Server Reporting Services 
    Report Server WCF Runtime     
    0
    Medium  
    Processed report. Report='https://xxx.com/xxx.rdl', Stream=''
    894aa99c-9fb3-c007-caf4-32ba68af9901
    Thank you.

    That is likely the case as native mode is quicker than SharePoint-integrated.
    A couple of things to check, and perhaps change if you can:
    1) Make sure the latest SSRS ReportViewer is deployed to the SharePoint WFEs. This does not have to match your SSRS deployment version. See http://msdn.microsoft.com/en-us/library/gg492257.aspx
    for the compatibility table.
    2) If possible, move SSRS to the same SharePoint servers that end users interact with (e.g. the "WFEs").
    3) Make sure the underlying server hosting SharePoint has C-States disabled (these are Intel C-States, e.g. C1, C2, C3... aka processor sleep states). If the server has any sort of power regulation, make sure it is at maximum performance (rather than some
    form of power saving).
    4) Make sure the underlying Windows OS has it's Power Management set to Maximum, rather than any sort of power savings.
    You can review the execution logs in the Reporting Services database. Take a look at the ExecutionLog3 view. Compare the TimeProcessing (time it takes to process the report) and TimeRendering (time it takes for the processed report to render to the end user).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Email Recipient limits on SSRS Subscriptions - SharePoint Integrated mode

    Hi I hope this is the right forum to post this question in.
    I have had a requirement to setup our users to be able to create and manage there own mail delivery SSRS subscriptions, this is not a problem. However I have been asked to set a limit on the number of recipients they can specify in the "To" field,
    and I am not sure how to do this.
    We are running in SharePoint integrated mode (SharePoint 2010), with SSRS 2008 R2 and I cant find anywhere that I would set this up..... I have had a look through the rsreportserver.config and unable to find any nodes that allow me to set a limit, nor
    have I been able to find it online. SharePoint doesnt seem to have anywhere to set this, and it seems to sit within SSRS.
    The nearest I have got is someone has suggested that it can be limited on Exchange, but before I go down that route I wanted to find out if it is possible in either SharePoint or SSRS.
    Could anybody offer some insight to this?
    Thanks
    Tim

    Hi Tim,
    As per my understanding, there is no maximum number of recipients per subscription limitation in Reporting Services. Just as you said, it depends on the SMTP server. For example, Exchange Server 2013 supports 500 recipients as the Recipient limit. This is
    the default limit for Exchange Server 2013 organizations. Administrators can change this value for their organization.
    References:
    Exchange Online Limits
    Subscription and Delivery (Reporting Services)
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Create SSRS report export option pipe delimited .txt format for subscription in sharepoint integrated mode

    I'm trying to research a way of creating a  custom export option called Pipe.txt. Which is just a pipe delimited .txt format option for a report that i have that requires this format. This report will set up in a subscription that'll run a daily basis
    for the previous business day.
    I'm running on a SharePoint Integrated Mode. I have seen the option of changing the rsreportserver.config file which doesn't work in my case because the file doesn't exist in integration mode. I was wondering what are some ways or possibly some links to
    achieving this because I've ran into dead ends or execution option i don't understand.
    Any help would be greatly appreciated.

    New-SPRSExtension -identity YOUR GUID GOES HERE -ExtensionType "Render" -name "TxtPipeDelimited" -TypeName "Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering" -ServerDirectives
    "<OverrideNames><Name Language='en-US'>TXT Pipe Delimited</Name></OverrideNames>" -ExtensionConfiguration "<DeviceInfo><FieldDelimiter>|</FieldDelimiter><NoHeader>true</NoHeader><FileExtension>txt</FileExtension><ExcelMode>False</ExcelMode><Encoding>ASCII</Encoding></DeviceInfo>"

  • Report Builder 3.0 launch issue in SharePoint Integration mode

    Hello,
    I'm facing issue when opening the report builder 3.0 tool. Report server is configured in SharePoint Integration mode. I already have the FQDN configured for report server and in SharePoint (AAM) but still it fails when the end user is trying to access
    the report builder 3.0.
    Just to brief on the instance setup;
    SQL box setup
    1. Windows Server 2012 R2 Standard/Enterprise edition with latest service packs and updates
    2. SQL Server 2008 R2 Enterprise edition with all features except Reporting Services installed and configured
    3. SQL Engine and Agent are configured in service account (domain account)
    Web box Setup
    1. Windows Server 2008 R2 Standard/Enterprise edition with latest service packs and updates
    2. IIS enabled with all the features
    3. SharePoint Foundation 2010 with SP2 installed in advanced mode and the database server is mentioned as above
    4. Farm is configured with domain account (farm account)
    5. Default site is configured with domain account (site account)
    6. Authentication used for default site is NT domain accounts
    7. AAM is setup for default site to use the FQDN (server.domain.com)
    8. SQL reporting services is installed (only) with service account (same account used which is configured in the SQL engine and agent in database server)
    9. Reporting Services add-in for SharePoint Foundation 2010 is installed
    10. Reporting Services is configured to use the FQDN, email settings is configured
    11. SharePoint Foundation 2010 is configured to use the Reporting Services (General Application Settings) by granting the access to database, integration the report server URL with windows authentication (used the SQL reporting services service account)
    12. Report Web services when clicked, open the Reporting Services window properly where it shows the SharePoint default site URL and on click shows the proper folders configured for use for reporting services
    13. Report Builder launch URL is specified as /_vti_bin/ReportBuilder/ReportBuilder_3_0_0).application
    14. IIS restart done, SQL Reporting Services restart done, even web server reboot done
    15. When supplied the URL in browser as
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder_3_0_0).application it start the clickonce window but after this immediately throws the error message as below.
    16. Also, I tried to open the Report Builder 1.0
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder.application it fails with same error message.
    17. After debugging several times, I am unable to resolve the issue.
    18. I tried re-installing the Reporting Services (first uninstalled, then reboot, then folder cleanup, then install Reporting Services) but no hopes and the issues remains same as "The remote server returned an error: (500) Internal Server Error."
    19. Also, I tried with the fresh machine, wiped out the VM, installed OS, IIS, SharePoint Foundation 2010, SQL Reporting Services, etc. again no luck, the issue remains same as "The remote server returned an error: (500) Internal Server Error."
    Error message when launching the Report Builder tool
    PLATFORM VERSION INFO
     Windows    : 6.1.7601.65536 (Win32NT)
     Common Language Runtime  : 4.0.30319.18444
     System.Deployment.dll   : 4.0.30319.18408 built by: FX451RTMGREL
     clr.dll    : 4.0.30319.18444 built by: FX451RTMGDR
     dfdll.dll    : 4.0.30319.18408 built by: FX451RTMGREL
     dfshim.dll    : 4.0.41209.0 (Main.041209-0000)
    SOURCES
     Deployment url   :
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder.application?model=http://server.domain.com/XXX%20Report%20Models/XX%20Report%20Models/XXX%20XXX%20Report%20Model.smdl
    ERROR SUMMARY
     Below is a summary of the errors, details of these errors are listed later in the log.
     * Activation of
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder.application?model=http://server.domain.com/XXX Report Models/XXX Report Models/XXX XXX Report Model.smdl resulted in exception. Following failure messages were detected:
      + Downloading
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder.application?model=http://server.domain.com/XXX Report Models/XXX Report Models/XXX XXX Report Model.smdl did not succeed.
      + The remote server returned an error: (500) Internal Server Error.
    COMPONENT STORE TRANSACTION FAILURE SUMMARY
     No transaction error was detected.
    WARNINGS
     There were no warnings during this operation.
    OPERATION PROGRESS STATUS
     * [9/19/2014 4:42:13 PM] : Activation of
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder.application?model=http://server.domain.com/XXX Report Models/XXX Report Models/XXX XXX Report Model.smdl has started.
    ERROR DETAILS
     Following errors were detected during this operation.
     * [9/19/2014 4:42:16 PM] System.Deployment.Application.DeploymentDownloadException (Unknown subtype)
      - Downloading
    http://server.domain.com/_vti_bin/ReportBuilder/ReportBuilder.application?model=http://server.domain.com/XXX Report Models/XXX Report Models/XXX XXX Report Model.smdl did not succeed.
      - Source: System.Deployment
      - Stack trace:
       at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
       at System.Deployment.Application.SystemNetDownloader.DownloadAllFiles()
       at System.Deployment.Application.FileDownloader.Download(SubscriptionState subState)
       at System.Deployment.Application.DownloadManager.DownloadManifestAsRawFile(Uri& sourceUri, String targetPath, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
       at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions
    options, ServerInformation& serverInformation)
       at System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions
    options)
       at System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
       at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)
      --- Inner Exception ---
      System.Net.WebException
      - The remote server returned an error: (500) Internal Server Error.
      - Source: System
      - Stack trace:
       at System.Net.HttpWebRequest.GetResponse()
       at System.Deployment.Application.SystemNetDownloader.DownloadSingleFile(DownloadQueueItem next)
    COMPONENT STORE TRANSACTION DETAILS
     No transaction information is available.
    Thanks & Regards,
    Mahesh Dhinge

    I have resolved this issue as it was mainly due to the integration of reporting services to SharePoint Foundation.
    Thanks,
    Mahesh
    Thanks Mahesh Dhinge

  • Apply button not working In Sharepoint Integrated mode

    Env:- SSRS 2008 R2 with Sharepoint 2010
    For some report users, the Apply button is not working (SharePoint integrated mode).
    After they select all the parameters in report and hit apply button , the page remain blanks and nothing happens.
    This issue is experienced by certain user only.
    When i checked the ULS log i found this during that duration
    Process                                     Category                          
    Category          EventID
    ReportingServicesService.Exe    Sharepoint Foundation      Database              4ohq
    Site Enumeration Stack:   
    at Microsoft.SharePoint.Administration.SPSiteCollection.get_Count()    
    at Microsoft.ReportingServices.SharePoint.ObjectModel.RSSPBaseCollection.get_Count()    
    at Microsoft.ReportingServices.SharePoint.Server.SharePointPropertyProvider.GetProperty(String propertyName)    
    at Microsoft.ReportingServices.SharePoint.Server.SharePointPropertyProvider.GetSystemUrl()    
    at Microsoft.ReportingServices.Library.GetSystemPropertiesAction.PerformActionNow()   
     at Microsoft.ReportingServices.Library.RSSoapAction`1.Execute()   
     at Microsoft.ReportingServices.WebServer.ReportingService2005Impl.GetSystemProperties(Property[] Properties, Property[]& Values)   
     at Microsoft.ReportingServices.WebServer.ReportingServiceSPImpl.GetSystemProperties(Property[] Properties, Property[]& Values)  
    at Microsoft.ReportingServices.WebServer.ReportingService2010Impl.GetSystemProperties(Property[] Properties, Property[]& Values)    
    at Microsoft.ReportingServices.WebServer.ReportingService2010.GetSystemProperties(Property[] Properties, Property[]& Values)    
    at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)    
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)   
     at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)  
    at System.Web.Services.Protocols.LogicalMethodInfo.Invoke(Object target, Object[] values)    
    at System.Web.Services.Protocols.WebServiceHandler.Invoke()    
    at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()   
     at System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context)    
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()   
     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)    
    at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)    
    at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)   
     at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)    
    at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)   
     at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr)    
    at ReportingServicesHttpRuntime.RsHttpRuntime.ProcessRequest(IRsHttpPipeline rsHttpPipeline) 
    Can somebody please help on this.
    Thanks,
    Sandeep
    ~~ Mark it as Answer if you find it correct~~

    Hi Sandeep,
    Thanks for your feedback.
    I haven’t find any documentation illustrate this limitation, it’s just my experience,  I have a report which contains a muti-value parameter, it contains 500 value items and the length of each value is equal or greate than 10 characters, when I select
    all parameter values, there is no response when I click the apply button, however, when I only select several items in it, the report showing fine, I could not sure your issue is the same with mine, it’s just my conclusion. If your issure is not related to
    the length of the selected parameter, just occures to certain users even they selected with the same parameter values with the other users who run fine with this report, then this reply should not adapt to your scencario, it is so unbeliveable it is not working
    only for certains users, I have not experience this issue before, and the information you provided is so limited that I could not address the root cause of your issue.
    Thanks,
    Bill Lu
    Bill Lu
    TechNet Community Support

  • Dropdown list is cut off in reporting service (SharePoint Integration Mode)

    We have a report running in SharePoint integration mode and we have a set of parameters. But the last parameter (near the bottom of the browser) with drop down list cannot be displayed completely.
    Kevin Li

    Hi KevinLi,
    According to your description, the last parameter in your parameter drop down list is not completed displayed. Right?
    In Reporting Services, when having too many available values which will exceed the report parameter drop down list area, it suppose to generate scrolling bar for selecting. In this scenario, it seems those available values just end at the bottom of
    the browser and exceed a little bit. But it can't trigger generating scrolling bar. However, it think you can select the last value successfully. So it doesn't effect your using too much. If you really need to display all values in parameter drop
    down list, you can try to change the resolution of your screen.
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

Maybe you are looking for