Orginization Chart web part seeing duplicate users

Doing a People search, then viewing their profile, the Org Chart shows a persons name twice
The user does not have a My Site.
No duplicates in User Profile Service.
User was not migrated.
People Search shows one result.
2 Accounts in Active Directory. One is disabled.
Clicking on each of them shows a different url path.
/Person.aspx?accountname=EUR%5Chm018512
/Person.aspx?accountname=EUR%5Chm011634
NOTE: Clicking on 011634 url link does nothing.
Any fixes to this one? Thoughts?
Chris

Disabled user accounts appear by default I believe. You can get around this by configuring the synchronisation settings in the UPS and setting up a exclusion filter.
This kb article gives a good set of guidelines on how to achieve this
http://support.microsoft.com/kb/827754/en-gb
Steven Andrews
SharePoint Business Analyst: LiveNation Entertainment
Blog: baron72.wordpress.com
Twitter: Follow @backpackerd00d
My Wiki Articles:
CodePlex Corner Series
Please remember to mark your question as "answered" if this solves (or helps) your problem.

Similar Messages

  • Enterprise web parts for Standard users

    Hi,
    We have scenario where a customer does not currently have budget to provide all users with Enterprise CALs, and thus we have this question...
    In their SharePoint Online environment, if you have a user with an Enterprise (E3) CAL build a page with a bunch of enterprise web parts, such as content search web parts, will a user with a Standard (E1) CAL be able to see that content?
    I haven't been able to find any information like this on the web yet, so if you have any information I would greatly appreciate it.
    Thanks

    Hi Ghecko,
    Per this similar post, yes it seems that the content search webparts created in a page by E3 users would be able to be seen by E1 users in SharePoint Online environment, meanwhile, I would recommend you post
    this question in our dedicated O365 SharePoint Online forum for more accurate information from the following link.
    http://community.office365.com/en-us/f/154/t/287168.aspx
    http://community.office365.com/en-us/f/154.aspx
    Thanks,
    Daniel Yang
    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]
    Daniel Yang
    TechNet Community Support

  • Error in Creating a Chart Web Part Connected to a List-Column named "" already belongs to this DataTable

    Hi,
    I am trying to create a Chart Web Part that is connected to a list. 
    I inserted a Chart Web Part on the page.
    In Step 1, I chose, Connect to a List.
    In Step 2, I chose the List, "QPAPForm"
    After I connect to the list (QPAPForm), and I get to step 3 to Retrieve and Filter Data, I have the following error message:  "Please correct the following: A column named "Update Policy Tasks" already belongs to this Data Table.
    "Update Policy Tasks" is a Workflow used on this list (QPAPForm), but it is not a column value per se.
    How do I correct this issue?
    Thanks,
    Jan

    Hi,
    I have done a test, and I can’t reproduce your issue.
    I created a custom list and an approval workflow which generated an column in the custom list. Then created a Chart Web Part which was connected to the custom list, I didn’t meet any error.
    Let’s verify the following:
    What template is your List template? what columns does the list has?
    What kind of workflow has generated the “Update Policy Tasks” column?
    I suggest you re-create the list without workflow and do a test, compare the results.
    Best Regards
    Lisa Chen

  • Chart web part - lookup columns corrupted

    Hello,
    I am using the chart web part, and if I reference the lookup column, which is last names, it posts both the last names and the number, such as:
    42; #LASTNAME
    How do I not have it display that number, semicolon and #?
    Thanks,

    Lookup field contains both title and ID, and to get title only, you need to use Look
    var lookupItemValue = new SPFieldLookupValue(item["lookupfield"].ToString());
    value = lookupItemValue.LookupValue;
    or you can use substring function to fetch value after semicolon (;)
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfieldlookup.aspx
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer :)

  • In-Depth Chart Web Part References

    I have look at the available chart web part online manuals such as the one below and but it does not provide in-depth answers about the various chart options or how best to use web charts part.
    I would appreciate the title of a publication that really explains the web chart part and how to construct charts. I thought it would allow building charts like in XL but not so. The help below is one-dimensional forcing one to play and play with the part
    to attempt divine how it works. Thanks.
    http://social.technet.microsoft.com/Forums/en-US/65e38032-5a27-47a1-a2e8-81a38c5c6bab/chart-web-part-manual?forum=sharepointgeneralprevious
    http://office.microsoft.com/en-us/sharepoint-server-help/introduction-to-the-chart-web-part-HA101889216.aspx#_Toc268792246

    Basic details of chart webpart
    http://office.microsoft.com/en-in/sharepoint-server-help/introduction-to-the-chart-web-part-HA101889216.aspx
    http://office.microsoft.com/en-in/sharepoint-server-help/create-a-chart-by-using-the-chart-web-part-HA101889211.aspx
    Some advance option in chart webpart
    http://blogs.technet.com/b/ken_prices_sharepoint_blog/archive/2012/02/08/sharepoint-2010-s-chart-web-part.aspx

  • SP2010: Different colors for chart bars in Chart Web part with single data series?

    Hello,
    I've been asked to create a chart for visual display and summary of Status values within a SharePoint list of job positions. The list of positions includes a Status field with the only values being Open and Closed. I created a page that shows the list, and
    at the top I inserted a Chart Web part that displays two bars - one showing the number of Open positions and one showing the Closed positions. Because I was having difficulty getting the totals for each Status value to show up in the chart, I followed
    the instructions at
    http://highbrowse.wordpress.com/2012/07/04/chart-counts-from-sharepoint-lists/ and pointed my chart at the new "Status values" list - this worked well to display the sum counts for each of the two Status values in separate bars.
    This was all fine and good, except that because I am only using one data series for my chart, both of the bars (for Open and Closed) show up as the same color. I've been asked to make them different colors but cannot figure out how to do so. Can someone
    provide guidance on how I could make the two bars different colors? Thank you so much.
    cheers

    Hello,
    as far as I know, the chart web part does not have any settings to change the color of individual data points or plot data points of a series in different colors. If you only have two values in the series, you could use a pie chart instead of the column
    or bar chart. In a pie chart, the different slices have different colors.
    cheers, teylyn

  • Chart Web Part to not plot zeros on a line graph

    Hi all,
    Is it possible to not plot zeros on a line graph?
    I have a line chart with days of the current month along the x-axis and a value on the y-axis. I have a series representing a forecast as a line that will show what the values along for the whole month should be and a second
    line chart series representing the actual. This tells the reader how the actual is tracking against the forecast. The data is based on an excel table.
    Currently when the latest value is set the line skews back to 0. I don't want this shown, I just want it left blank. On excel you can change the zeros to na() and the line graph will not plot, however, if I leave them as na() in the source data, the whole
    column wont be imported in the chart wizard.
    Any ideas?
    Thanks
    Andy

    It's true -- the RangeBar chart type only has two field options (X and Y) while the RangeColumn correctly has an addtional Y field. The RangeBar chart should obviously have two X fields if it's supposed to plot a range, as the name and example image indicate.
    Neither this thread or the one linked has led to an answer. Can this be fixed?

  • Pie - Chart Web Part - Label Alignment empty

    Hello all,
    I create lots of Dashboards to display KPIs for my company and I always struggle with the pie chart labels as the always end up overlapping unless I rotate them but that just looks naff.
    My frustration and question is that the "Label Alignment" option is empty and therefore does not allow me to select "Open" which is the feature I seek.
    Does anyone have an idea why this might be and if there is a work around?
    Thank you in advance
    Jessica

    You would potentially run into this with lookup fields as well, I believe. I would make a column that is single line of text for the purpose of the chart. That would make sure the NUM;# is removed.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • Chart Web Part - Stacked Column Chart and the Y Field

    I am trying to create  a stacked chart in Sharepoint. 
    I am encountering a problem at the "Bind Chart to Data" Step. Retrieval of Data goes without a hitch - all rows and columns are captured and shown, but then when it comes to adding series, the "Y Field" drop down menu only shows one of
    my columns. So of course, the final chart only has one data series visible - a normal column chart instead of a stacked one.
    What could be the cause of this, and how do I fix it?

    Yes, that's right. That is exactly what I want to do.
    But, the problem I'm facing is that when it comes time to select the second series settings as:
    The second Series settings:
    Series Name: Oranges
    Series Type: StackedColumn 
    Series X-Axis Type: Primary
    Series Y-Axis Type: Primary
    X Field: Day
    Specifically >>>>Y Field: Oranges
    The Y-field option which appears as
    a drop-down menu on the page, does NOT show the option "Oranges". It shows only "Apples" again, and also a blank setting (selecting this also does not cause desired graph to get created).
    I want to know HOW to be able to select "Oranges" as the Y-field because I am unable to do so!

  • Web Part Chart Help

    I have set up a Web Part Chart as a bar chart based on Desk Utilisation. Does anyone know if there is a way I can change the colour of an individual bar if the value is greater that a preset figure say 100%.

    I don't believe so. Honestly the Chart Web Part is not very good (removed in 2013). I'd suggest exporting the list to excel and saving the .iqy (query) file and use it as a data connection. Then create a PowerPivot chart and save that. Set it to refresh
    the data on open. Now you have a better tool for charts.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • How to publish Web parts page in Share point server 2010

    Hi All,
    I have created Web parts page in share point server 2010. it working fine but it always displayed with Ribbon controls and other tool bars, if there any possibility to publish web parts page, here user able to view content only not editing option.
    I already enabled 'SharePoint Server Publishing Infrastructure' in site collection level and 'SharePoint Server Publishing' in site level.
    Here i only find publish menu for pages not for web parts page.
    Kindly advice how to publish web parts pages.
    Thanks,
    Selvakumar.S

    Just remove Edit permission of users on that page, then they wont be able to see edit options
    http://office.microsoft.com/en-in/sharepoint-help/what-is-permissions-inheritance-HA102772762.aspx
    http://office.microsoft.com/en-in/sharepoint-foundation-help/edit-permissions-for-a-list-library-or-individual-item-HA101805400.aspx
    If this helped you resolve your issue, please mark it Answered

  • Sharepoint Foundation 2010 - Searching for a commentBox web part

    Hello!
    Im sort of new to Sharepoint and i have been working with it in two weeks now. Im currently an full controll user on the site my company is using and im also using Sharepoint Designer. The site is running on Sharepoint Foundation 2010
    I have been digging for sometime after a web part that enables users to leave a message on the home page. I want the same fuction as i get when i create a BlogSite (there you can create posts and comments).
    My first thought was to find a Web Part which will allow me to do this, but i was sort of wrong. I found some examples like this: social.msdn.microsoft.com/Forums/en-US/newthread?category=sharepoint&forum=sharepointgeneralprevious
    Im still trying to make that work but so far no luck.
    So i was wondering if there is a better way to create a function that will allow users to create posts/comments etc?
    Thanks for any help!
    /Patrik!

    Create a blob site template as below:
    http://office.microsoft.com/en-in/sharepoint-foundation-help/create-a-blog-HA010378201.aspx
    http://technet.microsoft.com/en-us/library/ff607540%28v=office.14%29.aspx
    http://office.microsoft.com/en-in/sharepoint-foundation-help/a-preview-of-the-sharepoint-foundation-2010-site-templates-HA101889597.aspx
    If this helped you resolve your issue, please mark it Answered

  • "What's Happening" Web Part

    Hey there.
    i'm working on SharePoint13 platform.
    I would like to create my own "What's Happening" Web part.
    it looks the same as the default web part but I want to change the values and critiria out of a sharepoint list.
    how can I do it?
    p.s is there any way I can create a dynamic chart/graph out of sharepoint list?
    thanks

    Hi,
         I presume you want to create a web part similar to What's Happening but get the values from SharePoint list? If that is the case you can develop a custom web part and can use css referred by What's Happening web part to give same look
    and feel. 
    Microsoft has discontinued the chart web part in SharePoint 2013, However, the available option is a custom web part using any of the option mentioned below
    1) Custom Web part using JQuery/SilverLight : Please refer to the url http://www.lucknowz.com/SitePages/Chart.aspx for JQuery to be used to draw chart with SharePoint List
    2) Use PowerPivot with SharePoint List : http://technet.microsoft.com/en-us/library/hh230322.aspx
    Hope this helps!!!
    Thanks,
    Ajeet
    If my post is helpful - please click on the green arrow to mark it as answer

  • Office 365 - content search web part

    Hi,
    I have an office 365 site, and in one of the page, i had added 4 Content search web parts each of it having its own custom display templates.
    Now, the problem is when the page is browsed (intermittent) or edited (always), the CSWP's throwing error as 'Sorry, something went wrong'. And I found that, the corresponding .js files are not getting loaded, including the language script, because of which
    we are getting this error.
    Please assist.
    Thanks
    Senthu

    Hi Senthu,
    This error occurs may be due to the display template has not been published as a major version.
    Please go to the Master pages and page layouts in site settings > Display Templates > Content Web Parts > find the html file of the display templates used in your content search web part and then click the triangle and select Publish a Major Version.
    Reference:
    http://blogs.msdn.com/b/kaushalendra/archive/2013/08/16/sorry-something-went-wrong-in-content-by-search-web-part-for-some-users.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Windows authentication of Sharepoint Page viewer Web Part applications

    Hi,
    I am working on a new Sharepoint portal which will have Page viewer Web Parts hosting asp.net applications. The standalone applications those are hosted are using windows authentication. my requirment is, when the client logs in to sharepoint need to authenticate
    all web parts with same user credentials so that then don't need to log in again. those asp.net applications are hosted as standalone also out side sharepoint. Can some one advise me how to do that?..
    Thanks
    Ram

    We havent tried that.  We changed the link in the web part to access an html page that claims that the report is loading.  It states in the html that if the page doesnt load to "click here" which redirects to the crystalreportviewer.  Its a temp fix for it.  One thing we are looking at is the 64 bit version of the Sharepoint integration kit.  That may contain a reportviewer webpart.
    Thanks for the reply.
    Brian

Maybe you are looking for

  • WUSB54G and Windows 7

    Hello.  I recently built a computer with Windows 7 (64 bit) and am having trouble connecting my WUSB54G adapter.  I'm assuming I need certain drivers to make it work.  If so, where can I find these drivers and how do I install them?  I'm also hoping

  • Need to embed sponsor ads

    I have some limited experience in Dreamweeaver and need some help. For starters please check this page Page for source file There are 6 small tables on the right hand side and I need to insert sponsor ads in there. For example a trade magazine link a

  • Java regex split

    i have a file containing names followed by city and emailids, such as, name1 city1 email1 email2 name2 city2 email1 email2 in perl, i can write a code, such as, ($name,$city,$email)=split /\s+/,$line,3; Here $line is each line from the input file. to

  • Std idoc matmas05 details in SAP

    Hi, How to see the details (logic etc) in R/3 System for standard idoc MATMAS05 to prepare a FS to interface with external system. Please advise what should i mention in FS in this regard. thank you.

  • Installing HBR for UNIX

    I am trying to upgrade my Hyperion Business Rules application from 3.5 to 4.0.1 but unfortunately I cannot find an installation guide for UNIX anywhere. Has anyone successfully installed HBR 4.0.1 for UNIX?<img src="i/expressions/face-icon-small-blus