Link to home
Start Free TrialLog in
Avatar of kiran_madala
kiran_madala

asked on

Operation Not Support Exception in JNDI when using DirSync

I am using JNDI booster pack to sync AD with MYSQL using DirSync.

I get this exception for 990 objects(user and groups I am searching) while performing the search. Any idea what causes this issue?.

 I am just reading the entries not modifying anything
javax.naming.OperationNotSupportedException: [LDAP: error code 53 - 00002108: LdapErr: DSID-0C0907FA, comment: Error processing control, data 0, vece]; remaining name 'DC=adserver,DC=net,DC=com'
        at com.sun.jndi.ldap.LdapCtx.mapErrorCode(Unknown Source)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(Unknown Source)
        at com.sun.jndi.ldap.LdapCtx.searchAux(Unknown Source)
        at com.sun.jndi.ldap.LdapCtx.c_search(Unknown Source)
        at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(Unknown Source)
        at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(Unknown Source)
        at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(Unknown Source)
        at javax.naming.directory.InitialDirContext.search(Unknown Source)
        at com.net.dirsrv.adsync.ADFull_Sync.completeSync(Unknown Source)
        at com.net.dirsrv.StartDirSync.startDirSync(Unknown Source)
        at com.net.dirsrv.StartDirSync.<init>(Unknown Source)
        at com.net.dirsrv.StartDirSync.main(Unknown Source)

Open in new window

Avatar of girionis
girionis
Flag of Greece image

Avatar of kiran_madala
kiran_madala

ASKER

I looked into this before but I am not modifying any settings just reading them and also connecting using the same user.

I am though connecting multiple times to AD using Subtree scope, attribute scope and using GUID of the object to obtain various attributes.
Hmm... Not really sure what else couldbe going wrong. My last hope is this link: http://www.tutorials-win.com/ActiveDirectory/ADAM-sync-83756/ Sorry I am not expert on LDAP :(
Thanks for the effort. The link isn't much useful and there is no information on net either. It is thrown when AD is not able to do what it is asked for but I guess even Microsoft doesn't have a clue.

I will have this thread to be deleted.
ASKER CERTIFIED SOLUTION
Avatar of kiran_madala
kiran_madala

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial