<?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 Re: Want to trigger qlik replicate using python script in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Want-to-trigger-qlik-replicate-using-python-script/m-p/2446407#M10811</link>
    <description>&lt;P&gt;Your question is perhaps better placed in the dedicated forum:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Enterprise-Manager/bd-p/qlik-enterprise-manager-discussions" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Enterprise-Manager/bd-p/qlik-enterprise-manager-discussions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;x-frame-options: DENY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;That doesn't sound good.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; 1. is {host} same is qlik cloud URL?? or its QEM URL?&lt;/P&gt;
&lt;P&gt;Host is the host where Qlik/Attunity Enterprise Manager is installed, which may be the same as the Replicate server, but does not have to be.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;gt;&amp;gt; 2. Do i need to install QEM first to call its APIs.&lt;/P&gt;
&lt;P&gt;Yes. Duh!?!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 14:50:04 GMT</pubDate>
    <dc:creator>Heinvandenheuvel</dc:creator>
    <dc:date>2024-04-29T14:50:04Z</dc:date>
    <item>
      <title>Want to trigger qlik replicate using python script</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Want-to-trigger-qlik-replicate-using-python-script/m-p/2446290#M10805</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I developed a project in qlik replicate. I accessed qlik replicate&amp;nbsp; using a web URL and developed my project there.&lt;/P&gt;
&lt;P&gt;I want to trigger that qlik replicate job using python script.&lt;/P&gt;
&lt;P&gt;Upon investigation i understood, i need to run below 2 APIs from QEM API documentation.&lt;/P&gt;
&lt;P&gt;1. Login&lt;/P&gt;
&lt;P&gt;2. runTaks&lt;/P&gt;
&lt;P&gt;I understood from login API i will get APISessionId and it will be used while calling runTask.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While calling login API i am not getting&amp;nbsp;APISessionId. i am getting session_code = 200 but no APISessionId is returned. PSB the response:&lt;/P&gt;
&lt;P&gt;HTTP/2 200 &lt;BR /&gt;date: ********&amp;nbsp;&lt;BR /&gt;content-type: text/html; charset=utf-8&lt;BR /&gt;content-length: 2518&lt;BR /&gt;x-frame-options: DENY&lt;BR /&gt;strict-transport-security: max-age=15724800; includeSubDomains&lt;BR /&gt;cache-control: no-store&lt;BR /&gt;x-xss-protection: 1; mode=block&lt;BR /&gt;x-content-type-options: nosniff&lt;BR /&gt;x-ingress: MWC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My Doubts are:&lt;BR /&gt;for login API i am using below URL:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://{host}/attunityenterprisemanager/api/v1/login" target="_blank" rel="noopener"&gt;https://{host}/attunityenterprisemanager/api/v1/login&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. is {host} same is qlik cloud URL?? or its QEM URL?&lt;BR /&gt;2. Do i need to install QEM first to call its APIs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if further inofrmation needed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 11:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Want-to-trigger-qlik-replicate-using-python-script/m-p/2446290#M10805</guid>
      <dc:creator>shubham121</dc:creator>
      <dc:date>2024-04-29T11:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Want to trigger qlik replicate using python script</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Want-to-trigger-qlik-replicate-using-python-script/m-p/2446407#M10811</link>
      <description>&lt;P&gt;Your question is perhaps better placed in the dedicated forum:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Enterprise-Manager/bd-p/qlik-enterprise-manager-discussions" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Enterprise-Manager/bd-p/qlik-enterprise-manager-discussions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;x-frame-options: DENY&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;That doesn't sound good.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; 1. is {host} same is qlik cloud URL?? or its QEM URL?&lt;/P&gt;
&lt;P&gt;Host is the host where Qlik/Attunity Enterprise Manager is installed, which may be the same as the Replicate server, but does not have to be.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&amp;gt;&amp;gt; 2. Do i need to install QEM first to call its APIs.&lt;/P&gt;
&lt;P&gt;Yes. Duh!?!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 14:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Want-to-trigger-qlik-replicate-using-python-script/m-p/2446407#M10811</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2024-04-29T14:50:04Z</dc:date>
    </item>
  </channel>
</rss>

