Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.
Regards,
Orit
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.
Regards,
Orit
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.
Thank you both for your replies. In the end, I used QEM to stop multiple tasks! 😀