Using AD EmployeeID in a SSRS query in SharePoint 2013

I have successfully installed SSRS 2012 in SharePoint 2013 and have used it to query a SQL database and build a report. Now, I'd like to query only for the data associated only with to the currently logged-in SharePoint user's EmployeeID. The database
holds a field called EmpID, which I have exported into the EmployeeID field in Active Directory, and sync'd into SharePoint through the User Profile service. The SQL database being queried has no other connections to Active Directory.
If the query is simple, i.e., Select * from Emp where EmpID=<user's EmployeeID> , how do I pass EmployeeID into the query from the SharePoint User Profile?
This is my first SSRS project, so please be descriptive!

Hi AltonBay, Not sure, I understood your query. If your empid is the logon is to windows login, I think samAccountName should be the one you need to map.
Please refer the below link for mapping:
http://social.msdn.microsoft.com/Forums/en-US/10815275-28b9-4075-a707-6896e9b54eae/select-first-row-from-multivalued-field-in-active-directory?forum=transactsql

Similar Messages

  • Deploying SSRS Reports to SharePoint 2013 Result in Error

    We are trying to deploy SSRS reports developed in VS 2012 to SharePoint 2013.  Whenever any user deploys the report, they receive the following error. 
    Error 1
    Report Server has encountered a SharePoint error. ---> 
    Microsoft.ReportingServices.Diagnostics.Utilities.SharePointException: Report Server has encountered a SharePoint error. ---> 
    Microsoft.SharePoint.SPException: The list item could not be added or updated because duplicate values were found in one or more fields in the list. ---> 
    System.Runtime.InteropServices.COMException: The list item could not be added or updated because duplicate values were found in one or more fields in the list.
    Has anyone received this error and know of a solution?
    Thanks in advance for your assistance.

    Hi jbud55,
    According to your description, my understanding is that there is an error when you deployed SSRS via to SharePoint 2013.
    This error displays that there is a column that does not allow duplicate value in the list. So, please check the list columns.
    In addition, as this issue related to SSRS, you can also create a new thread on SQL Reporting Serivces forum, more experts will assist you with SSRS.
    SSRS forum:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=sqlreportingservices
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Use single realm for multiple web applciation in sharepoint 2013 and adfs 2.0

    Use single realm for multiple web applciation in sharepoint 2013 and adfs 2.0
    Please help!!

    I dont think you can do this, because you have to name/url of the web application in realm. You have to add new realm for each web application.here is script to add another realm.
    Add-PSSnapin "Microsoft.SharePoint.PowerShell"
    $sts = Get-SPTrustedIdentityTokenIssuer | where {$_.Name -eq "ADFS2.0"}
    $uri = new-object System.Uri("http://url/")
    $sts.ProviderRealms.Add($uri, "urn:sharepoint:Name")
    $sts.Update();
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Join two list with condition using caml query in SharePoint 2013 with client object model

    Hi,
    Want to join two list to get all fields from both list.
    Am new to sharepoint and sharepoint 2013. Am working in sharepoint 2013 online apps. Am using context.executeQueryasync to load list and get items from list. Am able to get items from single list with caml query, but not able to get both list field values
    with joins.  I did lot of surfing..but not..
    Below is my code..
    ListName1 : "AssignedTasks"
    ListName2 : "Tasks"
     var assignedQueryTest = "<View><Joins><Join Type='INNER' ListAlias='Tasks'><Eq><FieldRef Name='TaskId' RefType='Id'/><FieldRef List='Tasks' Name='ID' /></Eq></Join></Joins>"
                    + "<ViewFields><FieldRef Name='TitleValue' /><FieldRef Name='ActionItemsValue' /></ViewFields>"
                    + "<ProjectedFields>"
                    + "<Field Name='TitleValue' Type='Lookup' List='Tasks' ShowField='Title' /><Field Name='ActionItemsValue' Type='Lookup' List='Tasks' ShowField='ActionItems' />"
                    + "</ProjectedFields>"
                    + "</View>";
                   var web = context.get_web();
                    var list = web.get_lists().getByTitle("AssingedTasks");
                    var myQuery = new SP.CamlQuery();
                    myQuery.set_viewXml(assignedQueryTest);
                    var myItems = list.getItems(myQuery, "Include(TitleValue,ActionItemsValue)");
                    context.load(myItems);
                    context.executeQueryAsync(function () { if(myItems.get_count()>0){....}
    }, errorCallback);
    Here am able to get "AssignedTasks" list field values but not able to get "Tasks" list field values. 
    Can you please help me to resolve the issue. Or new idea for join. I have add the condition also in the query.
    If anybody have good sample, please provide.
    Thanks,
    Pariventhan
    Pariventhan.S

    Hi Pariventhan,
    I don't know about join but I have a workaround of this problem.
    Declare one variable (itemcollection) globally. Load all the items "AssignedTasks" using context.load.
    In the success method call another CAML query using <IN> tag of the ID of the items from the second list (Assuming you have look-up column of the ID of the first list to the second list).
    If this is not clear to you then please let me know. If possible then I can provide code sample.
    Thanks,
    Aniruddha

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

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

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

  • Configuring SSRS reports in SharePoint 2013

    Hi friends
    how to configure reporting service in SharePoint 2013 with sql server 2008 R2
    in my developer server SharePoint 2013 is installed with sql server 2008 R2 SP1
    i am facing problems while configuring SSRS with SharePoint 2013 
    please help me to figure-out this problem  

    what exactly is the problem you are facing when you configure the reports. But your SQL server build it not supported
    http://msdn.microsoft.com/en-IN/library/gg492257.aspx
    pported Combinations
    Report server
    Add-in
    SharePoint version
    Supported
    1
    SQL Server 2014
    SQL Server 2014
    SharePoint 2013
    Yes
    2
    SQL Server 2014
    SQL Server 2014
    SharePoint 2010
    Yes
    3
    SQL Server 2012 SP1
    SQL Server 2014 and SQL Server 2012 SP1
    SharePoint 2013
    Yes
    4
    SQL Server 2012 and SQL Server 2012 SP1
    SQL Server 2014
    SharePoint 2010
    Yes
    Exception: Power view integration is not supported.
    5
    SQL Server 2012
    SQL Server 2012
    SharePoint 2010
    Yes
    6
    SQL Server 2008 R2
    SQL Server 2014
    SharePoint 2010
    Yes
    7
    SQL Server 2008 R2
    SQL Server 2012 and SQL Server 2012 SP1
    SharePoint 2010
    Yes
    8
    SQL Server 2008 R2
    SQL Server 2008 R2
    SharePoint 2010
    Yes
    9
    SQL Server 2008 R2
    SQL Server 2008 SP2
    SharePoint 2007
    Yes
    10
    SQL Server 2008 SP2
    SQL Server 2008 R2
    SharePoint 2010
    Yes
    11
    SQL Server 2008 SP2
    SQL Server 2008 and SQL Server 2008 SP2
    SharePoint 2007
    Yes
    For more information on Reporting Services features and report server modes, see
    Reporting Services Report Server.
    http://gokanx.wordpress.com/2013/12/22/sql-2008r2-sp1-reporting-services-for-sharepoint-2013-is-not-supported/
    No choice we have to migrate to SQL Server 2012. The SQL Server 2012 SP1 version of the add-in and report server, add support for SharePoint Server 2013
    QL Server 2008 R2 is server + Cal or Processor bases
    Standard = $7,499 to $29,996
    Enterprise = $28,749 to $229,992.
    SQL Server 2012 User Server + Cal or Core-Based
    Standard = $7,171 to $28,688
    Enterprise = $13,748 to $137,480
    SQL Server 2012 doesn’t cost more than SQL Server 2008 R2 but we have to admit that it contains a high number of significant new features. For the same price we can have a lot of more features in SQL and SharePoint! So if you want to use BI for SharePoint
    2013;
    If this helped you resolve your issue, please mark it Answered

  • If Condition in Keyword Query Language (SharePoint 2013 Search Results)

    Hi All,
    Can we have an "If" condition in Query text box in SharePoint 2013 Search results page. For example, i want to hide all list items whose
    status is "HideItem" from appearing in search results?
    I am trying this: {?{searchTerms} (contentclass:STS_ListItem -ListItemStatus:"HideItem")}
    But, this hides all items like aspx pages, pdf's, docs and displays only list items. 
    Similarly, hide pages of some name like: AllItems.aspx, ViewDetails.aspx, AllAssets.aspx 
    {?{searchTerms} (contentclass:STS_ListItem_850 -filename:"AllItems.aspx")} 
    Any help would be great. Thanks in advance.

    Thanks Steve. I found this solution after a bit of struggle :).
    Also, date comparision is not working as expected. 
    {?{searchTerms} NOT(contentclass:STS_ListItem AND ListItemStatus:"HideItem" AND
    PublishDate<{Today})} is not working and throwing syntax error.
    I don't see any solid reference to KQL syntax except this msdn link.
    Can you please suggest any good material on KQL syntax ?
    Thank you once again.

  • Third Party Solution that allows Azure AD Group Augmentation and People Picker query in SharePoint 2013

    Hi Guys,
    It would be very helpful to me if anyone can share any 3rd party solution for the above feature?
    I found a solution http://azurecp.codeplex.com/ which is really a very good solution and does what I want. As this is a critical requirement to my SharePoint, there needs a certain level of support (or call it Official Support) which is more justifiable
    at management level. Hence, please share if you happen to know one please.
    Cheng

    Hi,
    As you said, AzureCP is third party solution, this is third party tools.
    https://azurecp.codeplex.com/releases/view/125008
    Please Note: The third-party product discussed here is manufactured by a company that is independent of Microsoft. We make no warranty, implied or otherwise, regarding
    this product's performance or reliability.
    Please refer to the following articles about intergrating sharepoint 2013 with Azure Active Directory:
    Integrating SharePoint 2013 with Azure Active Directory – Part 1 Configuration
    http://blogs.technet.com/b/speschka/archive/2013/05/10/integrating-sharepoint-2013-with-azure-active-directory-part-1-configuration.aspx
    Using Microsoft Azure Active Directory for SharePoint 2013 authentication
    http://technet.microsoft.com/en-us/library/dn635311(v=office.15).aspx
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Use Date Filter WebParts for Date Range In Sharepoint 2013

    Hi,
    Can someone please explain how to use the Date Filter WebParts in Sharepoint 2013 to act as a Date Range. Myrequirement is exactly like in the link
    Date Filter but this is not working on Sharepoint 2013 Designer. I am unable to edit a webpart page in Designer, add and configure these webparts.
    Request you to please help!!

    Now/Today probably isn't supported because it simply cannot work the way most people (including myself) would like for it to work.  The calculation only executes when an item is created or updated.  It does not recalculate when you view or retrieve
    the value (say through a workflow) from the field.  Because of this, "Today" would be misleading as it doesn't really mean today, but the last time the field was recalculated (created/updated).
    If the recalculation occurred each time the field was accessed or viewed, that would be of tremendous benefit.

  • How to create a SSRS report with SharePoint 2013 team site's calendar?

    Hi I have sp13 and SQL Data Rool (that brings up VS Shell 2010).
    I need to build a report where the top part is to have a SP Team site's calendar for up coming week. The 2nd half would be a table with data from that same site.  This report would then need to be embedded in a email that automatically sent to several
    users  on weekly basis.
    I have the table data report created form the SP list.  How can I get the calendar(display as a calendar that I see in the team site) on to the top part of this report? 
    Thank you.

    Please follow this article to write SSRS reports with data source as SharePoint list/calendars etc. All document libraries, list and calendars are derived from base list class so you can use any of this type as a data source
    http://www.mssqltips.com/sqlservertip/2068/using-a-sharepoint-list-as-a-data-source-in-sql-server-reporting-services-2008-r2/
    Once your SSRS report is developed, you have multiple ways to show it in SharePoint
    - upload to SSRS server and show in sharepoint in a page viewer web part or simply open it as a link in new window
    - configure SharePoint environment with integration to SSRS and upload report to SharePoint library. Display report in a web part page using SSRS web part.
    Moonis Tahir MVP SharePoint,MCTS SharePoint 2010/2007, MCPD.net, MCSD.net, MCTS BizTalk 2006,SQL 2005

  • SSRS 2012 sp1 + sharepoint 2013 error

    This error occur  when try open my firt report each day i'm click back retry then report work sombody have some idea
    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;;}
    -->

    this is my correlation ID error and APP event error too
    i'm verry apprciate your help
    Timestamp               Process                                
     TID    Area                           Category                     
     EventID Level      Message  Correlation
    10/29/2013 22:23:04.07  w3wp.exe (ZZSP13WEB1:0x11A8)             0x0704 SharePoint Foundation          Authentication Authorization   agb9s Medium Non-OAuth
    request. IsAuthenticated=True, UserIdentityName=0#.w|rcmp\fb02, ClaimsCount=150 8b95519c-ff38-30f7-bb4d-c4b6d85b8964
    10/29/2013 22:23:04.09  w3wp.exe (ZZSP13WEB1:0x11A8)             0x0704 SharePoint Foundation          General                      
     adelw Medium Culture Not Found 'ui-ui'. 8b95519c-ff38-30f7-bb4d-c4b6d85b8964
    10/29/2013 22:23:04.09  w3wp.exe (ZZSP13WEB1:0x11A8)             0x0704 SharePoint Foundation          Topology                     
     e5mc Medium WcfSendRequest: RemoteAddress: 'http://zzsp13app2:32843/e1d00f29efec407a998970c511c64ad8/ReportingWebService.svc' Channel: 'Microsoft.ReportingServices.ServiceContract.IReportServiceManagement' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Management/get_IsWebServiceEnabled'
    MessageId: 'urn:uuid:909fa3f2-5453-46e6-becd-34f340c9855a' 8b95519c-ff38-30f7-bb4d-c4b6d85b8964
    10/29/2013 22:23:04.11  w3wp.exe (ZZSP13WEB1:0x11A8)             0x0704 SQL Server Reporting Services  Service Application Proxy      00000 Monitorable Notified
    the load balancer and raising RecoverableException for exception: 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;}  fi... 8b95519c-ff38-30f7-bb4d-c4b6d85b8964
    10/29/2013 22:23:04.11* w3wp.exe (ZZSP13WEB1:0x11A8)             0x0704 SQL Server Reporting Services  Service Application Proxy      00000 Monitorable ...eldset{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-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.HttpChannelF... 8b95519c-ff38-30f7-bb4d-c4b6d85b8964
    10/29/2013 22:23:04.11* w3wp.exe (ZZSP13WEB1:0x11A8)             0x0704 SQL Server Reporting Services  Service Application Proxy      00000 Monitorable ...actory`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, Bool... 8b95519c-ff38-30f7-bb4d-c4b6d85b8964
    10/29/2013 22:23:04.11* w3wp.exe (ZZSP13WEB1:0x11A8)             0x0704 SQL Server Reporting Services  Service Application Proxy      00000 Monitorable ...ean
    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.get_IsWebServiceEnabled()     at Microsoft.ReportingServices.SharePoint.SharedService.Client.ReportingWebServiceApplicationProxy.<>c__DisplayClass8`1.<ExecuteOnApplication>b__6(IReportSe... 8b95519c-ff38-30f7-bb4d-c4b6d85b8964
    10/29/2013 22:23:04.11* w3wp.exe (ZZSP13WEB1:0x11A8)             0x0704 SQL Server Reporting Services  Service Application Proxy      00000 Monitorable ...rviceManagement
    proxy, Int32 dummy)     at Microsoft.ReportingServices.SharePoint.SharedService.Client.ReportingWebServiceApplicationProxy.ExecuteOnChannel[T](String siteUrl, String xmlNamespace, Action`2 method, IChannel channel, Int32 maxFaultSize)    
    at Microsoft.ReportingServices.SharePoint.SharedService.Client.ReportingWebServiceApplicationProxy.HandleExecuteOnChannel[T](String siteUrl, String xmlNamespace, Action`2 method, SPServiceLoadBalancerContext loadBalancerContext). 8b95519c-ff38-30f7-bb4d-c4b6d85b8964
    10/29/2013 22:23:04.11  w3wp.exe (ZZSP13WEB1:0x11A8)             0x0704 SharePoint Foundation          Topology                     
     8313 Critical A failure was reported when trying to invoke a service application: EndpointFailure Process Name: w3wp Process ID: 4520 AppDomain Name: /LM/W3SVC/835218178/ROOT-1-130275173430078943 AppDomain ID: 2 Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:e1d00f29efec407a998970c511c64ad8#authority=urn:uuid:bd62612da93a49fc8b14da70fadb9b48&authority=https://zzsp13app1:32844/Topology/topology.svc
    Active Endpoints: 1 Failed Endpoints:1 Affected Endpoint:
    http://zzsp13app2:32843/e1d00f29efec407a998970c511c64ad8/ 8b95519c-ff38-30f7-bb4d-c4b6d85b8964
    10/29/2013 22:23:04.11  w3wp.exe (ZZSP13WEB1:0x11A8)             0x0704 SharePoint Foundation          General                      
     aat87 Monitorable  8b95519c-ff38-30f7-bb4d-c4b6d85b8964
    10/29/2013 22:23:04.11  w3wp.exe (ZZSP13WEB1:0x11A8)             0x0704 SharePoint Foundation          Monitoring                   
     b4ly Medium Leaving Monitored Scope (Request (GET:http://portail13:80/rapports/_layouts/15/ReportServer/RSViewerPage.aspx?RelativeReportUrl=/Rapports/Rapport/RHR226.rdl&rv:ToolBarItemsDisplayMode=223&RV:HeaderArea=NONE&ParamMode=Collapsed&rp:Qui=Moi)).
    Execution Time=41,6828116422618 8b95519c-ff38-30f7-bb4d-c4b6d85b8964
    A failure was reported when trying to invoke a service application: EndpointFailure
    Process Name: w3wp
    Process ID: 12240
    AppDomain Name: /LM/W3SVC/835218178/ROOT-1-130283479517366478
    AppDomain ID: 2
    Service Application Uri: urn:schemas-microsoft-com:sharepoint:service:e1d00f29efec407a998970c511c64ad8#authority=urn:uuid:bd62612da93a49fc8b14da70fadb9b48&authority=https://zzsp13app1:32844/Topology/topology.svc
    Active Endpoints: 1
    Failed Endpoints:1
    Affected Endpoint: http://zzsp13app2:32843/e1d00f29efec407a998970c511c64ad8/

  • SSRS deployment in Sharepoint 2013 FARM

    When I was deploying SSRS in my SP2013 QA environment with 4 servers (2 App and 2 WFE) , I deployed it on 1 Application server (that has CA)  and on completion, the SSRS Site Collection Features  were missing in the farm. Deployed on
    the other App server and both WFE and now SSRS Site Collection Features  is available. I have not found any Microsoft document that indicated on which servers to install SSRS in a FARM.
    I am now planning PROD SP2013 Farm deployment where I have 2 App servers and 2 WFE. Do I install SSRS on all 4 servers or just the App Servers or just the WFE servers ? Is it needed on all 4 servers in the farm?
    SQL server instance supporting the SharePoint Farm is on a SQL server, and  not on any of the servers in the Farm.
    Thanks
    MP

    You only need the SSRS Service installed on a single server in the farm. You do need to deploy the SSRS Add-in that matches your SSRS service to all of the other farm members, though (http://msdn.microsoft.com/en-us/library/gg492257.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.

  • SharePoint 2013 and SSRS

    Hi,
    We have ssrs reports in SharePoint 2013. Once ssrs reports deployed to sharepoint, will they run at sharepoint side or ssrs side, when the user retrieves specific data using filters.
    We are having performance issues, trying to trouble them.
    Performance issues
    -Getting connection time out issues
    -Reports are taking long time, once they deployed to SharePoint.
    How to figure out the SSRS server, which is in sharepoint 2013?
    Any replies will be highly appreciated.
    Cheers, R.

    Hi,
    As this question is more relate to SQL Server Reporting Services, I suggest you post it to the corresponding forum, you will get more help and confirmed answers there.
    http://social.technet.microsoft.com/Forums/en-US/home?forum=sqlreportingservices
    Best regards
    Patrick Liang
    TechNet Community Support

  • SSRS with SharePoint 2013 Integrated and Claims

    I have been reading a number of sources for SQL Server 2012 SSRS and I can't quite seem to get a straight answer about this.  Does SSRS support SAML Token Claims? or does it still require the C2T conversion (which effectively requires a windows account
    to work)?  The reason we ask is that they have other uses for SharePoint and would prefer to not go too far outside the box with the identity provider, but still do not want to stand up an externally facing AD.

    Hi Kpvuppala,
    From the Reporting Services Clients do not support LiveID or SAML Claims Authentication section of the
    Claims Authentication and Reporting Services document, we can see that:
    The Reporting Services client applications: Report Builder, the Report Designer in Business Intelligence Development Studio, and Management Studio do not support connecting and authenticating with LiveID or SAML Claims based SharePoint Web applications.
    The clients can work with other forms of Claims Authentication because they use the Reporting Services authentication endpoint. The endpoint allows the clients to communicate to SharePoint through the same components used by ASP.NET forms authentication. SAML
    Claims and LiveID authentication work differently and are not supported by the Reporting Services clients.
    There is no official document on this topic for SSRS 2012 and SharePoint 2013. Although it is for SSRS 2008 R2 and SharePoint 2010 products, I think it applies to SSRS 2012 and SharePoint 2013 as well. The SAML Claims authentication may not use Reporting
    Services authentication endpoint still.  
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • How can I use the Outlook 2010 social connector to connect to a Sharepoint 2013 mysite?

    Hello Forumfriends!
    We have recently (like, last Weekend) migrated our Sharepoint 2010 Farm to SharePoint 2013 and we have started using mysites.
    Now, there is a nice featur in Outlook 2010, the social connector. This connector connects nicely to SharePoint 2010 mysite (it does, I have tested myself).
    Unfortunately, I seem to be unable to connect to my new SharePoint 2013 mysite with my Outlook 2010 Client.
    Can anyone help me with this?
    In SharePoint 2010 I configured the social connector using the URL
    http://mysitehost/my. When I do the same with my SharePoint 2013 mysite it says "Could not connect to Server"
    We are not using Office 365 and no, we will not rollout Outlook 2013.
    Regards,
    Jack

    Hi Jack,
    According to your description, my understanding is that you could use Outlook 2010 social connector to connect a SharePoint 2013 MySite.
    The OSC makes Outlook 2010 a social networking tool by connecting to the new social experiences in SharePoint 2010. That connection allows the OSC to download activity feeds for colleagues and display them inside the new People Pane.
    When using Outlook 2013 Social Connector connecting to SharePoint 2013, Outlook calls /_layouts/15/ActivityFeed.aspx with parameter (destination user email) to sync updates. However, it is likely that Outlook 2010 cannot recognize SharePoint 2013 newsfeed.
    So, for solving your issue, I suggest you use Outlook 2013 Social Connector to connect a SharePoint 2013 MySite.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • Change status for 18 million messages in the Integration Engine

    Hello there! I have the following situation and I wonder that maybe you could help. Currently I have more than 18 million messages for the BC_XMB object in the Integration Engine for a BI System (connected to a PI system). The problem here is that th

  • Reader XI Event ID 1000 on Module AGM.dll

    Hello, I have Adobe Reader XI installed on a Windows Server 2008 R2 / Citrix XenApp 6.5 server.  If I open the program and then browse to a PDF, it will open fine.  However, if I try to open a PDF by double-clicking it, or right clicking it and selec

  • Instant Client Installation problems

    I am trying to install the 10g Instant Client to connect to our Oracle database via ODBC in Windows. I have downloaded the Instant Client Basic and the ODBC packages and put them into one folder on my hdd, ran the odbc_install.bat and added the folde

  • [Solved] dhcpcd times out, fails

    i686 kernel 3.6.6-1 dhcpcd 5.6.2 desktop xfce My ethernet card is a Rhine II VT6102 rev 74 and the driver is via_rhine. Today I installed xscreensaver and immediately lost my network connection.  So far I have tried the following without success: kil

  • Count individual conditions

    I am trying to count the number of ID who complete a specific count of UNITS in a certain time frame I want to count how many IDs have complete all 4 Units of each discipline. (see below for desire output) Conditions PERIOD: Has to be enrolled in any