The Apply Exceptions data in Qlik Replicate is retained indefinitely by default. This means thatthe data related to apply exceptions, which includes error records and other relevant information, is not automatically purged after a certain period.
The retention of Apply Exceptions data is crucial for ongoing monitoring and troubleshooting of replication tasks. It allows administrators to review and address any issues that have occurred over the life of the task.
According to the Qlik Replicate documentation, theattrep_apply_exceptionstable, which records processing errors, does not have an automated deletion process.This table includes columns for the task name, table owner, table name, error time (in UTC), statement being executed when the error occurred, and the actual error message1.
This indefinite retention policy ensures that administrators have a complete historical record of all exceptions that have occurred, which can be invaluable for diagnosing and resolving issues with replication tasks. However, it’s important for administrators to manage the size of this table manually to prevent it from growing too large, which could potentially impact system performance.
Submit