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: 
Sam_alt_07
Contributor
Contributor

Pull Attunity task info from powershell for monitoring

Hello Team,

I need to create a report that comes in my mail box regarding the Attunity task run. 

Regards,

Sam

Labels (1)
1 Solution

Accepted Solutions
Pedro_Lopez
Support
Support

Hello Sam,

What kind information do you have in mind to include on the report?

In Replicate we have the notifications which are used for notifying whenever there's a task start/stop, any performance issues or whenever it finds a warning/error, more info here: 

https://help.qlik.com/en-US/replicate/May2022/Content/Global_Common/Content/SharedEMReplicate/Server...

 

Now if you need some more specific information of the task such as Full Load information, applied changes and granularity on the tables of the task, you can use the Qlik Enterprise Manager APIs, more information here:

https://help.qlik.com/en-US/enterprise-manager/May2022/Content/EnterpriseManager/EnterpriseManager_A...

 

With Enterprise Manager you can add your Replicate server to monitoring and call APIs such as GetTableStatus(), GetTaskStatus() which I think would be more useful in an elaborate report.

View solution in original post

1 Reply
Pedro_Lopez
Support
Support

Hello Sam,

What kind information do you have in mind to include on the report?

In Replicate we have the notifications which are used for notifying whenever there's a task start/stop, any performance issues or whenever it finds a warning/error, more info here: 

https://help.qlik.com/en-US/replicate/May2022/Content/Global_Common/Content/SharedEMReplicate/Server...

 

Now if you need some more specific information of the task such as Full Load information, applied changes and granularity on the tables of the task, you can use the Qlik Enterprise Manager APIs, more information here:

https://help.qlik.com/en-US/enterprise-manager/May2022/Content/EnterpriseManager/EnterpriseManager_A...

 

With Enterprise Manager you can add your Replicate server to monitoring and call APIs such as GetTableStatus(), GetTaskStatus() which I think would be more useful in an elaborate report.