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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
gkaur
Contributor III
Contributor III

Does "advanced run option" for postgres as source and snowflake as target ?

I am trying to fill-in a data gap using "advanced run option"  with selections as "Tables are already loaded. Start processing changes from" but getting following error -

"Failure in starting (with TXN consistency...)
Unsupported/illegal initial positioning token/method: 'timestamp:2024-02-15T05:00:00'

"

Truncating and reloading is not an option for me as table is huge, plus it is a live table. What are my options ?

Labels (1)
1 Solution

Accepted Solutions
john_wang
Support
Support

Hello @gkaur ,

Thanks for reaching out to Qlik Community!

PostgreSQL source endpoint is some special, there is limitation:

The reason is that Qlik Replicate get changes data from WAL via slot where the snapshot will be created while the slot is created. Seems you are trying to startup the capture from a time older than the slot creation.

If the slot was ever dropped and being re-created again, a full load is needed if task is set to Apply Changes. If task is set to Store Changes then you may try to startup the task CDC from current LSN, or a time newer than slot creation time.

Hope this helps.

John.

 

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

View solution in original post

1 Reply
john_wang
Support
Support

Hello @gkaur ,

Thanks for reaching out to Qlik Community!

PostgreSQL source endpoint is some special, there is limitation:

The reason is that Qlik Replicate get changes data from WAL via slot where the snapshot will be created while the slot is created. Seems you are trying to startup the capture from a time older than the slot creation.

If the slot was ever dropped and being re-created again, a full load is needed if task is set to Apply Changes. If task is set to Store Changes then you may try to startup the task CDC from current LSN, or a time newer than slot creation time.

Hope this helps.

John.

 

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