Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I'm wondering if it's possible to access the data change information shown in the Monitor tab (picture below) from a log file or database. If so, could you please explain how to do it?
Thanks.
Hi @mk_istts ,
Method #1
If you just want to get the number of records processed, please check control table - Replication History to see if it meets your need.
Method #2
Run the repctl command. However, please be aware that it may not be officially supported.
repctl connect; gettaskstatus your_taskname; disconnect;
Regards,
Desmond
Hi @mk_istts ,
If you have Qlik Enterprise Manager installed, you also can use GetTableStatuses API to get the information.
If you have Qlik Enterprise Manager - Analytics, you can get the information from the Applied Changes graph.
Regards,
Desmond