<?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: Qlik Enterprise Manager Python API: execution from another linux server in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-Python-API-execution-from-another-linux/m-p/2544765#M16023</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;thanks for your answers!&lt;/P&gt;&lt;P&gt;Let me explain better our environment.&lt;/P&gt;&lt;P&gt;QEM is installed on Windows, but we need to invoke the APIs endpoints from another server which is running on linux.&lt;/P&gt;&lt;P&gt;We successfully developed the shell files with cURL APIs and everything works, but we wanted to explore the Python APIs.&lt;/P&gt;&lt;P&gt;If I am understanding correctly, we need to develop the python programs on the same machine of the QEM installation, but my main question is: is it possible to use the Python APIs (downloading the libraries) on another machine and invoking the APIs remotely?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Michela&lt;/P&gt;</description>
    <pubDate>Fri, 13 Mar 2026 08:33:59 GMT</pubDate>
    <dc:creator>michelabarsottini</dc:creator>
    <dc:date>2026-03-13T08:33:59Z</dc:date>
    <item>
      <title>Qlik Enterprise Manager Python API: execution from another linux server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-Python-API-execution-from-another-linux/m-p/2544649#M16011</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;we are currently trying the QEM APIs to obtain Replicate orchestration.&lt;/P&gt;&lt;P&gt;Is it possible to use the Enterprise Manager Python API (&lt;A href="https://help.qlik.com/en-US/enterprise-manager/November2025/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/aem_python_api_intro.htm" target="_blank"&gt;https://help.qlik.com/en-US/enterprise-manager/November2025/Content/EnterpriseManager/EnterpriseManager_APIGuide/PythonAPI/aem_python_api_intro.htm&lt;/A&gt;) from another server? I cannot find any documentation as it seems that only same server configuration works.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Michela&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 09:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-Python-API-execution-from-another-linux/m-p/2544649#M16011</guid>
      <dc:creator>michelabarsottini</dc:creator>
      <dc:date>2026-03-12T09:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Enterprise Manager Python API: execution from another linux server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-Python-API-execution-from-another-linux/m-p/2544742#M16016</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Michela,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164925"&gt;@michelabarsottini&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In the current QEM versions, only Windows platform is supported, no QEM can be run at Linux machine. So no way to execute the APIs directly on Linux box. How you may develop the APIs apps on Windows and invoke them from a Linux box.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 02:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-Python-API-execution-from-another-linux/m-p/2544742#M16016</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2026-03-13T02:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Enterprise Manager Python API: execution from another linux server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-Python-API-execution-from-another-linux/m-p/2544747#M16017</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164925"&gt;@michelabarsottini&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Under the &lt;STRONG&gt;QEM installation path → clients → python&lt;/STRONG&gt;, you’ll find a sample program named &lt;STRONG&gt;example.py&lt;/STRONG&gt;. This script is provided as a simple way to verify connectivity to your QEM environment&lt;BR /&gt;&lt;BR /&gt;To connect successfully to QEM, you need to update the placeholder parameters in the script with your actual environment values:&lt;/P&gt;
&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt; domain = 'DOMAIN'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt; username = 'USER'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt; password = 'PASSWORD'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt; aem_machine_name = 'some-host'&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;if succeed, you will get the following lines like this:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Using environment Python 3.X&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Connecting to AemClient with user "DOMAIN\USERA" on machine name: "QEM_HOST"...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Done.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;############################################################&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Getting AEM server list (calling method get_server_list)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;1 server found&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;For each server showing [Name, Type, Version, State, Message]:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;[LocalQR, ReplicateServerInfo, 2025.11.0.285, MONITORED, None]&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 Mar 2026 05:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-Python-API-execution-from-another-linux/m-p/2544747#M16017</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-03-13T05:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Enterprise Manager Python API: execution from another linux server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-Python-API-execution-from-another-linux/m-p/2544765#M16023</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/125525"&gt;@DesmondWOO&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;thanks for your answers!&lt;/P&gt;&lt;P&gt;Let me explain better our environment.&lt;/P&gt;&lt;P&gt;QEM is installed on Windows, but we need to invoke the APIs endpoints from another server which is running on linux.&lt;/P&gt;&lt;P&gt;We successfully developed the shell files with cURL APIs and everything works, but we wanted to explore the Python APIs.&lt;/P&gt;&lt;P&gt;If I am understanding correctly, we need to develop the python programs on the same machine of the QEM installation, but my main question is: is it possible to use the Python APIs (downloading the libraries) on another machine and invoking the APIs remotely?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Michela&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 08:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-Python-API-execution-from-another-linux/m-p/2544765#M16023</guid>
      <dc:creator>michelabarsottini</dc:creator>
      <dc:date>2026-03-13T08:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Enterprise Manager Python API: execution from another linux server</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-Python-API-execution-from-another-linux/m-p/2544807#M16029</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164925"&gt;@michelabarsottini&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The Qlik Enterprise Manager Python client library is provided as&lt;STRONG&gt; aem_client.py&lt;/STRONG&gt;. You can find it in the QEM installation path under clients → python, as mentioned earlier. Please copy both example.py and aem_client.py to your Linux machine, and place them in the same directory.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 18:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Enterprise-Manager-Python-API-execution-from-another-linux/m-p/2544807#M16029</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2026-03-13T18:28:46Z</dc:date>
    </item>
  </channel>
</rss>

