Enabling logging for application server security synchronization

To troubleshoot application server security synchronization issues, enable logging for the LDAPSYNC cron task.

About this task

You must enable LDAPSYNC for both cron task sync and SQL logging. You can set logging levels for the entire cron task or just for specific instances. To set logging levels for specific instances, set the logging property.instancename to DEBUG.

Procedure

  1. In the Logging application, set the following logging properties to DEBUG:
    • log4j.logger.maximo.crontask.LDAPSYNC
    • log4j.logger.maximo.sql.crontask.LDAPSYNC
  2. To enable DEBUG SQL logging for business objects, set the log4j.logger.maximo.sqL.servicename.objectname logging property to DEBUG.
    For example:
    log4j.logger.maximo.sql.SIGNATURE.MAXUSER=DEBUG
    log4j.logger.maximo.sql.SIGNATURE.MAXGROUP=DEBUG
    log4j.logger.maximo.sql.PERSON.PERSON=DEBUG
    log4j.logger.maximo.sql.PERSON.EMAIL=DEBUG
    log4j.logger.maximo.sql.PERSON.PHONE=DEBUG
  3. Select the Apply Settings action.