OIM 11g - AD LDS Connector - LDAP: error code 16
LeylaDahJan 13 2012 — edited Jan 17 2012Hi Experts,
we need to install a connector to manage an AD LDS.
We used the basic AD User connector, we configured it against an AD and it works fine.
Done this we changed the rootContext, Admin credentials and server address, but seems not working on the AD LDS.
We are able to connect to it, in fact we can successfully run the AD Organization Lookup (the lookup is correctly filled), but when we try to provision we face an error like:
*<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks : createUser : InvalidDataExceptionAttributeMapping error:[LDAP: error code 16 - 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1]>*
Did anyone already faced an analogous issue?
Thank you
Running ISADAM
Target Class = java.lang.String
Running CREATEUSER
Target Class = com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <====================================================>
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController : createObject : [LDAP: error code 16 - 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1]>
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <====================================================
>
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <================= Start Stack Trace =======================>
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController : createObject>
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <[LDAP: error code 16 - 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1]>
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <Description : [LDAP: error code 16 - 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1]>
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 - 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1]; remaining name 'cn=testuser,OU=OU_User,OU=ORG,DC=intecorp,DC=local'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3062)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2987)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2794)
at com.sun.jndi.ldap.LdapCtx.c_createSubcontext(LdapCtx.java:788)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_createSubcontext(ComponentDirContext.java:319)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:248)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:236)
at javax.naming.directory.InitialDirContext.createSubcontext(InitialDirContext.java:178)
at com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController.createObject(Unknown Source)
at com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks.createUser(Unknown Source)
at com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks.createADorADAMUser(Unknown Source)
[...]
>
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <================= End Stack Trace =======================>
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <====================================================>
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks : createUser : InvalidDataExceptionAttributeMapping error:[LDAP: error code 16 - 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1]>
<Jan 13, 2012 1:38:40 PM CET> <Error> <OIMCP.ADCS> <BEA-000000> <====================================================
>
<Jan 13, 2012 1:41:03 PM CET> <Error> <org.quartz.impl.jdbcjobstore.JobStoreCMT> <BEA-000000> <MisfireHandler: Error handling misfires: Unexpected runtime exception: null
org.quartz.JobPersistenceException: Unexpected runtime exception: null [See nested exception: java.lang.NullPointerException]
at org.quartz.impl.jdbcjobstore.JobStoreSupport.doRecoverMisfires(JobStoreSupport.java:3042)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.manage(JobStoreSupport.java:3789)
at org.quartz.impl.jdbcjobstore.JobStoreSupport$MisfireHandler.run(JobStoreSupport.java:3809)