The Identity Manager logs contain a large number of the following errors:
The transaction log for database '{databasename}' is full due to 'LOG_BACKUP'.
For example:
2023-02-12 12:41:34,953 ERROR [ims.audit] (default task-12) Exception inserting into imsAuditEvent12: Event: ProvisioningActivityEvent message: The transaction log for database 'IDMAUDIT' is full due to 'LOG_BACKUP'.
2023-02-12 12:41:34,953 ERROR [ims.audit] (default task-12) Auditing failed with exception [ The transaction log for database 'IDMAUDIT' is full due to 'LOG_BACKUP'. ]
Due to a space issue around the database's Transaction Logging.
NOTE: Please make sure you have a fresh and full backup of Database before following the above suggestion. Kindly follow the steps only with assistance of your DBA team.
There are several options to clear this error from the logs.
The following examples are from MS SQL. There are similar functions for Oracle.
NOTE: Please make sure you have a fresh and full backup of Database before following the above suggestion. Kindly follow the steps only with assistance of your DBA team.