javax.naming.PartialResultException
Er der nogen der kan forklare mig forskellen på følgende to exceptions?Search example failed.
javax.naming.PartialResultException: [LDAP: error code 10 - 0000202B: RefErr: DSID-031006A4, data 0, 1 access points
ref 1: 'datdeviting.dk'
]; remaining name 'dc=datdeviting, dc=dk'
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2699)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2616)
at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1744)
at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1667)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:328)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:313)
at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:238)
at Search.main(Search.java:44)
Search example failed.
javax.naming.PartialResultException: Unprocessed Continuation Reference(s); remaining name 'dc=datdevi, dc=dk'
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2642)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2616)
--resten er det samme som ovenstående--
Jeg er godt klar over at jeg i den ene har datdevi stående hvor der i den anden står datdeviting, men det er netop reaktionen på denne forskel jeg gerne vil have!
