<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Monitoring Qlik Replicate Jobs in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Monitoring-Qlik-Replicate-Jobs/m-p/2104676#M7027</link>
    <description>&lt;P&gt;Is there a way for Monitoring tools to monitor Qlik Replicate and determine if jobs are not running, through Powershell or other means?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2023 17:44:44 GMT</pubDate>
    <dc:creator>DanCarvin</dc:creator>
    <dc:date>2023-08-10T17:44:44Z</dc:date>
    <item>
      <title>Monitoring Qlik Replicate Jobs</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Monitoring-Qlik-Replicate-Jobs/m-p/2104676#M7027</link>
      <description>&lt;P&gt;Is there a way for Monitoring tools to monitor Qlik Replicate and determine if jobs are not running, through Powershell or other means?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 17:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Monitoring-Qlik-Replicate-Jobs/m-p/2104676#M7027</guid>
      <dc:creator>DanCarvin</dc:creator>
      <dc:date>2023-08-10T17:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Monitoring Qlik Replicate Jobs</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Monitoring-Qlik-Replicate-Jobs/m-p/2104703#M7028</link>
      <description>&lt;P&gt;The official API for Replicate is through the Enterprise Manager (AEM)&lt;/P&gt;
&lt;P&gt;It provides a a restApi interface to calls like - GetTaskList (name, state) and GetTaskDetails ( date and times for state transitions, volumes,...). This is a separate product, well worth it I'd like to think. Reach out to your Qlik sales interface? !&amp;nbsp; I attached a simple example, listing details from a first task in a first server under AEM control. Below also the response definition for GetTaskDetails.&lt;/P&gt;
&lt;P&gt;An alternative is the REPCTL commandline utility which is partially documented in the Replicate User Guide. It is always there, for free and can get the same information connecting to a local server, but less elegantly so. For a full list of commands use REPCTL HELP OPTION=1, but you'd need CONNECT and GETTASKSTATUS. For help on any command follow the command with a questionmark. For example&amp;nbsp; REPCTL GETTASKSTATUS ?&lt;/P&gt;
&lt;P&gt;Attached a Powershell script &lt;SPAN&gt;Overview_local_ps1.txt&amp;nbsp;&lt;/SPAN&gt;shows how REPCTL can be used. The also attached&amp;nbsp;&lt;SPAN&gt;AEM_simple_restapi_gettaskdetails_ps1.txt generates much similar output using the AEM API (If I recall correctly - haven't used it in a while)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hein.&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Response body
{
"taskList": [{
	"name": "{string}",
	"state": "{enum task_state}",
	"stop_reason": "{enum stop_reason}",
	"message": "{string}",
	"assigned_tags": ["string", "string", "string", …]
	}]
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 19:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Monitoring-Qlik-Replicate-Jobs/m-p/2104703#M7028</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-08-10T19:26:07Z</dc:date>
    </item>
  </channel>
</rss>

