Audit snapshot generation problems

Learn about problems that might occur during audit snapshot generation.

Generating an audit snapshot on Linux can take a significant amount of time
Set the DB2_REDUCED_OPTIMIZATION to CART OFF if there are issues generating an audit snapshot in a Linux/DB2 environment and it is not yet configured.
Note: 9.2.37 Starting with version 9.2.37, this setting is automatically configured for new License Metric Tool server installations.
For older versions of License Metric Tool server, perform the following steps:
  1. Stop the License Metric Tool server.
  2. Stop the DB2 instance with License Metric Tool (TEMADB) database.
  3. Run the command being logged as DB2 instance owner (by default, db2inst1):
    db2set -im DB2_REDUCED_OPTIMIZATION='CART OFF'
  4. Start the DB2 instance.
  5. Start the License Metric Tool server.