SSRS integrated mode in SharePoint 2013

SSRS integrated mode was working now when i click on SSRS service application it gives internal server error 503. In ULS log i see
System.Net.WebException: The remote server returned an error: (503) Server Unavailable.   
 at System.Net.HttpWebRequest.GetResponse()    
 at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
How to fix it? I recreted Service application and started and stopped service too but nothing seems to be working. How to re-install it completely by removing all the services from the Server?
Also how to switch mode from integrated to native since our end users might decide to go to native if integrated does not meet their business need. I do not see any article to switch from integrated to native mode.
It is really frustrating to keep fighting with this issue.
Any help will be appreciated.
Thanks. 
Adit

Make sure the Application Pool driving the SSRS SA is online. Check the System Event Log and Application Event Log on the SSRS server.
You cannot move between Native and Integrated any longer. You need to just re-deploy SSRS in the native config with a new SSRS database.
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.

Similar Messages

  • Upgrade SharePoint 2007 SSRS integrated mode to SharePoint 2013 Reporting Service (SSRS-2014)

    Hi
    We are upgrading a SP-2007 site with SSRS integrated reports to SP-2013 and SSRS-2014. As there are many changes done in SP-2013, I would like to know if any of the existing SP-2007 reporting service database need to upgraded to SP-2013 or just upgrading
    the SP-2007 content database to SP-2013 and creating a new Reporting Service application will be working fine?
    Thanks,
    Pat

    You'll want to do a few things:
    Export the encryption key from the SSRS Configuration application in SharePoint 2007.
    Migrate the content database from SharePoint 2007 SP2+ to SharePoint 2010, to finally SharePoint 2013.
    Install SSRS 2012 SP1+ on SharePoint 2013.
    Migrate the SSRS databases to the SharePoint 2013 SQL Server.
    Create a new SSRS Service Application in SharePoint 2013 using the same named databases on the new SQL Server.
    Import the encryption key to the SSRS SA.
    http://msdn.microsoft.com/en-us/library/jj219068.aspx
    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.

  • Integrate SSRS Native Mode with Sharepoint 2013

    Hi, I have read numerous posts that go back and forth on the question "is SSRS Native Mode supported to work with SharePoint 2013?" and it seems like the answer is no, it is not. Even with SP1 like some people suggested it seems like it is impossible
    to integrate the two.
    In this case is the next step simply to somehow (IIS?) route the Report Server Web Service URL to a SharePoint page?
    What should I do with the fact that everyone in my domain can access the above mentioned URL?
    Thank you for any and all answers, I appreciate it!

    Hi Nestalna,
    As per my understanding, you want to allow everyone in your domain to access Report Server Web Service URL, but you don’t know how to grant permissions, then you think we can control permission using sharepoint, right?
    In native mode, we can grant permissions to access Report Server Web Service URL by following steps:
    From the Start menu, point to Programs, point to Administrative Tools, and then click Computer Management.
    Click to expand the Local Users and Groups node.
    Right-click Groups, then click New Group, type the name and description, then add domain users to the group.
    Start Report Manager.
    Click Site Settings.
    Click Security.
    Click New Role Assignment.
    In Group or user name, enter the group you created above.
    Select a system role, and then click OK.
    In this way, domain users can access report manager. If they want to view, add, and manage report server content, subscriptions, report processing, and report history, we need to assign Item-level role on specific folders or items to them. Besides, in earlier
    version of SQL Server 2012, we can configure Reporting Services to native or sharepoint integrated mode, from SQL Server 2012, we can configure Reporting Services to native and sharepoint integrated mode.
    For more information about Grant User Access to a Report Server, please refer to the following document:
    http://technet.microsoft.com/en-us/library/ms156034(v=SQL.105).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • No email option in Delivery Extension for SP2010 and SSRS integrated mode

    I just set up SSRS R2 in integrated mode with SharePoint 2010. When I went in to setup a subscription, the only options I had under delivery extension were Windows File Share, SharePoint Library and Null Provider. Did I miss something on the setup to
    allow email as a delivery extension?
    Thanks!
    Frank
    Frank

    We faced the same issue today. We have SSRS 2012 in SharePoint 2013 integrated mode. We need to go to SSRS service application and click on manage. Then navigate to E - mail settings. Check the Use SMTP server and specify the Outbound SMTP server.

  • SSRS Integrated mode failes (timeout) when executing lengthy reports.

    Hi All,
    I have SSRS 2008 R2 running in integrated mode with SharePoint 2010 foundation.  The SharePoint farm and SSRS are both configured for Kerberos authentication.  Both SSRS and SharePoint are working well.  The vast majority of reports
    compile in less than 30 seconds, users are generally happy.
    Except,  I have a couple of reports which take a long time to execute on the SQL side, I cant change this, that's just how it has to be.  The simplest of the reports to explain is a report, with 1 parameter with four values, which performs
    up to four actions on the SQL Server and then returns around two dozen rows of the result, typically the entire process completes in around 10 minutes.  If I run this report via the ssrs /reportserver WFE the report always completes, results are presented
    on screen, no issues whatsoever.  When I run the same report from within SharePoint, its a different story, the report will complete only if I select just one of the four parameter actions, resulting in the total report execution time of
    around 4 minutes,  However when running the report with all four parameters selected, the loading spinner appears, then after 6 minutes, disappears entirely.  The page returns to the parameter selection, no results are presented. 
    Having checked all the SSRS log files and ExecutionLogStorage table, they suggest that the report carries on building in the background, and then completed roughly 10 minutes after starting. 
    So my conclusion is that something in SharePoint does not like the extended duration of the report execution.  But what is it,  What triggers the 6 minute timeout?
    Any help much appreciated.
    Regards
    Dan

    Hi danbridgland,
    According to your description, there are a couple of reports in SSRS Sharepoint integrated mode. The query takes a long time to execute in SQL Server. When you run the report via Sharepoint WFE, the report works fine. When you run the report in Sharepoint
    Application, the report will be displayed if you select one parameter value, if four values of the parameters are selected, the report disappears after 6 minutes’ loading.
    In Native mode, SSRS uses a default timeout of 9000 seconds. In SharePoint integrated mode the timeout is reduced to 120 seconds. The timeout in SharePoint is actually related to the fact that reports are rendered using the http runtime. Any operation that
    is launched from within SharePoint using the httpRuntime object has to complete within the timeout parameters. In this case, we can directly editing timeout in web.config by following steps:
    Locate web.config for the SharePoint site you have configured for SSRS integration (default location: C:\inetpub\wwwroot\wss\VirtualDirectories\80).
    Open the file in an XML or text editor.
    Navigate to httpRuntime element, inside the tag, add executionTimeout="9000".
    In addition, in SharePoint integrated mode, reports typically run slower than when the same reports run in native mode. One main cause of this latency can be attributed to SharePoint object model calls that are made. For detail information, please refer
    to the following document:
    http://support.microsoft.com/kb/2216504
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • How to deploy SSRS 2008 reports to Sharepoint 2013.

     Hi,
       Can some one guide me how to deploy SSRS 2008 reports to SharePoint 2013 by giving the exact steps from where to begin. We have all our reports deployed in SharePoint 2010.Need to migrate those reports to Sharepoint 2013 instance. I
    also want to know how and where exactly we modify the connection strings to manage the data sources for the reports . Since I am very new to this field I am not able to properly understand other sites i have gone through . I have gone through the prerequisites
    also.Kindly help me by providing step by step method.
    Thanks,
    Mridhula

    If you don't just want to upgrade your database, simply open the report project (which should be on your local file system) and edit the report properties, changing the Report Server URLs appropriately to the new SharePoint server URLs.
    Trevor Seward, MCC
    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 connecting to SSRS 2012 SP2 through SharePoint 2013 SP1 Central Admin

    When trying to open "system settings" for the SSRS Service application in Central Admin, I get the error "The remote server returned an error: (500) Internal Server Error."
    Also, when trying to create a new Report Builder Report within SharePoint, I get an error "403 Forbidden".
    The ULS log entry for this is:
    Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ServiceModel.ProtocolException: The content type text/html of the response message does not
    match the content type of the binding (application/soap+msbin1). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML
    1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  <html xmlns="http://www.w3.org/1999/xhtml">  <head>  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
     <title>500 - Internal server error.</title>  <style type="text/css">  <!--  body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}  fieldset{padding:0 15px
    10px 15px;}   h1{font-size:2.4em;margin:0;color:#FFF;}  h2{font-size:1.7em;margin:0;color:#CC0000;}   h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}   #header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet
    MS", Verdana, sans-serif;color:#FFF;  background-color:#555555;}  #content{margin:0 0 0 2%;;}  .content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;;}  -->  </style>  </head>  <body>
     <div id="header"><h1>Server Error</h1></div>  <div id="content">   <div class="content-container"><fieldset>   '. ---> System.Net.WebException: The remote server
    returned an error: (500) Internal Server Error. 
        at System.Net.HttpWebRequest.GetResponse() 
        at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)     --- End of inner exception stack trace ---    Server stack trace:  
        at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory, WebException responseException, ChannelBinding channelBinding) 
        at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) 
        at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) 
        at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout) 
        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.SharedServiceProxyHelper.<>c__DisplayClass9.<GetSystemProperties>b__8(IReportServiceManagement mchannel) 
        at Microsoft.ReportingServices.SharePoint.SharedService.ProxyHelper.DoManagementChannelCall(Action`1 caller) 
        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) 
        at System.Web.UI.Page.HandleError(Exception e) 
        at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 
        at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 
        at System.Web.UI.Page.ProcessRequest() 
        at System.Web.UI.Page.ProcessRequest(HttpContext context) 
        at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() 
        at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Any ideas on what might be the issue would be greatly appreciated.

    Hi Joshua.Arenz,
    As per my understanding, you configured SSRS 2012 of SharePoint mode, when you click system setting in Central Admin, you got the error message.
    According to the error message, the Reporting Services service application is not configured correctly. Please make sure you created service application correctly by following steps:
    In SharePoint Central Administration, in the Application Management group, click Manage Service Applications.
    In the SharePoint toolbar, click the New button.
    In the New menu, click SQL Server Reporting Services Service Application.
    In the Create SQL Server Reporting Services Service Application page, enter a name for the application.
    In Application Pool section, create a new application pool for the application (recommended). Then select or create a managed account for the application pool.
    In the Database Server, you can use the current server or choose a different SQL Server.
    In Database Name the default value is ReportingService_<guid>, which is a unique database name. If you type a new value, type a unique value.
    In Database Authentication, the default is Windows Authentication.
    In the Web Application Association section, select the Web Application to be provisioned for access by the current Reporting Services Service Application.
    Click OK.
    For more information about Creating a new Reporting Services Service Application, please refer to the following document:
    http://niftit.com/how-to-install-configure-reporting-services-sharepoint-2013/
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • Integrating OneNote with Sharepoint 2013 - Custom document template, Change Content type, Checkout settings

    My client is migrating to SharePoint 2013 and the team uses OneNote Task list to track the project checklist. While I am successful extending the document template to support OneNote, still have some mysteries to solve as listed below:
    I am exploring Sharepoint 2013 and have tried to explain my problem clearly. If the information provided below is not clear enoug, let me know.
    1. Client has defined custom content type for all the documents in a library. I noticed OneNote comes with a Content type as "Folder". Is it possible to edit / modify the OneNote metadata to accommodate the predefined content types?
    2. In a library, I would like to defined multiple OneNote templates - Meeting, Task List, etc. I followed this article to create OneNote template for a library. Is is possible to edit the template and have "Meeting template" as default?
    3. A library can have multiple document types - word, excel, presentation, OneNote. In order for OneNote sync to work, below settings are mandatory (correct me if wrong):
            a. Checkout required should be set to "No"
            b. No versioning should be set
    My client's governance rule states "Checkout" is mandatory. How can I have a library to support OneNote with Checkout option enabled.
    Thanks in advance!

    Hi TMUser,
    regarding your questions:
    1. One note is based on folder not content type, so by design it is different items. but i heard you can have a look up for this, you may try to change my onenote notebook folder content type so that it allows for additional metadata columns. this way, the
    onenone notebook can be handled just like other office documents. for more detail you may try from this example: http://www.sharepointcowbell.com/2013/01/onenote-and-metadata-in-sharepointpart.html
    2. for onenote products, you may ask at onenote forum for more detail, http://support.microsoft.com/ask-community/office/onenote-2013/,
    we can help for general discussion regarding this. you may take a look at this article, it mentioned about set template as default: http://blogs.msdn.com/b/onenotetips/archive/2008/05/21/templates-in-onenote.aspx
    3. for this question, you may check this kb, http://support.microsoft.com/kb/2675731/en-us, i
    think it is by design, because onenote and other office are different, onenote is use shared, if we put checked out, then it will be set the limitation to only exclusive user.
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • SSRS 2012 SP1 on SharePoint 2013

    I've tried to install SSRS 2013 on my SP2013 tenant.
    First I've applied SP1 for SQL Server 2012 then I was able to create a SSRS Service application.
    Good. But now I haven't any RS content types !
    I've searched all day on iternet for solutions, tried everything nothing happened.
    Then I've uninstalled RS and RS Add-in from SQL and tried to install again from a SQL Server SP1 slipstream.
    At RS Add-in for SharePoint it gives an error with code 1603.
    Can anyone help me install RS 2012 SP1 with SP 2013 ???
    Thank you
    Sorin Sandu

    This is the log from installing rssharepoint.msi (SQL Server 2012 SP1)
    2013-01-17 11:40:15: User: ssandu
    2013-01-17 11:40:15: Installing Report Server feature.
    2013-01-17 11:40:19: Beginning uninstall of cab files.
    2013-01-17 11:40:19: Cab files uninstalled successfully.
    2013-01-17 11:40:19: Calling copyappbincontents command.
    2013-01-17 11:40:38: SharePoint Products Configuration Wizard version 15.0.4420.1017. Copyright (C) Microsoft Corporation 2012. All rights reserved.
    Performing configuration task 1 of 3
    Initializing SharePoint Products configuration...
    Successfully initialized the SharePoint Products configuration.
    Performing configuration task 2 of 3
    Installing the application content files...
    Installing the SharePoint Central Administration Web Application content files...
    Installing the SharePoint Web Application content files...
    Failed to install the application content files.
    An exception of type System.NullReferenceException was thrown.  Additional exception information: Object reference not set to an instance of an object.
    Total number of configuration settings run: 2
    Total number of successful configuration settings: 1
    Total number of unsuccessful configuration settings: 1
    Successfully stopped the configuration of SharePoint Products.
    Configuration of SharePoint Products failed.  Configuration must be performed before you use SharePoint Products.  For further details, see the diagnostic log located at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS\PSCDiagnostics_1_17_2013_11_40_19_333_1091964312.log
    and the application event log.
    2013-01-17 11:40:38: 
    2013-01-17 11:40:38: Install error: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\bin\psconfig.exe return error code: -1
    2013-01-17 11:40:38: Error details: System.Exception: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\bin\psconfig.exe return error code: -1
       at RSCustomAction.BaseProcessLaunch.LaunchCommand(String fileName, String arguments, Boolean ignoreExitCode)
       at RSCustomAction.PsconfigCommands.CopyAppBinContents()
       at RSCustomAction.RSFeatureSetup.Install(Boolean repair, Int32 addRetries)
    2013-01-17 11:40:38: Uninstalling Report Server feature.
    2013-01-17 11:40:38: Stopping W3SVC service.
    2013-01-17 11:40:38: Removing Report Server web application files
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.ar-SA.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.bg-BG.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.cs-CZ.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.da-DK.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.de-DE.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.el-GR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.es-ES.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.et-EE.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.fi-FI.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.fr-FR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.he-IL.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.hi-IN.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.hr-HR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.hu-HU.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.id-ID.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.it-IT.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.ja-JP.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.kk-KZ.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.ko-KR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.lt-LT.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.lv-LV.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.ms-MY.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.nb-NO.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.nl-NL.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.pl-PL.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.pt-BR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.pt-PT.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.ro-RO.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.ru-RU.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.sk-SK.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.sl-SI.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.sr-Latn-CS.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.sv-SE.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.th-TH.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.tr-TR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.uk-UA.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.vi-VN.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.zh-CN.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.zh-TW.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\App_GlobalResources\ReportServer.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\8080\App_GlobalResources\ReportServer.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\80\App_GlobalResources\ReportServer.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.ar-SA.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.bg-BG.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.cs-CZ.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.da-DK.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.de-DE.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.el-GR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.es-ES.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.et-EE.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.fi-FI.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.fr-FR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.he-IL.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.hi-IN.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.hr-HR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.hu-HU.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.id-ID.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.it-IT.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.ja-JP.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.kk-KZ.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.ko-KR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.lt-LT.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.lv-LV.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.ms-MY.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.nb-NO.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.nl-NL.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.pl-PL.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.pt-BR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.pt-PT.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.ro-RO.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.ru-RU.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.sk-SK.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.sl-SI.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.sr-Latn-CS.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.sv-SE.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.th-TH.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.tr-TR.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.uk-UA.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.vi-VN.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.zh-CN.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.zh-TW.resx.
    2013-01-17 11:40:38: Removed file C:\inetpub\wwwroot\wss\VirtualDirectories\30240\App_GlobalResources\ReportServer.resx.
    2013-01-17 11:40:38: Removing Report Server web.config modifications
    2013-01-17 11:40:38: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\arhiva.contoso.com80\web.config
    2013-01-17 11:40:38: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\8080\web.config
    2013-01-17 11:40:38: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\80\web.config
    2013-01-17 11:40:38: web.config file located at C:\inetpub\wwwroot\wss\VirtualDirectories\30240\web.config
    2013-01-17 11:40:38: Modification id = {4BF557C5-93E2-411E-AD3A-1BE6B34E94D0}
    2013-01-17 11:40:38: Modification id = {088E34BE-48DE-4B26-803C-C716539F5479}
    2013-01-17 11:40:38: Modification id = {6CA3AD09-B8EB-4F35-A910-45B8D6536798}
    2013-01-17 11:40:38: Modification id = {6B6DEB41-2C48-4449-B46C-1A58E4AEB82D}
    2013-01-17 11:40:38: Modification id = {6EA5DA35-12E1-4049-988D-9ABE829FAC82}
    2013-01-17 11:40:38: Modification id = {6C1192EF-F140-41D2-94EB-A69443C88250}
    2013-01-17 11:40:38: Modification id = {596CD522-3C7E-4694-8E69-7BC7FB95952A}
    2013-01-17 11:40:38: Modification id = {2149C976-1CB3-4B4B-B4C3-4A66EBAA062F}
    2013-01-17 11:40:38: Modification id = {C8544353-1939-4249-BC8C-2A55D4184E07}
    2013-01-17 11:40:38: Modification id = {68C8F882-0C21-4190-9C85-EC9672BF8C16}
    2013-01-17 11:40:38: Modification id = {7739EC3A-0670-4887-A692-091B5789F5E7}
    2013-01-17 11:40:38: Removing DocIcon.xml file updates
    2013-01-17 11:40:38: Starting W3SVC service.
    2013-01-17 11:40:38: SSRSCustomActionError: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\bin\psconfig.exe return error code: -1
    The error from log 
    The local content service on this machine is online, so we will install the application content for the local content service
    01/17/2013 11:40:32  10  INF            Entering function ServiceHelper.TryToControlService
    01/17/2013 11:40:32  10  INF              Trying to stop the W3SVC service
    01/17/2013 11:40:32  10  INF              Entering function ServiceHelper.Stop
    01/17/2013 11:40:32  10  INF                Trying to stop service W3SVC and waiting 180 sec to do so
    01/17/2013 11:40:32  10  INF                service W3SVC is already Stopped
    01/17/2013 11:40:32  10  INF                stopping service W3SVC (it may already be stopped)
    01/17/2013 11:40:32  10  INF              Leaving function ServiceHelper.Stop
    01/17/2013 11:40:32  10  INF            Leaving function ServiceHelper.TryToControlService
    01/17/2013 11:40:32  10  INF            Entering function StringResourceManager.GetResourceString
    01/17/2013 11:40:32  10  INF              Resource id to be retrieved is ApplicationContentTaskPropagatingSharePointContent for language English (United States)
    01/17/2013 11:40:32  10  INF              Resource retrieved id ApplicationContentTaskPropagatingSharePointContent is Installing the SharePoint Web Application content files...
    01/17/2013 11:40:32  10  INF            Leaving function StringResourceManager.GetResourceString
    01/17/2013 11:40:32  10  INF            Entering function TaskBase.OnTaskNotify
    01/17/2013 11:40:32  10  INF              Creating the OnTaskNotify event for task applicationcontent
    01/17/2013 11:40:32  10  INF              Entering function TaskBase.FireTaskNotify
    01/17/2013 11:40:32  10  INF                Firing the OnTaskNotify event for task applicationcontent
    01/17/2013 11:40:32  10  INF                Entering function CommandLine.TaskNotifyEventHandler
    01/17/2013 11:40:32  10  INF                Leaving function CommandLine.TaskNotifyEventHandler
    01/17/2013 11:40:32  10  INF              Leaving function TaskBase.FireTaskNotify
    01/17/2013 11:40:32  10  INF            Leaving function TaskBase.OnTaskNotify
    01/17/2013 11:40:36  10  INF            Entering function ServiceHelper.TryToControlService
    01/17/2013 11:40:36  10  INF              Trying to start the W3SVC service
    01/17/2013 11:40:36  10  INF              Entering function ServiceHelper.Start
    01/17/2013 11:40:36  10  INF                Trying to start service W3SVC and waiting 180 sec to do so
    01/17/2013 11:40:36  10  INF                service W3SVC is Stopped, will try to start it
    01/17/2013 11:40:36  10  INF                starting service W3SVC (it may already be started)
    01/17/2013 11:40:37  10  INF              Leaving function ServiceHelper.Start
    01/17/2013 11:40:37  10  INF            Leaving function ServiceHelper.TryToControlService
    01/17/2013 11:40:37  10  ERR            Task applicationcontent has failed with an unknown exception 
    01/17/2013 11:40:37  10  ERR            Exception: System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    01/17/2013 11:40:37  10  INF            Entering function Common.BuildExceptionMessage
    01/17/2013 11:40:37  10  INF              Entering function StringResourceManager.GetResourceString
    01/17/2013 11:40:37  10  INF                Resource id to be retrieved is ExceptionInfo for language English (United States)
    01/17/2013 11:40:37  10  INF                Resource retrieved id ExceptionInfo is An exception of type {0} was thrown.  Additional exception information: {1}
    01/17/2013 11:40:37  10  INF              Leaving function StringResourceManager.GetResourceString
    01/17/2013 11:40:37  10  INF            Leaving function Common.BuildExceptionMessage
    01/17/2013 11:40:37  10  INF            Entering function Common.BuildExceptionInformation
    01/17/2013 11:40:37  10  INF              Entering function Common.BuildExceptionMessage
    01/17/2013 11:40:37  10  INF                Entering function StringResourceManager.GetResourceString
    01/17/2013 11:40:37  10  INF                  Resource id to be retrieved is ExceptionInfo for language English (United States)
    01/17/2013 11:40:37  10  INF                  Resource retrieved id ExceptionInfo is An exception of type {0} was thrown.  Additional exception information: {1}
    01/17/2013 11:40:37  10  INF                Leaving function StringResourceManager.GetResourceString
    01/17/2013 11:40:37  10  INF              Leaving function Common.BuildExceptionMessage
    01/17/2013 11:40:37  10  INF            Leaving function Common.BuildExceptionInformation
    01/17/2013 11:40:37  10  ERR            An exception of type System.NullReferenceException was thrown.  Additional exception information: Object reference not set to an instance of an object.
    System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.ApplyActionToXmlDocument(XmlDocument xdAction, XmlDocument xd, String sourceFileName, SupportedXmlDocutmentActions supportedActions)
       at Microsoft.SharePoint.Administration.SPAspConfigurationFile.MergeWebConfig(XmlDocument xdWebConfig, String fileMask)
       at Microsoft.SharePoint.Administration.SPWebService.ApplyApplicationContentToLocalServer()
       at Microsoft.SharePoint.PostSetupConfiguration.ApplicationContentTask.Run()
       at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
    Sorin Sandu

  • Test-spcontentdatabase error with claims authentictaion mode in sharepoint 2013

    I know this has been come up before but could not find any good answer so reposting . I am following Microfoft guide for upgrading Sp 2010 to Sp2013. Existing SP2010 sites use claims based authentication. I made backup of existing content database from
    SP2010 farm, copied them to SP2013 farm and restored on database server. Also  created web applications on SP2013 farm also using claims based authentication from UI in Central Administration .
    After that I used
    Test-SPContentDatabase cmdlet in order to check restored SP2010 content database against SP2013 web application and i am getting error
    Category        : Configuration
    Error           : False
    UpgradeBlocking : False
    Message         : The [SharePoint Primary - 443] web application is configured with claims authentication mode however the content database you are trying to attach is intended to be used against a windows classic authentication
    mode.
    Remedy          : There is an inconsistency between the authentication mode of target web application and the source web application. Ensure that the authentication mode setting in upgraded web application is the
    same as what you had in previous
                      SharePoint 2010 web application. Refer to the link "http://go.microsoft.com/fwlink/?LinkId=236865"
    for more information.
    Any idea on how to resolve and why am i getting this error ?
    Thanks
    MP
    mp

    Now at this point you can just attach the database to either web application and notice that it will still upgrade. If you want run the ps command: 
    convert-spwebapplication -identity
    http://nameofyourwebapp -to claims -retainpermissions
    which will update the
    web app and the users.  After that check the web application user policy for verification.  Make sure to add the
    spsuperreader and
    spsuperuser accounts too.  I had some issues where I had to re enter the site collection owners in CA and the site collection. 
    If you're getting a constant pop up for credentials I would check to make sure that the sites are "trusted" in IE through group policy and set it up with a wildcard (*) to cover all sites.  Ex: 
    http://*.yourdomainname.com
    Jennifer Knight (MCITP, MCPD)
    Thanks Jennifer - I ran into the same situation and agree with you this must be a bug. Seeing
    others having similar issue as well. Not seeing any response from Microsoft on this yet. 
    BlueSky2010
    Please help and appreciate others by using forum features: "Propose As Answer", "Vote As Helpful" and
    "Mark As Answer"

  • SSRS Integrated Mode and SSAS delegation issue

    We have setup SharePoint 2010 with SSRS 2008 R2 and all the Kerberos goodies to do delegation. However, we have a small issue that I believe is due to caching. We setup roles in the cube that restricts what a user can see. If we access the report in SharePoint
    with a user who belongs to the restricted role, everything is trimmed as expected. However, if we access the report immediately as the user who is not restricted they see the restricted data. If we wait a couple of minutes and do the same steps only switch
    which user goes first, unrestricted data is displayed. If we do an IIS/SSRS reset in between the two tests, everything works as expected. Where should I be looking for caching? SharePoint, SSRS, SSAS? Any ideas are welcome.

    You can check for instance caching on the report under the report execution propertes.  With instance caching disabled for a deployed report, each user shuld get a fresh copy of the report and see the results of a new query each time.Paul Turley, MVP, www.SQLServerBIBlog.com *Please vote if helpful*

  • 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

  • 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

  • SharePoint 2013 and Native Mode SSRS Web Parts

    SharePoint 2013 and SQL Server 2012 installation.  Trying to get the SSRS native mode web parts installed as per these instructions:
    http://msdn.microsoft.com/en-us/library/ms159772.aspx
    Have tried both via PowerShell and stsadm.  In both cases, get an error regarding "Failed to extract the cab file in the solution".  Have done this a bunch of times in SharePoint 2007 and 2010, is this solution no longer supported in
    2013 and if so, is there a supported way of integrating with SSRS in Native Mode for SharePoint 2013?

    OK, let me amend my statement a bit. 
    Found this article:  http:// social.msdn.microsoft.com /Forums/sqlserver/en-US/5b9de028-5b6a-47c7-8da8-793d1a78df55/error-with-sql-server-2012-rswebpartscab-for-sharepoint-2010
    Mind you, I was able to get the SQL Server 2012 version of RSWebParts.cab to install successfully on the SharePoint 2010 dev box in the environment, but figured that trying the SQL Server 2008 R2 version of RSWebParts.cab was worth a shot.  It worked
    (or at least it installed and I am able to add the web parts to pages).  Will post an update once I am able to test full web part functionality with an SSRS Native Mode server.
    So, what I can say from my testing:
    SQL Server 2012 version of RSWebParts.cab works (installs) for a SharePoint 2010 installation but not for a SharePoint 2013 installation.
    SQL Server 2008 R2 version of RSWebParts.cab works (installs) for a SharePoint 2010 installation and for a SharePoint 2013 installation.
    There is no update to RSWebParts.cab in SQL Server 2012 SP1 (at all, not in any part of it including the Reporting Services Add-In), the file is always 10/20/2012.
    So, as long as you are trying to integrate a SQL Server 2008 R2 SSRS Native Mode instance or lower on your SharePoint 2013 farm, there is a solution.  However, it will likely not work against a SQL Server 2012 SSRS Native Mode installation.  
    So, the amended statement is that:
    "The bottom line is that it *appears* that there currently is no supported version of the Native Mode (2.0) version web parts for SQL Server Reporting Services2012
    (RSWebParts.cab) for SharePoint 2013.  Therefore, there is currently no way to integrate SharePoint 2013 with a SQL Server Reporting Services
    2012 instance running in native mode."
    And, no, none of this really makes any sense in the least but that is what my testing shows.

  • Sharepoint 2013 and SSRS 2012 Integration - Report Server Content Types not displayed

    Hello, Everyone:
      I installed SSRS 2012 on our Sharepoint 2013 application server following the step-by-step instruction from the posting below:
      http://msdn.microsoft.com/en-us/library/jj219068.aspx
      Everything goes well after STEP 3 is completed.
      I did see the reporting services started and SSRS service application created.
      However, when I created a new site and tried to enable the predefined Reporting Services content types, I do not see the Shared data source (.rsds) files, report models (.smdl), and Report Builder report definition (.rdl) 3 types of files listed at
    all.
      Further more, when I go to the Provision Subscriptions and Alerts page, I keep getting a "SQL Server Agent state cannot be determined" error, even though the username and password provided is the admin user
    for the database.
      Any experience of what is wrong with the SSRS - Sharepoint integration? Please help!
    Tina

    Hello, Treavor:
      Now that the content types problem is resolved, I need to come back to the
    Provision Subscriptions and Alerts page.
      I guess I'm a little confused about what is being asked for the Provision Subscriptions and Alerts  page.
      The user I provided on the Provision Subscriptions and Alerts  page is my user-defined sysadmin role. And the page takes that.
      When I downloaded the SQL script, it was trying to give the automatically generated user "sa-SPDevContentAppPo" permission.
      Which user are we using to detect the SQL Server Agent?
      Thanks again!
    Tina

Maybe you are looking for

  • IPod Touch 3G not recognised by iTunes after update

    I recently updated iTunes to 11.1.4.62, but now, my (admittedly, rather old) 3G iPod Touch, isn't recognised by it at all. It charges fine through the computer, and is recognised by the computer, it's only iTunes that won't see it - I'm worried that

  • How to populate a field from database through personalization

    I need to populate value of a field from database on self service transaction web page. This field is not configured as EIT or SIT, nor available in seeded transaction.I need to know abt creating some item through personalization where i can write a

  • What is error code 8010 and how to fix it in windows 7

    Why do I get error code 8010 when I try and download in itunes on windows 7

  • Learning SD Module

    Hi Friends, though I am ABAPer, I want to learn the SD Module. Plz help in telling the useful links where I can get gud learning documents or plz tell me how to start with the basics of SD Module. Waiting for ur replies. Nishu

  • Backing up to external drive. Partial restore?

    I want to free up some space on my computers hard drive, and I was wondering if I can copy some purchased content to an external drive, and then restore it to the iTunes folder again later. Anyone know if this is OK? I know I can do it with the whole