<?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 Trigger Qlik Replicate task using python script in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Trigger-Qlik-Replicate-task-using-python-script/m-p/2114353#M7262</link>
    <description>&lt;P&gt;Hi Qlik Community,&lt;/P&gt;
&lt;P&gt;I want to trigger the Qlik replicate using python script, can i do that?&lt;/P&gt;
&lt;P&gt;Or is there any other way with which we can trigger the Qlik replicate task automatically using metadata or parameter file&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2023 05:25:37 GMT</pubDate>
    <dc:creator>asraut</dc:creator>
    <dc:date>2023-09-07T05:25:37Z</dc:date>
    <item>
      <title>Trigger Qlik Replicate task using python script</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Trigger-Qlik-Replicate-task-using-python-script/m-p/2114353#M7262</link>
      <description>&lt;P&gt;Hi Qlik Community,&lt;/P&gt;
&lt;P&gt;I want to trigger the Qlik replicate using python script, can i do that?&lt;/P&gt;
&lt;P&gt;Or is there any other way with which we can trigger the Qlik replicate task automatically using metadata or parameter file&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 05:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Trigger-Qlik-Replicate-task-using-python-script/m-p/2114353#M7262</guid>
      <dc:creator>asraut</dc:creator>
      <dc:date>2023-09-07T05:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Qlik Replicate task using python script</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Trigger-Qlik-Replicate-task-using-python-script/m-p/2114362#M7263</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/245174"&gt;@asraut&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Thank you for reaching out to the Qlik community!&lt;BR /&gt;&lt;BR /&gt;Yes, we do have python and Rest API calls can triggered from using QEM console.&lt;BR /&gt;&lt;BR /&gt;Below link explains how&amp;nbsp;&lt;SPAN&gt;to use the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable EnterpriseManager.Productshort variable"&gt;Enterprise Manager&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Python API and lists the available methods.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/aem_rest_api_intro.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/aem_rest_api_intro.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Run The Task:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/api_runTask.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/api_runTask.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Stop the Task :&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/api_stopTask.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/May2023/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/api_stopTask.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope above message is useful.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Sachin B&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 05:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Trigger-Qlik-Replicate-task-using-python-script/m-p/2114362#M7263</guid>
      <dc:creator>SachinB</dc:creator>
      <dc:date>2023-09-07T05:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger Qlik Replicate task using python script</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Trigger-Qlik-Replicate-task-using-python-script/m-p/2114373#M7265</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/245174"&gt;@asraut&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Additionally, you have the option to trigger a task using the repctl command. You have the flexibility to create a batch script or shell script to control the task accordingly.&amp;nbsp; Please refer to this &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Repctl-Stop-Start-Task-using-REPCTL-command-line-interface/ta-p/1880971" target="_blank" rel="noopener"&gt;article&lt;/A&gt; for more detailed information.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 06:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Trigger-Qlik-Replicate-task-using-python-script/m-p/2114373#M7265</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2023-09-07T06:42:19Z</dc:date>
    </item>
  </channel>
</rss>

