|
Error 4 -- not support moving of entries |
|
Subject: Error 4 -- not support moving of entries
Author: eLDAP
In response to: Error 3 -- Not Allowed On Non-leaf Node
Posted on: 12/04/2006 08:15:56 PM
If we change the code to move an entry from one branch unto anther branch, by:
ctx.rename("cn=John Smith,ou=Sales,ou=People",
"cn=John Smith,ou=International Sales,ou=People"); AD: (It works fine without error)SunOne: javax.naming.OperationNotSupportedException: [LDAP: error code 53 - server does not support moving of entries]; 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)
>
> On 12/04/2006 08:07:24 PM eLDAP wrote:
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)
References:
|
|
|
|