Duplicate names in AD

I need to create 2 user's with same first and lastname in AD.
We calcualte sAMAccountName, userPrincipalName and CN using rule library.
We are just incremeting a digit to the about all, and the first and lastname remaing same.
Our accountId is mapped to a employeenumber and samaccoutname, userprincipalname and cn are derived values and identity template is used.
I could create a duplicate in IDM but could not in AD.
Getting error:
Unable to set user info: 'SetInfo(): 0X80072035: , 00002016: SvcErr: DSID-031A0FC0, problem 5003 (WILL_NOT_PERFORM), data 0 , The server is unwilling to process the request.
Can anybody tell me why the server is unwilling to process the request.

Hello Michael,
the only source for duplicate suggestions and entries I ever noticed came from duplicate Address Book cards (synching problems with Mobile Me) and myself accidentally creating duplicate faces. I spend some time experimenting with the Photo Stream and Mobile Me albums, trying to create duplicate faces by importing from this sources, but that did not duplicate anything. Maybe you can create duplicate faces by importing from face book, but that I cannot try.
It is very easy to accidentally create duplicate faces without noticing, if you open the "Faces" from the Toolbar and not from the Library Inspector, especially if you have set "limit suggestions to the project".
If you do that, you will have to enter the full name for a face the first time you use it in this project, and if you type the name slightly different from your previous version, you have created  a duplicate entry.
It is useful to occionally open faces from the Library Inspector to see all faces, not just a subset restricted to a project or folder,  and to check for duplicate stacks of faces.
I have adopted the following strategy to avoid the creation of duplicate faces:
For family and friends (names I have to enter often) I use very short nicknames and prefix those names with an underscore character and disable "limit suggestions to the project". The underscore character as first character ensures that I only will be presented with the names I want, when I start to type the name. (footnote: I noticed that Kirby Krieger recommended a similar naming strategy  for keywords, to prevent duplicate keywords when assigning keywords from the "add keywords" field)
Faces of people I only met once I label with "limit suggestions to the project" turned on, for their faces will only turn up in one project.
So there is still the open question what else might cause duplicate faces - let's hope for some more posts here
- Léonie

Similar Messages

  • Birthday calendar for only some of my contacts are showing up twice in my iPhone. They are not showing up twice tho on my iMac. No, I do not have duplicate names in my address book either. Any idea how to fix that?

    my birthday events for only some of my contacts are showing up twice in my iPhone. They are not showing up twice tho on my iMac. No, I do not have duplicate names in my address book either. Any idea how to fix that?

    I have uploaded the InDesign file so that you can take a closer look at:
    http://www.hsdesign.comuf.com/downloads/
    The file is called "Template_File.indd"
    So, as discussed the main issues are:
    1) The TOC doesn't generate all the listings (only those with the applied paragraph style "Heading 1 - Appendix")
    2) When I try to create a new pargraph style and apply it to existing or new text, it reads the pargraph style in the Paragraph Style menu, but the style doesn't actually apply.
    Hopefully you can figure something out from this. I really appreciate your help.
    Thanks!

  • The KDC encountered duplicate names while processing a Kerberos authentication request in a Domain controller server

    HI
    we have a sharepoint farm and in domain controller server, this error is in event viewer
    Log Name:      System
    Source:        Microsoft-Windows-Kerberos-Key-Distribution-Center
    Date:          9/15/2014 10:44:15 PM
    Event ID:      11
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      XXXAPP01.xxxportal.com
    Description:
    The KDC encountered duplicate names while processing a Kerberos authentication request. The duplicate name is HTTP/XXXWFE01.xxxportal.com (of type DS_SERVICE_PRINCIPAL_NAME). This may result in authentication failures or downgrades to NTLM. In order to prevent
    this from occuring remove the duplicate entries for HTTP/XXXWFE01.xxxportal.com in Active Directory.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Kerberos-Key-Distribution-Center" Guid="{3FD9DA1A-5A54-46C5-9A26-9BD7C0685056}" EventSourceName="KDC" />
        <EventID Qualifiers="49152">11</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-09-15T19:44:15.000000000Z" />
        <EventRecordID>131824</EventRecordID>
        <Correlation />
        <Execution ProcessID="0" ThreadID="0" />
        <Channel>System</Channel>
        <Computer>XXXAPP01.xxxportal.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="Name">HTTP/XXXWFE01.xxxportal.com</Data>
        <Data Name="Type">DS_SERVICE_PRINCIPAL_NAME</Data>
        <Binary>
        </Binary>
      </EventData>
    </Event>
    adil

    Hi adil,
    Service principal names (SPNs) are stored as a property of the associated account object in Active Directory
    Domain Services (AD DS). I noticed that you have used setpn –X to identify the duplicate SPN. Please refer to following articles and check if help you to solve this issue.
    Event ID 11 — Service Principal
    Name Configuration
    Event ID 11 in the System log of domain controllers
    Please also refer to following article and check if can help you.
    The problem with duplicate SPNs
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • I delete my google contact by fixing the duplicate names, after that I could not add back my contact ? but calendar and e mail works

    I delete my google contact by fixing the duplicate names, after that I could not add back my contact ? but calendar and e mail works

    On my old I phone 3 at the setting it show "mail,contacts, calendars, reminders" but why I phone 4 only show "mail calendar, notes" is this why I can not get my contact back to my phone?

  • Jso.getAnnots() returning duplicate name (key) stamps

    I'm using VBA to parse a document for comments, and storing them in a dictionary object. I ran into an issue where jso.getAnnots is returning a duplicate name for an item.
    Looking into the issue, there are comments with the same text that don't cause this issue.
    Looking for a fix and the cause of this issue.
    Why would it generate an identical name for a different comment? We've run hundreds of documents with this before and this issue has never occurred before. The name seems to be a unique key, such as "820edea8-c848-432a-aadd-987316a9ea7f".
    Here's a snippet of the code:
         jso.syncAnnotScan()
          Annots = jso.getAnnots()
          ' Pass one - get all the comments.
    Dim Annots As Object
          Dim Annot As Object
          Dim acroAnnotation As Annotation
          Dim childAnnotation As Annotation
          Dim annotationSet As New Dictionary(Of String, Annotation)
          Dim rootAnnotations As New Dictionary(Of String, Annotation)
            For Each Annot In Annots
                    acroAnnotation = New Annotation(Annot, FromFilename)
                    annotationSet.Add(Annot.name, acroAnnotation)
                    If Annot.inReplyTo = "" Then
                        rootAnnotations.Add(Annot.name, acroAnnotation)
                    End If
            Next Annot
    It crashes at annotationSet.Add(Annot.name,acroAnnotation)

    Ok I managed to get 4.3.1 working in the end. It turned out that because I was using Skinny Wars in maven, it has unforseen side effects with the ChangeAwareClassLoader. I thought I tried this problem without using Skinny Wars, but I guess I didn't.
    Edited by: 1002618 on May 1, 2013 9:57 PM

  • Want to get totaly how many is insert and how the duplicate name

    Hi all,
    I need to insert a group of string into database it work, but I also need to know how many rows is insert, and out put the duplicat name out
    My code is
    while(tokens.hasMoreTokens()) {
    MySec=tokens.nextToken();
    while(token.hasMoreTokens()) {
    rs = stmt.executeQuery("select * FROM "+table+" where Name='"+Name+"' and Segment='"+Segment+"'");
    // same sequences will only allow to upload once.
    int Row=0;
    while(rs.next()) {
    Row ++; // count rows in record.
    connectionPool.returnConnection(conn);
    if(Row <1){
    conn.setAutoCommit(false);
    //insert data into different tables
    stmt.executeUpdate("insert into "+table+" ("
    + "Name, Segment, Sequence, SubType,location, SampleYear, author)"
    + "VALUES('"
    + Name + "','"
    + Segment+ "','"
    + word+ "','"
    + subType + "','"
    + loc + "','"
    + year+ "','"
    + author + "'"
    + ")");
    conn.commit();
    conn.setAutoCommit(true);}//end if
    else{
    dupli[k]=Name;
    k++;}
    }//in while
    }out while
    Thank you

    Orange file?!?I.e. not the Apple file.

  • You cannot add a job with a duplicate name, as a web service already exists with name ... please rename the job and try again

    We are attempting to add a web service job and getting a duplicate name issue.  I believe we have a caching issue where this job name may already exist but we are unable to see it on the web services status page.
    Is there a data services repository database table where I can find these web services jobs listed and clean it up from the backend?

    There is no option there that shows me if it is being used as a web service.  Here is my issue with some screen shots.
    I look at my current web service enabled jobs looking for B_JOB_CP_MDR_to_GW_EMP but it is not in the list.
    I attempt to add it from repository DWXDS9
    It throws an error and tells me there is already a web service with this name...
    Now there has got to be an internal data services table somewhere that has this job listed as a web service.  I am just trying to figure out what that table may be to determine if we can do some type of cleanup on it so we can add this job again as a web service (so it is visible to us).

  • Error Event ID 11 The KDC encountered duplicate names while processing a Kerberos authentication request.

    I've been noticing The Error with event ID 11 popping up a lot on our domain controllers:
    The KDC encountered duplicate names while processing a Kerberos authentication request.
    When running setspn -X it says that it found 111 groups of duplicate SPNs. However, when going through the list, it references domain service accounts that are used to run our SQL Server services. We have about 50 remote locations and each of them has 3
    machines participating in a SQL mirror (principal, mirror, witness) and they all run the SQL Server service on the same account (1 account per location).
    We haven't experienced any issues at all but I was wondering if this could cause problems or if we are straying from best practice. Any advice is welcome. Thanks!

    I believe what you should do to follow best practice is to provide unique SPNs for each SQL server, which will also provide increased security, and to do that you must create individual service account for each SQL server so it can associate that
    account with that server's SPN.
    Here's more on it to help guide you. Read Paul's comments, as well as other suggestions in the following thread:
    event ID 11 There are multiple accounts with name MSSQLSvc/xxxxxx
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/8df35316-23ba-48ba-aa3e-2249fcbfecbc/event-id-11-there-are-multiple-accounts-with-name-mssqlsvcxxxxxx?forum=winserverDS
    Ace Fekay
    MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.

  • Three Nikon Cameras have created duplicate names of files -How do I rename?

    I have loaded hundreds of photos with duplicate names from 3 cameras that use the same naming sequence. How can I at least rename one of the duplicate file names so that I don't have duplicates??????? I appreciate your help.
    -Paul

    Take a look at FileWrangler-it might do what you want.
    Having identical files names is more of a nuisance than a problem these days since the actual files are in different folders.
    Another option: you could try creating keywords like "Nikon 1", "Nikon 2" and "Nikon 3" and batch tagging the images that way.

  • Java.lang.reflect.InvocationTargetException: Duplicate name

    I have a class and demo program that compile. When I try to run them I get the error
    "java.lang.reflect.InvocationTargetException: Duplicate name"
    Can anybody give me an idea of where to start tracking down this problem? I can't see anything that looks duplicated and I can't find any help on this particular issue.
    Thanks,
    Abigail

    I guess I can go ahead an post the code that I do have. This works when compiled and run from the command line.
    Here's my demo program
    import java.util.*;
    import java.lang.*;
    public class FileSortingDemo {
    public static void main(String[] args)
    /* Create an array of FileSorting object */
    int sortOrder = Integer.parseInt(args[0]);
    FileSorting[] files = new FileSorting[3];
    files[0] = new FileSorting(sortOrder,"1.xml",19990101,501);
    files[1] = new FileSorting(sortOrder,"2.xml",19990201,502);
    files[2] = new FileSorting(sortOrder,"0.xml",19990202,499);
    /* Sort array */
    Arrays.sort(files);
    /* Print out sorted values */
    for(int i = 0; i < files.length; i++)
    System.out.println(files.file_name + "     " +
    files[i].file_date + "     " + files[i].file_size);
    //End of Demo Prog
    Here's the class
    import java.util.*;
    public class FileSorting implements Comparable
    public int sort_order;
    public String file_name;
    public long file_date;
    public long file_size;
    public FileSorting(int sort_order, String file_name, long file_date, long file_size)
         this.sort_order = sort_order;
    this.file_name = file_name;
    this.file_date = file_date;
    this.file_size = file_size;
    /* Overload compareTo method */
    public int compareTo(Object obj)
    FileSorting tmp = (FileSorting)obj;
    switch ( tmp.sort_order )
              case 0:
                   if(this.file_name.compareTo(tmp.file_name) < 0)
                   /* instance lt received */
                   return -1;
                   else if(this.file_name.compareTo(tmp.file_name) > 0)
                   /* instance gt received */
                   return 1;
                   /* instance == received */
                   return 0;
              case 1:
                   if(this.file_date < tmp.file_date)
                   /* instance lt received */
                   return -1;
                   else if(this.file_date > tmp.file_date)
                   /* instance gt received */
                   return 1;
                   /* instance == received */
                   return 0;
              case 2:
                   if(this.file_size < tmp.file_size)
                   /* instance lt received */
                   return -1;
                   else if(this.file_size > tmp.file_size)
                   /* instance gt received */
                   return 1;
                   /* instance == received */
                   return 0;
              default:
                   if(this.file_name.compareTo(tmp.file_name) < 0)
                   /* instance lt received */
                   return -1;
                   else if(this.file_name.compareTo(tmp.file_name) > 0)
                   /* instance gt received */
                   return 1;
                   /* instance == received */
                   return 0;

  • I have taken over 9999 pictures with my phone and it is now creating duplicate names for the pictures starting back at 0001 making it difficult to manually upload my photos like i always have. How do i fix this?

    I have taken over 9999 pictures with my phone and it is now creating duplicate names for the pictures starting back at 0001 making it difficult to manually upload my photos like i always have. How do i fix this?
    (I tried to just write this as a reply to someone who had already asked the question whos problem was magically solved after posting the question and the site was not allowing me to post to it so here I am)

    Additionally, when I try to sort the photos by date to easily extract the newest photos which I have not yet uploaded, it is unable to put them in correct order regardless of the fact that the date is correct. Only the videos end up in chronological order for some reason while the photos stay in order by name.

  • Duplicate name found in Anayze File: Adobe APSB11-08

    Duplicate name found in Anayze File: Adobe APSB11-08 Acrobat Professional Extended 9.4.4 for Windows (Update) (Multi-Language) (See Notes){}
    These messages apparently began appearing in workstation message logs on May 21st. They are still continuing today as well.
    SLES 10 server, ZCM 10.3.3

    Same issue here. I have a call in with Novell for this, so hopefully it will get sorted soon. I suggest others with this issue raise calls as well to get it up the priority list.

  • LCM Error - Duplicate Name

    Hi,
         I am new to the LCM tool. Whenever I am trying to move my objects(Universes & Reports) from Dev to Quality, the Universes and the connections got successfully moved. But when we move the report it gives an error in the promotion status showing"Promotion Status=Failure : Trying to create an object with duplicate name. Id = 2017 ". Some one in the forum said about this error as CUID. Can anyone explain me what is CUID and how we can rectify this error.
    Thanks & Regards,
    Praveen Kumar

    Hello Denis,
    The following situation has happened on the Business Objects XI 3.1 SP4 with LCM SP4 environments.
    I have set the SNC for both Entitlements, I needed.
    I have set also LCM Job. The result is "Partial success" - please, look at the [screenshot|http://www.edisk.eu/en/download/51788/LCM_mig-result.JPG_158.13KB.html].
    I have followed your advice to [track|http://www.edisk.eu/en/download/06050/QB-2568.JPG_113.25KB.html], what exactly happend for both IDs. The result is [useless|http://www.edisk.eu/en/download/90226/QB-2568-result.JPG_62.13KB.html].
    Can you help me, Where am I supposed to dig?
    Thank you very much.
    Edited by: Ladislav Varga on Nov 12, 2011 11:43 AM
    In addition I have ran another job with checking dependencies of the failsed folders. There are no dependencies. Customer have not provided me the records to the tnsnames.ora... I have realized. So, that is, what I need to check... I hope.

  • Duplicate name found in Anayze File:

    Getting errors the last few days:
    Duplicate name found in Anayze File: MS10-060 2265906 983583 983588 983589 Security Update for .NET Framework 2.0 SP2 and 3.5 SP1
    Is SR the only way to have it fixed ?

    dtemple-sgi,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • KDC encountered duplicate names while processing a Kerberos authentication request

    The KDC encountered duplicate names while processing a Kerberos authentication request. The duplicate name is RPCSS/HKHVS01 (of type DS_SERVICE_PRINCIPAL_NAME). This may result in authentication failures or downgrades to NTLM. In order to prevent
    this from occuring remove the duplicate entries for RPCSS/HKHCS01 in Active Directory.
    - What the error means ??
    - Why happen ??
    - How to fix it ??
    Thanks

    This is an SPN problem. Having duplicate SPNs will result in Kerberos failures and a downgrade to NTLM authentication. Please run
    setspn -x to get the list of duplicated SPNs. Once identified, you need to remove the duplicated ones. 
    You can also see that:
    http://blogs.technet.com/b/askds/archive/2008/06/09/kerberos-authentication-problems-service-principal-name-spn-issues-part-1.aspx
    http://blogs.technet.com/b/askds/archive/2008/06/09/kerberos-authentication-problems-service-principal-name-spn-issues-part-2.aspx
    http://blogs.technet.com/b/askds/archive/2008/06/09/kerberos-authentication-problems-service-principal-name-spn-issues-part-3.aspx
    This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
    Get Active Directory User Last Logon
    Create an Active Directory test domain similar to the production one
    Management of test accounts in an Active Directory production domain - Part I
    Management of test accounts in an Active Directory production domain - Part II
    Management of test accounts in an Active Directory production domain - Part III
    Reset Active Directory user password

  • How do I remove duplicate names in faces?

    I have duplicate names in faces.  As an example I have 6 different versions of "Andrew".  I went ahead and merged them together so all the photos are under facebook version of "Andrew".  However when I enter Andrew's name while marking faces in new photos, all 6 names appear.   How do I remove them permantely so only one shows up in that list?
    Also under iTunes, all 6 versions of "Andrew" show up in my iPhone and AppleTV faces sync list.   How do I remove those from the list?

    Things you might wish to check:
    Duplicate entries in the name completion list on entering faces may come from your Address Book. If Andrew has a different name in the Address Book, he will appear twice in your faces list.
    Merging stacks of faces is not always effective immediately in the same session - to give Aperture time to write its property lists it is a good idea to quit Aperture and to reopen again.
    It is important to do the merging of faces from the Faces view activated by the "Faces" Button in the Library Inspector, not from the Faces button in the toolbar. Faces in the Toolbar View only show a subset of all faces, so it is easy to miss some stacks.
    iTunes will show all the faces you have in Aperture. Once removed from Aperture they will disappear from iTunes.
    Léonie

Maybe you are looking for

  • Payment to more than one vendor  Account Number

    Hello Experts, I need an urgent help. I need to show the customer an additional dropdown of all the account holders/numbers of the vendor mentioned in the FK02 transaction for Change Vendor: Payment transactions screen. The account holders mentioned

  • When I add a date to a cell, how can I let another cell display a date that is 30 days later?

    when I add a date to a cell, how can I let another cell display a date that is 30 days later?

  • ITunes made even better

    iTunes can be made even better with the addition of Pass Through, a feature available in Photoshop, but a feature that can be created in iTunes to successfully incorporate iTunes into a successful sound management application for the over all operati

  • Deadline monitoring is not working

    HI, i had requirement to change the text displayed in the decision step type. I copied that task using pftc and changed the description and i replaced the new task number with old one. the deadline monitoring is not working for the new task . Please

  • JDeveloper 10G Portlet Wizard Add-in

    I downloaded JDeveloper 10G as well as the Portlet Builder Wizard Add-in in order to create custom portlets for AS 10G but I cannot get the wizard to show up in the web tier list. I placed it in the correct directory. Is there anything else I should