Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Mar 21, 2023 4:38:51 AM
Mar 21, 2023 4:38:51 AM
The Apply Exceptions table is a Qlik Replicate Control Table created on the target endpoint when the corresponding table is selected in the Control Tables tab.
You may notice that you cannot turn off the Apply Exceptions in the Qlik Replicate control table settings. The option to do so is greyed out and cannot be unchecked. See img 01.
img 1
Change Processing errors are recorded in the attrep_apply_exceptions table. The data in this table is never deleted. For more information on the Apply Exceptions table please review attrep_apply_exceptions.
Additional tables and data take up space and resources in the database, so some people prefer to opt out of having this table for a Replicate task. This can be done with some additional configuration.
"common_settings": {
"support_lobs": false,
"change_table_settings": {
"handle_ddl": false,
"header_columns_settings": {
}
},
"full_load_enabled": false,
"audit_table_settings": {
},
"dr_settings": {
},
"statistics_table_settings": {
},
"bidi_table_settings": {
},
"task_uuid": "c24fe2e3-9d04-334c-80c4-35f4b349f9e4",
"status_table_settings": {
},
"status_table_enabled": true,
"suspended_tables_table_settings": {
},
"suspended_tables_table_enabled": true,
"history_table_settings": {
},
"history_table_enabled": true,
"exception_table_settings": {
},
"recovery_table_settings": {
},
"data_batching_settings": {
},
"data_batching_table_settings": {
},
"log_stream_settings_depricated": {
},
"ddl_history_table_settings": {
},
"customized_charset_settings": {
"validation": {
"sub_char": 0
}
}
}
},"common_settings": {
"exception_table_enabled": false,
"support_lobs": false,
"change_table_settings": {
"handle_ddl": false,
"header_columns_settings": {
}
},
"full_load_enabled": false,
"audit_table_settings": {
},
"dr_settings": {
},
"statistics_table_settings": {
},
"bidi_table_settings": {
},
"task_uuid": "c24fe2e3-9d04-334c-80c4-35f4b349f9e4",
"status_table_settings": {
},
"status_table_enabled": true,
"suspended_tables_table_settings": {
},
"suspended_tables_table_enabled": true,
"history_table_settings": {
},
"history_table_enabled": true,
"exception_table_settings": {
},
"recovery_table_settings": {
},
"data_batching_settings": {
},
"data_batching_table_settings": {
},
"log_stream_settings_depricated": {
},
"ddl_history_table_settings": {
},
"customized_charset_settings": {
"validation": {
"sub_char": 0
}
}
}
},
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.