Apply exceptions
Change Processing errors are recorded in the attrep_apply_exceptions table, which is described below. 
The data in this table is never deleted.
| Column | Type | Description | 
|---|---|---|
| 
                                     TASK_NAME  | 
                                
                                     nvchar  | 
                                
                                     The name of the Qlik data task.  | 
                            
| 
                                     TABLE_OWNER  | 
                                
                                     nvchar  | 
                                
                                     The table owner.  | 
                            
| 
                                     TABLE_NAME  | 
                                
                                     nvchar  | 
                                
                                     The table name.  | 
                            
| 
                                     ERROR_TIME (in UTC)  | 
                                
                                     timestamp  | 
                                
                                     The time the exception (error) occurred.  | 
                            
| 
                                     STATEMENT  | 
                                
                                     nvchar  | 
                                
                                     The statement that was being executed when the error occurred.  | 
                            
| 
                                     ERROR  | 
                                
                                     nvchar  | 
                                
                                     The actual error message.  |