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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
hrushikeshatre
Contributor
Contributor

Qlik replciate using CDC is not working

 

We are using Qlik replicate Version (May 2024 (2024.5.0.563) .

Source - Amazone RDS(For SQL Server )

Target – SQL Server 2019 Enterprise Edition

We are using CDC to replicate data from source to target.

While doing this we are facing issue like “Stream component 'st_0_xxxx_xx_SOURCE' terminated Stream component failed at subtask 0, component st_0_xxx_xx_SOURCE Error executing source loop” and “LSN '00006f2e:00001356:00a8' could not be found, neither in the transaction log nor in the backup log”

Please see attach screenshot for reference .

Labels (1)
2 Replies
DesmondWOO
Support
Support

Hi @hrushikeshatre ,

As the error message states, Qlik Replicate cannot find the corresponding changes (LSN) from the transaction log or backup.

Based on the symptoms and Qlik documentation, this is likely caused by Amazon RDS for SQL Server moving the online logs to the backup location before Replicate has had a chance to read them. This typically happens when the allocated storage reaches its threshold or during high-volume transactions.

Reference: Qlik Help - AWS RDS SQL Server Limitations


Recommended Next Steps:

  1. Increase Allocated Storage

  2. If the LSN doesn't exist anymore, you may need to perform a Full Load (Reload Target) for this task to resync the data.

  3. If you confirm that storage is not the cause, please raise a support ticket to us.


Regards,
Desmond

 

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

First and second is working appropriate i think we need to rasie support case.