SSRS 2012 integrated with Sharepoint 2013, subscription and impersonation

Hello,
We are configuring SSRS 2012 integrated with Sharepoint 2013. The reports are connecting to SSAS cubes via shared Datasources. We have defined user based roles and security in the cubes and would like to pass the effective username to the cubes when they
access data via reports.
Also we need to create subscriptions on these reports to run on either daily/weekly or monthly schedule and send email to a list of users.
How do we configure our Datasources on sharepoint so both could be acheived.
Our Database and Sharepoint are on different servers.
Thanks
Deepak

Hi Deepak
For your first question:
while configuring the datasource in SharePoint, check the option 'Set execution context to this account' in the settings. This will pass the effective user name to the cubes.
Thanks
Bala

Similar Messages

  • Issue with connection SSRS reportviewer control to SSRS 2012 integrated with SharePoint 2010...

    Hi,
    I have a .NET application that uses SSRS ReportViewer 2012 control to render reports deployed on SSRS 2012 integrated with SharePoint 2010. I am getting error "the report execution '' has expired or not found". The same code works when I connect
    to SSRS 2008 R2 integrated with SharePoint 2007. I investigated the issue and it seems the JavaScript that pings the SSRS server before it expires is missing from rendered HTML.
    Let me know if there is a way to fix this issue.
    following is the code:
    ASPX:
    <formid="form1"runat="server">
    <rsweb:ReportViewerAsyncRendering="true"  
    KeepSessionAlive="true"ID="test"runat="server"></rsweb:ReportViewer>
    <asp:scriptmanagerrunat="server"></asp:scriptmanager>
    </form>
    Code Behind:
    if(!IsPostBack)
    this.Session.Clear();
            test.Reset();
            test.ProcessingMode =
    ProcessingMode.Remote;
            test.KeepSessionAlive =
    true;
            test.ServerReport.ReportServerUrl =
    newSystem.Uri("https://webappname/_vti_bin/reportserver/");
            test.ServerReport.ReportPath =
    https://webappname/RS_Reports/REportEngineTest.rdl;
    ReportServerCredentialscred =
    newReportServerCredentials();
                test.ServerReport.ReportServerCredentials = cred;
    report server credentials:
    publicICredentialsNetworkCredentials
    get
    // Use default identity.
    returnnewNetworkCredential("user",
    "pwd",
    "domain");

    What's the meaning of webappname, are you mean the sharepoint site?
    I think this issue can be caused by the incorrect url. You can refer to the following link:
    http://msdn.microsoft.com/en-us/library/ms154497(v=sql.110).aspx
    Familyabc

  • Error while running SSRS 2012 report integrated with SharePoint 2013

    Hi,
    Our reporting services environment has SSRS 2012 integrated with SharePoint 2013. The SharePoint 2013 farm has 2 web front ends, 1 app server and a separate server for reporting services i.e SSRS 2012 .
    We have created a https web application in SharePoint 2013 and all the SSRS 2012 reports are deployed into a "Report Library" residing in its root site collection.
    The simple reports are running well. But there is a report where we have 3 multi-value parameters. On running this report in IE or Chrome, we get the error "Sys.WebForms.PageRequestManagerParserErrorException: The message received from the
    server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled. Details: Error parsing near ' <!DOCTYPE html PUB'."
    Some of the forums suggested to add the below entry in the web config of the SharePoint web app where the SSRS reports are deployed. We did that too, still the error is appearing. Please can anyone help .
    <appSettings>
    <add key="aspnet:MaxHttpCollectionKeys" value="100000" />
    </appSettings>
    Thanks

    Hi Surendra,
    I have tested on my local environment and the issue can be caused by the session time out ,the time out of the report precessing, database timeout,DataSet query execution timeout and so on.
    I would like to confirm that the refresh you have mentioned is the page refresh or the report reloading?
    Please reference to the setting below to don't limit the timeout values if you got the report reloading:
    Point to a report in the library.
    Click the down arrow, and select Manage processing options.
    In Processing Time-out, select Do not time out report processing or
    Limit report processing in seconds if you want to override that value with no time-out or different time-out values.
    If you got the session timeout that refresh the page, please reference to the setting in below article:
    http://msdn.microsoft.com/en-us/library/gg492284.aspx#bkmk_session_settings_section
    Details information in the article below about the timeout setting for your reference:
    Set Processing Options (Reporting Services in 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

  • SSRS 2012 report integrated with SharePoint 2013 issue :Report refreshing after some idle time

    we have SSRS 2012 report integrated with SharePoint 2013  , when we click on any toggle item after some idle time of 60 secs and try again to expand
    another toggle item then  complete report is getting refreshed and  if we are in child report it is redirecting to parent report. . we didn’t set any refreshing property at report level. I hope there will be some idle time setting at sharepoint site
    level.
    what we observed.
    1. there is no problem when we expand toggle items without any idle time.
    2. when we open the report and expand few toggles and keep idle for 60 seconds and try
    again to expand another toggle item then  complete report is getting refreshed (all toggle items are collapsing).
    3. If you keep idle for 60 minutes and if you didn’t do any action like expanding toggle
    items it is not refreshing.
    why it is happening and how to stop that complete refresh.
    Surendra Thota

    Hi Surendra,
    I have tested on my local environment and the issue can be caused by the session time out ,the time out of the report precessing, database timeout,DataSet query execution timeout and so on.
    I would like to confirm that the refresh you have mentioned is the page refresh or the report reloading?
    Please reference to the setting below to don't limit the timeout values if you got the report reloading:
    Point to a report in the library.
    Click the down arrow, and select Manage processing options.
    In Processing Time-out, select Do not time out report processing or
    Limit report processing in seconds if you want to override that value with no time-out or different time-out values.
    If you got the session timeout that refresh the page, please reference to the setting in below article:
    http://msdn.microsoft.com/en-us/library/gg492284.aspx#bkmk_session_settings_section
    Details information in the article below about the timeout setting for your reference:
    Set Processing Options (Reporting Services in 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

  • 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

  • Can Exchange 2007 to be integrated with SharePoint 2013

    Can Exchange 2007 to be integrated with SharePoint 2013?

    In the sense of using Incoming and Outgoing email, absolutely. But not for other things, like Site Mailboxes, which require Exchange 2013.
    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.

  • 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

  • Windows 7 with SharePoint 2013 Foundation and Visual Studio 2013

    Hi,
    I am begginer with Sharepoint 2013 Foundation. 
    My company installed Sharepoint 2013 Foundation on a virtual Server. I installed
    Visual Studio 2013 on my local computer. Also i created a developer site.
    Based on http://msdn.microsoft.com/en-us/library/office/jj220047(v=office.15).aspx#RDOverview I installed Office
    Developer Tools for Visual Studio 2013 on my local computer. 
    I am trying to remotely develop apps
    with Visual Studio 2013. In the option What SharePoint site do you want to use for debugging your App? i put the url
    of developer site.
    First of all, i had to choose if the apps will be SharePoint-hosted or Provider-hosted apps. Based on http://msdn.microsoft.com/en-us/library/office/fp142379(v=office.15).aspx and http://msdn.microsoft.com/en-us/library/office/fp142381(v=office.15).aspx,
    i decided to followed SharePoint-hosted because is the only type that applies to SharePoint 2013 Foundation.
    I followed the steps of http://msdn.microsoft.com/en-us/library/office/fp142379(v=office.15).aspx, which is the quide for How to:Create a basic SharePoint-hosted app. In Step 10 for deploy my app i get the following error: 
    Error occurred in deployment step 'Install app for SharePoint': Failed to install app for SharePoint. Please see the output window for details.
    What is the problem?
    Also, the visual studio need to be installed on the server where sharepoint was installed?
    Moreover, do I need app catalog for testing and deploy apps?
    thanks, Aphrodite

    Hi,
    According to your post, my understanding is that you have an issue about creating app.
    Per my knowledge, the issue is caused that you don’t configure the app catalog URLs from the central administration.
    It means that we should create an App site catalog site collection to hold our Apps.
    More reference:
    http://www.sharepoint-journey.com/app-development-in-sharepoint.html
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • SSRS reports integration with sharepoint 2010

    Hi Friends,
    Any one can u pls tell me what are the  prerequisites for integrating SSRS Reports with Sharepoint.
    This is the first time im going to integrate SSRS reports with Sharepoint. Any one pls help me on this.
    Thanks in advance.
    Regards,
    LuckyAbdul

    Hi LuckyAbdul,
    We can integrate Microsoft SQL Server Reporting Services with SharePoint Foundation 2010 or SharePoint Server 2010 by configuring a report server to run in SharePoint integrated mode. There are some prerequisites for integrating SSRS Reports with SharePoint,
    including Report server requirement, SharePoint Products and Technology requirements and Database server requirements in SQL 2008 R2.
    The Reporting Services Configuration Manager is no longer required or supported to configure and administer Reporting Services SharePoint mode in SQL 2012. Use SharePoint Central Administration to configure a report server in SharePoint mode.
    The configuration steps for this version you need to do in Reporting Services Configuration Manager and In Central Administration, please see the following articles:
    2008 R2:
    http://technet.microsoft.com/en-us/library/bb283190(v=sql.105).aspx
    http://sharepointtaskmaster.blogspot.in/2010/11/intergration-reporting-service-with.html
    2012:
    http://technet.microsoft.com/en-us/library/47efa72e-1735-4387-8485-f8994fb08c8c
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • 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

  • SSIS Integration With Sharepoint 2013

    Hello People,
    I'am trying to import data from SharePoint 2013 to SQL Server. For that I install a codeplex package to install some SharePoints features to have access to Data Flows from SharePoint:
    I already create the connections and insert the URL from my SharePoint. But When a click 'Ok' I'm having the follwing error:
    Error at Data Flow Task [GSD Iberia Foundation Support [1]]: System.ServiceModel.ProtocolException: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). 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 dir="ltr" class="ms-isBot" lang="en-US">
    <head><meta name="GENERATOR" content="Microsoft SharePoint" /><meta http-equiv="Content-type" content="text/html; charset=utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=10"
    /><meta http-equiv="Expires" content="Thu, 14 May 2015 15:24:14 GMT" /><meta name="msapplication-TileImage" content="/_layouts/15/images/SharePointMetroAppTile.png" /><meta name="msapplication-TileColor"
    content="#0072C6" /><link rel="shortcut icon" href="/_layouts/15/images/favicon.ico?rev=23" type="image/vnd.microsoft.icon" id="favicon" />
    <script type='text/javascript'>
    // <![CDATA[
    var url = window.location.href; var g_initUrl='';
    var hashSaverUrl = '';var keyName = 'MDSLoginAllowedUrl';var idx = url.indexOf('&' + keyName + '=');
    if (idx != -1) {
        var idx2 = url.indexOf('&', idx + 1);
        if (idx2 == -1)
            idx2 = url.length;
        hashSaverUrl = url.s'.
    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.Dispatcher.RequestChannelBinder.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.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoap.GetListAndView(GetListAndViewRequest request)
       at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoapClient.ListsService_ListsSoap_GetListAndView(GetListAndViewRequest request)
       at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoapClient.GetListAndView(String listName, String viewName)
       at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.Adapter.ListsAdapter.GetSharePointFields(String listName, String viewId)
       at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListServiceUtility.GetFields(Uri sharepointUri, NetworkCredential credentials, String listName, String viewName)
       at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.GetAccessibleSharePointColumns(String sharepointUrl, String listName, String viewName)
       at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.ValidateSharePointColumns()
       at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.Validate()
       at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostValidate(IDTSManagedComponentWrapper100 wrapper)
    Can you help me solving that problem?
    Thanks you!!!

    Hi SaQvL,
    Based on my test, we can use SSIS SharePoint List Adapters for SharePoint 2013.
    The following steps test in my environment are for your references:
    Download and Install SharePointListAdaptersSetup.msi or SharePointListAdaptersSetup_x86.msi.
    Right-click the SSIS Toolbox pane to Refresh Toolbox, then we can see SharePoint List Source and SharePoint List Destination under Common group.
    Create a SharePoint connection as SharePoint Credential in the package.
    Double-click SharePoint List Source or SharePoint List Destination to open the dialog box.
    Select the SharePoint Credential as Connection Manager in the Connection Managers pane.
    In the Component Properties pane, paste the URL for the SharePoint site into the SiteUrl (exclude anything from the word Lists onward in the URL)
    Example: if your SharePoint site URL for Lists is
    http://sp2k13/sites/report/Lists/11/AllItems.aspx
    then type http://sp2k13/sites/report as SiteUrl, type 11
    as SiteListName, type All Items as SiteListViewName.
    Finishing the mapping in the Column Mappings pane.
    The following screenshot is for your reference:
    Reference:
    How To Use a SharePoint List as a Data Source in your SSIS Package
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • 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

  • Integrate Workday and ServiceNow applications with SharePoint 2013 online

    Hello, we have to integrate Workday and ServiceNow applications with SharePoint 2013 online and need to display data from these applications
    to SharePoint 2013 intranet site. 
    Any information about the integration of Workday and ServiceNow applications with SharePoint 2013 would be greatly appreciated. Thanks!
    Regards,
    Shailendra 

    Hi Shailendra,
    I searched a lot, there seems very few information from internet and internal about this topic, I'm not familiar with Workday and ServiceNow applicaitons, I would recommend you may post in the following community sites(which should be offcial
    sites) for a better assistance regarding the integration questions between Workday and ServiceNow and SharePoint Online(O365).
    https://community.servicenow.com/thread/174050
    https://community.workday.com/
    http://community.office365.com/en-us/f/154.aspx
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SharePoint 2013 Enterprise and SQL Server 2012 Standard edition vs. Enterprise - feature question

    I can't seem to find any clear answers to the implications of installing SQL Server 2012 standard edition vs. enterprise in regards to SharePoint 2013. 
    I understand that to get many of the features you need Enterprise edition of SQL 2012; but, what I can't figure out is if the backend SharePoint SQL 2012 is standard; but, the PowerPivot/SSRS server is Enterprise will we still get the features?
    If we have 3 tier SharePoint farm, one of those tiers is for the SQL Server database backend.  If that SQL instance is 2012 standard and we add another server to the farm w/ SQL 2012 Enterprise to handle the tabular models, PowerPivot, and SSRS in integrated
    mode will we still get the features?
    Or, can we (should we) install Enterprise 2012 as the SharePoint database backend and let that instance triple down as also the PowerPivot and SSRS instance?
    The Degenerate Dimension

    Hi MMilligan,
    SQL Server 2012 Standard is not supported PowePivot for SharePoint . In addition, SQL Server 2012 Standard is also not support some Reporting Services Features.
    For more information, please refer to Features Supported by the Editions of SQL Server 2012:
    http://msdn.microsoft.com/en-us/library/cc645993.aspx.
    Install SQL Server BI Features with SharePoint 2013 (SQL Server 2012 SP1):
    http://msdn.microsoft.com/en-us/library/jj218795.aspx.
    If you have any problem, please feel free to let me know.
    Thanks.
    If you have any feedback on our support, please click
    here.
    Maggie Luo
    TechNet Community Support

  • Disappearing disk space Windows Server 2012 R2 with SharePoint Server 2013 Enterprise

    I've got an interesting problem with a virtual machine in our VMWare environment.  It is Windows Server 2012 R2 with SharePoint Server 2013 Enterprise installed.  I started out with a 60GB disk and it started running out of space, so I increased
    it in VMWare and extended the partition to 100GB.  Well, that lasted for a bit and so I extended it again.  I've done this 3 or 4 times and now I've got a 160GB disk with about 2-3GB of space remaining (and it started with 10GB remaining). 
    WinDirStat shows 105GB of <Unknown> space being used, which is probably my issue.  However, I can't determine what this is and it keeps growing like a tapeworm.  The context menu on the <Unknown> files has all the options disabled,
    so WinDirStat doesn't appear to have access to whatever the file(s) is/are.  I've performed several chkdsk /f on the C: drive and nothing bad is reported.  I don't have any restore points and am not running VSS (that I'm aware of).  The pagefile
    reports as being about 4.9GB, so that's not the issue.  No large files are shown anywhere and my explorer settings are set to show me all files, including system files.
    When I try to run WinDirStat with elevated permissions, it hangs and becomes unresponsive. 
    I've even resorted to running CCleaner to see if it found anything, but it simply found the standard temp files and such...about 1GB. 
    I'm pulling my hair out...and I don't have much to start with.  Anyone have any ideas?
    Thanks
    Russ

    It appears that somehow, Microsoft Fusion Assembly binding logging was turned on and many of the temp folders located at c:\users\username\AppData\Local\Microsoft\Windows\InetCache\IE were filling up with hundreds of thousands of Fusion HTM log files. 
    This is controlled by an entry in the registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion\ForceLog which was set to 1.  Hopefully, setting it back to zero will fix the issue.  As a result of figuring this out, I have recovered almost 80GB of disk
    space occupied by the log files.
    I thought WinDirStat would show me what I needed to know, but it turns out TreeSize (which I've used in the past) works much better.
    Russ

Maybe you are looking for

  • How do I get old email addresses to stop popping up on my iPhone?

    When typing email, if I am typing an address for someone who has since had a new address, the old address still pops up as an option when prepopulating suggestions. For instance, if my old address was [email protected] and is now [email protected], t

  • How do you get your music from your ipod on to your computer

    how do you get the music on your ipod on to your itunes account. i just installed itunes on my new laptop how do i get everything that is on my iopd on to my itunes account?

  • How do you change application used to play streaming file?

    I can change the application used to open a file directly on my computer by going to the Get Info for the file. However, I am trying to get a streaming file to play using QuickTime instead of Real Player (it's a SDP file from a Darwin Streaming Serve

  • Converting ReCycle Files into EXS

    When using the EXS editor to convert REX files, is it necessary to have ReCycle installed? I have some REX files but dont have ReCycle. Whenever I goto Instrument > ReCycle Convert in the EXS editor all the options are greyed out. Is it even possible

  • Brasero can't run: error while loading libcamel-1.2.so.13

    When i try to run Brasero i receive this error on terminal: brasero: error while loading shared libraries: libcamel-1.2.so.13: cannot open shared object file: No such file or directory