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

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
feal
Creator
Creator

How to restart a Postgres Source task with API after a loss of replication slot

Hello

if I may loose a replication slot from a Postgres Source DBMS of a replication task (for example a switchover for PostGres 15 or a failover for Postgres 16 and above)  ,  it is not possible to use RunTask | Qlik Enterprise Manager Help Parameters | Qlik Enterprise Manager Help with RESUME_PROCESSING on a script : if I do not want to restart with RELOAD_TARGET and i want to restart with current timestamp, i may extract current timestamp in some way inside the calling script  and pass it as a Header parameter to RunTask | Qlik Enterprise Manager.

Is there a way to do so only passing a single paramenter without any other additional script logic ? We want to avoid any manual intervention by GUI or a not easy to implement and mantain script.

Thanks and regards

Alessandro

Labels (1)
1 Solution

Accepted Solutions
OritA
Support
Support

Hi Alessandro, 

As indicated in the Replicate users guide under limitation section (see below), when working with postgres source endpoint it is not possible to start the task from a specific timestamp.
https://help.qlik.com/en-US/replicate/May2025/Content/Global_Common/Content/SharedReplicateHDD/Postg...

If you need any additional clarification and or help please open a Salesforce case and describe the exact scenarion with the details of what did not work for you. 

Regards,

Orit

 

 

View solution in original post

2 Replies
OritA
Support
Support

Hi Alessandro, 

As indicated in the Replicate users guide under limitation section (see below), when working with postgres source endpoint it is not possible to start the task from a specific timestamp.
https://help.qlik.com/en-US/replicate/May2025/Content/Global_Common/Content/SharedReplicateHDD/Postg...

If you need any additional clarification and or help please open a Salesforce case and describe the exact scenarion with the details of what did not work for you. 

Regards,

Orit

 

 

feal
Creator
Creator
Author

Ok thank you Orit.

All clear now !