Theattrep_apply_exceptionstable in Qlik Replicate is used for troubleshooting specific issues that occur during the data replication process. Based on the documentation and community discussions, the two situations where this table can be particularly useful are:
Apply conflicts (B): This table records errors related to conflicts that occur when applying changes to the target system.For instance, if there is a primary key violation or a constraint failure, the details of the conflict are logged in this table1.
Data errors (E): The table also captures errors related to the data itself, such as missing data or data type mismatches.If a record cannot be applied due to data-related issues, the error message and the statement that caused the error are stored in theattrep_apply_exceptionstable2.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit