You are using Microsoft SQL as database engine, and you're experiencing one of the following.
- Certain operations, such as jobs are failing, and you see the following error in the app or bg-ca.log:
SQL error code: 9002
Error message: [CA Clarity][SQLServer JDBC Driver][SQLServer]The transaction log for database 'NIKU' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases
This is occurring because the transaction log for the Clarity (NIKU) database is full, and no more SQL transactions can be processed.
- The transaction log file(s) .ldf from the Clarity database have grown excessively. This is because the transaction log is set with unrestricted auto-growth.
- Possible error while upgrading. The install.log will have the error below
(ExecTask) java.sql.SQLException: [CA Clarity][SQLServer JDBC Driver][SQLServer]The server failed to resume the transaction.