Previous Topic: Migrate Tasks to New Recurrence ModelNext Topic: Upgrade Workflow from CA Identity Manager r12


Update Auditing Settings

Starting at CA Identity Manager r12.5 SP7, a new architecture exist to support multiple EARs. In each environment, changes are needed for auditing to work.

To update audit settings for an environment

  1. Access the Management Console
  2. Click Environments, Environment, Advanced Setting, Auditing.
  3. Export existing settings and save the file.
  4. Locate this line in the exported settings file:

    <Audit enabled="true" auditlevel="BOTH" datasource="auditDbDataSource">

  5. Change this line to the following:

    <Audit enabled="true" auditlevel="BOTH" datasource="iam/im/jdbc/auditDbDataSource">

  6. Import the updated audit settings into the same environment.
  7. Repeat this procedure for each environment.