In the View User window, examine the entries in the Provisioning Status table. If

E-22 Oracle Fusion Middleware Administrators Guide for Oracle Directory Integration Platform anonymous] [ecid: 0000Hy8unSqF0FQ6ubn3EH19ay88000001,0] [APP: dipapp11.1.1.1.0] Job submission successfulActiveImport SYNC_JOB 60 [2009-02-18T02:26:19.703-08:00] [wls_ods1] [NOTIFICATION] [EVENT_NOT_ENABLED] [oracle.dip] [tid: Scheduler] [userId: anonymous] [ecid: 0000Hy8unSqF0FQ6ubn3EH19ay88000001,0] [APP: dipapp11.1.1.1.0] [2009-02-18T02:26:19.741-08:00] [wls_ods1] [NOTIFICATION] [DIP-10605] [oracle.dip] [tid: Scheduler] [userId: anonymous] [ecid: 0000Hy8unSqF0FQ6ubn3EH19ay88000001,0] [APP: dipapp11.1.1.1.0] [arg: ActiveImport] profile added successfully for scheduling : ActiveImport Database Failure The following section of the diagnostic.log file shows information that appears if the database is not running: Feb 18, 2009 3:01:19 AM org.quartz.impl.jdbcjobstore.JobStoreSupportClusterManager manage SEVERE: ClusterManager: Error managing cluster: Failed to obtain DB connection from data source schedulerDS: java.sql.SQLException: Could not retrieve datasource via JNDI url jdbcschedulerDS weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool schedulerDS is disabled, cannot allocate resources to applications.. org.quartz.JobPersistenceException: Failed to obtain DB connection from data source schedulerDS: java.sql.SQLException: Could not retrieve datasource via JNDI url jdbcschedulerDS weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool schedulerDS is disabled, cannot allocate resources to applications.. [See nested exception: java.sql.SQLException: Could not retrieve datasource via JNDI url jdbcschedulerDS weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool schedulerDS is disabled, cannot allocate resources to applications..] at org.quartz.impl.jdbcjobstore.JobStoreSupport.getConnectionJobStoreSupport.java:636 at org.quartz.impl.jdbcjobstore.JobStoreTX.getNonManagedTXConnectionJobStoreTX.java:72 at org.quartz.impl.jdbcjobstore.JobStoreSupport.doCheckinJobStoreSupport.java:3070 at org.quartz.impl.jdbcjobstore.JobStoreSupportClusterManager.manageJobStoreSupport.java:3713 at org.quartz.impl.jdbcjobstore.JobStoreSupportClusterManager.runJobStoreSupport.java:3749 Caused by: java.sql.SQLException: Could not retrieve datasource via JNDI url jdbcschedulerDS weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool schedulerDS is disabled, cannot allocate resources to applications.. at org.quartz.utils.JNDIConnectionProvider.getConnectionJNDIConnectionProvider.java:166 at org.quartz.utils.DBConnectionManager.getConnectionDBConnectionManager.java:112 at org.quartz.impl.jdbcjobstore.JobStoreSupport.getConnectionJobStoreSupport.java:633 Successful Synchronization OPeration The following section of the diagnostic.log file shows the successful synchronization of a user: QuartzJobListener says: Job ActiveImport Is about to be executed.Wed Feb 18 03:36:00 PST 2009 createChangeRecord:ChangeRecord : ---------- Changetype: ADDRMODIFY ChangeKey: cn=myuser2,cn=users,dc=imtest,dc=com Attributes: Class: null Name: userprincipalname Type: null ChgType: DELETE Value: [ ] Class: null Name: givenname Type: null ChgType: DELETE Value: [ ] Class: null Name: employeeid Type: null ChgType: DELETE Value: [ ] Class: null Name: physicaldeliveryofficename Type: null ChgType: DELETE Value: [ ] Class: null Name: title Type: null ChgType: DELETE Value: [ ] Troubleshooting the Oracle Directory Integration Platform E-23 Class: null Name: mobile Type: null ChgType: DELETE Value: [ ] Class: null Name: telephonenumber Type: null ChgType: DELETE Value: [ ] Class: null Name: facsimiletelephonenumber Type: null ChgType: DELETE Value: [ ] Class: null Name: l Type: null ChgType: DELETE Value: [ ] Class: null Name: thumbnailphoto Type: null ChgType: DELETE Value: [ ] Class: null Name: samaccountname Type: nonbinary ChgType: REPLACE Value: [MyUser2] Class: null Name: objectsid Type: nonbinary ChgType: REPLACE Value: [[B1b994c4] Class: null Name: objectguid Type: nonbinary ChgType: REPLACE Value: [[B1b990b5] Class: null Name: distinguishedname Type: nonbinary ChgType: REPLACE Value: [CN=MyUser2,CN=Users,DC=imtest,DC=com] Class: null Name: cn Type: nonbinary ChgType: REPLACE Value: [MyUser2] Class: null Name: objectclass Type: nonbinary ChgType: REPLACE Value: [top, person, organizationalPerson, user] ----------- copying : changeRecord to dstchange for writing In DIPSYNC: doOneIteration:execMapping status0 QuartzJobListener says: Job ActiveImport was executed.Wed Feb 18 03:36:00 PST 2009 E.5 Troubleshooting Integration with Microsoft Active Directory This section describes how to troubleshoot integration with Microsoft Active Directory. It contains these topics: ■ Debugging Windows Native Authentication ■ Synchronizing Changes Following a Period when Oracle Internet Directory is Unavailable E.5.1 Debugging Windows Native Authentication Once you have configured Windows Native Authentication see Configuring Windows Native Authentication on page 18-8, you can enable logging for this feature at run time. Open the opmn.xml file, located in ORACLE_HOMEopmnconf, and add the following parameter: -Djazn.debug.log.enable = {true | false} Assigning a value of true to the parameter enables debugging while assigning a value of false disables it. The boldface text in the following example show where you should place the parameter in the opmn.xml file: process-type id=OC4J_SECURITY module-id=OC4J environment variable id=DISPLAY value=sun1.us.oracle.com:0.0 variable id=LD_LIBRARY_PATH value=privateora1012OraHome1lib environment module-data category id=start-parameters data id=java-options value=-server -Djazn.debug.log.enable=true -Djava.security.policy=privateora1012OraHome1j2eeOC4J_SECURITY configjava2.policy -Djava.awt.headless=true -Xmx512m -Djava.awt.headless=true data id=oc4j-options value=-properties category category id=stop-parameters data id=java-options value=-Djava.security.policy=privateora1012 OraHome1j2eeOC4J_SECURITYconfigjava2.policy -Djava.awt.headless=true category