Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Team,
I need to create a report that comes in my mail box regarding the Attunity task run.
Regards,
Sam
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:
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:
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.
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:
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:
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.