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: 
kellyyyyyyyyy
Partner - Contributor II
Partner - Contributor II

Stop all tasks on Qlik Replicate?

Hello everyone, I currently have a Qlik Replicate instance with dozens of tasks running CDC operations. Is there a command to stop and start all tasks at once? Thank a lot.

Labels (2)
1 Solution

Accepted Solutions
OritA
Support
Support

Hi, 

There is no ONE command that stops all the running task. But.. 

1. You can stop all tasks by simply stopping the Replicate server as this action will initiate a stop command to all the running tasks. 

2. There is a QEM API that allows you to stop a specific task and there is an API that allows you to get a task list and their state. So, you can write a script that based on the list of the running tasks initiates a stop task command. For furhter details on the QEM APIs please refer to the QEM documentation. 

https://help.qlik.com/en-US/enterprise-manager/November2024/Content/EnterpriseManager/EnterpriseMana...

 

Regards,

Orit

View solution in original post

3 Replies
OritA
Support
Support

Hi, 

There is no ONE command that stops all the running task. But.. 

1. You can stop all tasks by simply stopping the Replicate server as this action will initiate a stop command to all the running tasks. 

2. There is a QEM API that allows you to stop a specific task and there is an API that allows you to get a task list and their state. So, you can write a script that based on the list of the running tasks initiates a stop task command. For furhter details on the QEM APIs please refer to the QEM documentation. 

https://help.qlik.com/en-US/enterprise-manager/November2024/Content/EnterpriseManager/EnterpriseMana...

 

Regards,

Orit

john_wang
Support
Support

Hello @kellyyyyyyyyy , copy @OritA ,

I found a way to achieve that, see my article: How to stop all Qlik Replicate tasks with one click.

Hope it 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!
kellyyyyyyyyy
Partner - Contributor II
Partner - Contributor II
Author

Thank you both for your replies. In the end, I used QEM to stop multiple tasks! 😀