Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
dndiaye01
Contributor II
Contributor II

How to get Head_Transaction_ID Different from Null Replicating To Azure Evernt Hub

I am replicating Data from AS400 to Azure Event Hub and I want to get header_transaction_id different from Null 

When I use Store changes Settings I am getting header_transaction_id :  null

 "headers": {
        "operation": "REFRESH",
        "changeSequence": "",
        "timestamp": "",
        "streamPosition": "",
        "transactionId": "",
        "changeMask": null,
        "columnMask": null,
        "transactionEventCounter": null,
        "transactionLastEvent": null
      }

When I am not using Store changes Settings I am getting header_transaction_id: "00000000000000000000000"

 

Labels (2)
1 Reply
john_wang
Support
Support

Hello @dndiaye01 ,

Thanks for reaching out to Qlik Community!

Please note that the Store Changes replication mode is not supported for Azure Event Hubs as a target endpoint. The only available option is Apply Changes. This applies to all streaming target endpoints, including Apache Kafka, Amazon MSK, Amazon Kinesis Data Streams, Confluent Cloud, Google Cloud Pub/Sub, and others.

Feel free to let me know if you need any additional assistance,

John.

Help users find answers! Do not forget to mark a solution that worked for you! If already marked, give it a thumbs up!