Search or browse our knowledge base to find answers to your questions ranging from account questions to troubleshooting error messages. The content is curated and updated by our global Support team
Announcements
QlikWorld happening right now! You can still join: REGISTER NOW
Generate a record to attrep_apply_exceptions topic for Kafka endpoint
Introduction:
This post is meant to be used for testing whether attrep_apply_exceptions is writing correctly to kafka target endpoint. It will cause a task warning, so please use this for testing carefully.
When using the kafka target endpoint, a topic named attrep_apply_exceptions needs to exist to capture potential errors in the task. Users can either create a topic named attrep_apply_exceptions before starting the replication task or configure the brokers with auto.create.topics.enable=true in config/server.properties.
Steps:
Create a CDC only (apply change processing on) test task with your same source and kafka as a target
Select a table and add a transformation column to the Output side with the following:
Name
$partition
Type
NUMERIC(18,0)
Fx
11
Save the task
Start processing
Once it is running, insert a record or two on the source side table.
Data error will be generated and data will be written to exceptions topic.
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.