<?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: Integration with Control-M in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1940012#M2921</link>
    <description>&lt;P&gt;Thanks Kelly. After having Python installed on the QEM server and adding the path variables, can I then used an external host to make the API calls to the QEM server? Is the aem_client included with the QEM installation?&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2022 19:06:25 GMT</pubDate>
    <dc:creator>Al_gar</dc:creator>
    <dc:date>2022-06-06T19:06:25Z</dc:date>
    <item>
      <title>Integration with Control-M</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1931119#M2671</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am looking for information about integration between Qlik Replicate (also Qlik Compose) and Control-M.&amp;nbsp;Or to see if there is any other way to create a status file to be able to monitor and trigger any failed task.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 14:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1931119#M2671</guid>
      <dc:creator>Al_gar</dc:creator>
      <dc:date>2022-05-16T14:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Control-M</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1931190#M2672</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162751"&gt;@Al_gar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We do not have documentation specific to Control-M integration, but customers can create their own programs using Qlik Enterprise Manager APIs to create, trigger and monitor tasks externally and then integrate that program with Control-M.&lt;/P&gt;
&lt;P&gt;API documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/November2021/Content/EnterpriseManager/EnterpriseManager_APIGuide/Introduction/AEM_Intro.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/November2021/Content/EnterpriseManager/EnterpriseManager_APIGuide/Introduction/AEM_Intro.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please note that the implementation and maintenance of external program is not in the scope of Qlik Support.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Kelly&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 15:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1931190#M2672</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-05-16T15:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Control-M</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1938401#M2888</link>
      <description>&lt;P&gt;Thank you Kelly. We're going to use Python SDK, but there's no information on the documentation as to what specific&amp;nbsp; aem_client library to install on the client machine. Is there any Qlik EM specific AEM Python package?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 13:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1938401#M2888</guid>
      <dc:creator>Al_gar</dc:creator>
      <dc:date>2022-06-01T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Control-M</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1938491#M2891</link>
      <description>&lt;P&gt;for the QEM API :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2022/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/aem_rest_api_intro.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/May2022/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/aem_rest_api_intro.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2022 16:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1938491#M2891</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-06-01T16:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Control-M</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1938983#M2901</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;My question was geared more to what specific Python package is needed in order to import the right aem_client module. I have already installed some packages, but when I try to test some of the included python examples I get the following error message:&lt;/P&gt;
&lt;P&gt;"ModuleNotFoundError: No module named 'aem_client'"&lt;/P&gt;
&lt;P&gt;We read the documentation, but we couldn't find any specifics about what Python package to install to get the necessary libraries for the aem_client.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 13:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1938983#M2901</guid>
      <dc:creator>Al_gar</dc:creator>
      <dc:date>2022-06-02T13:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Control-M</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1939001#M2903</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162751"&gt;@Al_gar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You will need to define the path to the python scripts from the QEM install in your path variable. i.e for windows C:\Program Files\Attunity\Enterprise Manager\clients\python&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;C:\Users\kelbla&amp;gt;path&lt;BR /&gt;PATH=D:\Python\Scripts\;D:\Python\;C:\Windows\system32;C:\Windows;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Attunity\Enterprise Manager\clients\python&lt;/P&gt;
&lt;P&gt;Additionally, you will need to run the command window as administrator. Then try:&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;python&lt;/P&gt;
&lt;P&gt;Python version info XXX&lt;BR /&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; from aem_client import *&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Let me know if this helps.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Kelly&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 14:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1939001#M2903</guid>
      <dc:creator>KellyHobson</dc:creator>
      <dc:date>2022-06-02T14:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Control-M</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1940012#M2921</link>
      <description>&lt;P&gt;Thanks Kelly. After having Python installed on the QEM server and adding the path variables, can I then used an external host to make the API calls to the QEM server? Is the aem_client included with the QEM installation?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 19:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1940012#M2921</guid>
      <dc:creator>Al_gar</dc:creator>
      <dc:date>2022-06-06T19:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Control-M</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1940481#M2923</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162751"&gt;@Al_gar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please see the API guide :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/enterprise-manager/May2022/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/how_to.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/May2022/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/how_to.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;see : &lt;SPAN style="background-color:rgb(255,255,255);color:rgb(15,15,15);font-size:16px;"&gt;&lt;STRONG&gt;To be able to use the Qlik Enterprise Manager Python API:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(45,51,56);font-size:13px;"&gt;Is the aem_client included with the QEM installation? ans ,, yes, is under the :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(15,15,15);font-size:16px;"&gt;a code sample and a readme file that describes the code are located in the &lt;I&gt;&amp;lt;Enterprise Manager_Installation_Folder&amp;gt;/clients/python&lt;/I&gt; folder.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 14:28:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1940481#M2923</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-06-07T14:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Control-M</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1964735#M3369</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/162751"&gt;@Al_gar&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you had any luck with your implementation. We are needing to build a script to read from a database to see when a rebuild is complete and then trigger a task. Should be pretty straight forward but the Qlik documentation could be much more improved. Care to share anything you've learned? Also, is all the documentation meant to be done on the enterprise manager server?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 15:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1964735#M3369</guid>
      <dc:creator>gdoyle</dc:creator>
      <dc:date>2022-08-04T15:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Integration with Control-M</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1964838#M3375</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes it should be on the server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Lyka&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 20:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Integration-with-Control-M/m-p/1964838#M3375</guid>
      <dc:creator>lyka</dc:creator>
      <dc:date>2022-08-04T20:39:16Z</dc:date>
    </item>
  </channel>
</rss>

