go to  ForumEasy.com   
LdapPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  Error 2 -- entryAlreadyExists
 
Subject: Error 2 -- entryAlreadyExists
Author: eLDAP
In response to: Error 1 -- AD doesn't support 'deleteoldrdn'
Posted on: 12/04/2006 07:43:33 PM

If there was already an entry with that name, the operation would fail with error code entryAlreadyExists.

Error messages from AD:
javax.naming.NameAlreadyBoundException: [LDAP: error code 68 - 00002071: UpdErr: DSID-031B0B59, problem 6005 (ENTRY_EXISTS), data 0]; remaining name 'cn=John Cougar Smith,ou=Sales,ou=People'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2647)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2601)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2411)
at com.sun.jndi.ldap.LdapCtx.c_rename(LdapCtx.java:584)
at com.sun.jndi.toolkit.ctx.ComponentContext.p_rename(ComponentContext.java:692)
at com.sun.jndi.toolkit.ctx.PartialCompositeContext.rename(PartialCompositeContext.java:248)
at com.sun.jndi.toolkit.ctx.PartialCompositeContext.rename(PartialCompositeContext.java:239)
at javax.naming.InitialContext.rename(InitialContext.java:382)


Error messages from SunOne::
javax.naming.NameAlreadyBoundException: [LDAP: error code 68 - Entry Already Exists]; remaining name 'cn=John Cougar Smith,ou=Sales,ou=People'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2647)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2601)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2411)
at com.sun.jndi.ldap.LdapCtx.c_rename(LdapCtx.java:584)
at com.sun.jndi.toolkit.ctx.ComponentContext.p_rename(ComponentContext.java:692)
at com.sun.jndi.toolkit.ctx.PartialCompositeContext.rename(PartialCompositeContext.java:248)
at com.sun.jndi.toolkit.ctx.PartialCompositeContext.rename(PartialCompositeContext.java:239)
at javax.naming.InitialContext.rename(InitialContext.java:382)


 

> On 12/04/2006 07:33:12 PM eLDAP wrote:


The above example works fine for both AD and SunOne. When 'deleteoldrdn' is set as 'false':

        env.put("java.naming.ldap.deleteRDN", "false");  

which means the old rdn is intended to be kept somewhere as attribute in the new entry, it works only for SunOne. For AD, you will get error messages like the following:

javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 00000057: LdapErr: DSID-0C0909A4, comment: Old RDN must be deleted, data 0, vece]
remaining name 'cn=John Smith,ou=Sales,ou=People'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2728)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2601)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2411)
at com.sun.jndi.ldap.LdapCtx.c_rename(LdapCtx.java:584)
at com.sun.jndi.toolkit.ctx.ComponentContext.p_rename(ComponentContext.java:692)
at com.sun.jndi.toolkit.ctx.PartialCompositeContext.rename(PartialCompositeContext.java:248)
at com.sun.jndi.toolkit.ctx.PartialCompositeContext.rename(PartialCompositeContext.java:239)
at javax.naming.InitialContext.rename(InitialContext.java:382)





References:

 


 
Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
 
Get your own forum today. It's easy and free.