Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have access to the Qlik Enterprise Manager (QEM) portal, and I have several tasks defined in it. I would like to know whether Qlik Replicate provides any built‑in options to notify us when a task fails. Could you please clarify what notification or alerting mechanisms are available for task‑failure events?
Additionally, is there any dashboard or monitoring view that can notify us when a task changes status? I’m aware of the Alert Notifications available in QEM, but I’d like to know if there are any other options beyond the standard alerting features.
Hi @SaravananM ,
Please refer to the below user guide for setting up the notification in QEM and replicate
https://help.qlik.com/en-US/enterprise-manager/November2025/Content/EnterpriseManager/Main/Administr...
https://help.qlik.com/en-US/replicate/November2025/Content/Global_Common/Content/SharedEMReplicate/S...
Regards
Arun
We have a couple of methods. For instant oncall alerts; we have our alerts going:
QEM Alert -> Windows Events -> Splunk -> Oncall system
For our DTL environment where we don't want our oncall people getting called out for every problem; we have a python script that runs every hour in business hours that uses QEM's api. This script checks the state of each task and report if a task moved into a recovery or failed state
QEM's Task console allows you to filter and monitor tasks with different states. You will see Running, Stopped, Recovering, and Error state. The tasks in this screen will change statuses to reflect it's current state. Refer to the State column to check the task's current state.