AD/OID import mapping not working
746344May 3 2011 — edited May 4 2011Can you help debug my AD-OID mapping issue? I'm getting the below messages from ActiveChgImp.trc
Sleeping for 5secs
LDAP URL : (:0 cn=akloas1,ou="Service Accounts",OU=Users,OU=Managed-Objects,dc=corrections,dc=govt,dc=nz
Specifying binary attributes: mpegvideo objectguid objectsid guid usercertificate orclodipcondirlastappliedchgnum
LDAP AuthenticationException javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
[LDAP: error code 49 - Invalid Credentials]
Reader initialization failed!
LDAP URL : (AKLOAS1:389 cn=odisrv+orclhostname=AKLOAS1,cn=registered instances,cn=directory integration platform,cn=products,cn=oraclecontext
Specifying binary attributes: mpegvideo objectguid objectsid guid usercertificate orclodipcondirlastappliedchgnum
LDAP Connection success
Writer Initialised!!
Writer proxy connection initialised!!
MapEngine Initialised!!
Filter Initialised!!
ActiveChgImp:Error in Mapping EngineODIException: DIP_GEN_AUTHENTICATION_FAILURE
javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2988)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2934)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2735)
at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2649)
at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:290)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
at javax.naming.InitialContext.init(InitialContext.java:219)
at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:133)
at oracle.ldap.odip.gsi.LDAPConnector.connectLdap(LDAPConnector.java:301)
at oracle.ldap.odip.gsi.ActiveChgReader.initialise(ActiveChgReader.java:202)
at oracle.ldap.odip.engine.AgentThread.readerInitialise(AgentThread.java:390)
at oracle.ldap.odip.engine.AgentThread.mapInitialise(AgentThread.java:439)
at oracle.ldap.odip.engine.AgentThread.execMapping(AgentThread.java:305)
at oracle.ldap.odip.engine.AgentThread.run(AgentThread.java:186)
ActiveChgImp:about to Update exec status
Updated Attributes
orclodipLastExecutionTime: 20110504153900
orclodipConDirLastAppliedChgNum: 0
orclOdipSynchronizationStatus: Mapping Failure, Agent Execution Not Attempted
orclOdipSynchronizationErrors: Invalid Credentials
Updated Attributes
orclodipLastExecutionTime: 20110504153900
orclodipConDirLastAppliedChgNum: 0
orclOdipSynchronizationStatus: Agent Execution Successful, Mapping/IMPORT operation Failure
orclOdipSynchronizationErrors: Agent Execution Successful, Mapping/IMPORT operation Failure
Ending Mapping execution.
-----