|
Error 3 -- Not Allowed On Non-leaf Node |
|
Subject: Error 3 -- Not Allowed On Non-leaf Node
Author: eLDAP
In response to: Error 2 -- entryAlreadyExists
Posted on: 12/04/2006 08:07:24 PM
If we change the code to modify an non-leaf node, or an interior node, by:
ctx.rename("ou=Sales,ou=People",
"ou=International Sales,ou=People"); AD: (It works fine without error)SunOne: javax.naming.ContextNotEmptyException: [LDAP: error code 66 - Not Allowed On Non-leaf]; remaining name 'ou=Sales,ou=Peoplee' at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2690) 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:43:33 PM eLDAP wrote:
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)
References:
|
|
|
|