<?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: Calling a remote python process from Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285925#M59547</link>
    <description>Hi,
&lt;BR /&gt;Have you tried remote command in component tSystem to call your remote python process?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Fri, 18 Mar 2016 04:04:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-18T04:04:53Z</dc:date>
    <item>
      <title>Calling a remote python process from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285924#M59546</link>
      <description>I have Python running on a different server than Talend. Can I call a Python process running on a remote machine from Talend? and How?
&lt;BR /&gt;Thank you for your help.
&lt;BR /&gt;Arvind.</description>
      <pubDate>Sat, 16 Nov 2024 10:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285924#M59546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote python process from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285925#M59547</link>
      <description>Hi,
&lt;BR /&gt;Have you tried remote command in component tSystem to call your remote python process?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 18 Mar 2016 04:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285925#M59547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-18T04:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote python process from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285926#M59548</link>
      <description>Actually No. Let me try that.</description>
      <pubDate>Fri, 18 Mar 2016 18:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285926#M59548</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-18T18:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote python process from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285927#M59549</link>
      <description>Hi,&lt;BR /&gt;Feel free to let us know if it doesn't work.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 22 Mar 2016 02:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285927#M59549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-22T02:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote python process from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285928#M59550</link>
      <description>Actually it made sense to install Python on the same server as Talend and use it instead. The python script I run is fine when it is run standalone. However it gives an error when called from Talend. Any idea why it is failing?&lt;BR /&gt;Here is the error that I got:&lt;BR /&gt;&lt;FONT color="#0b5394"&gt;&lt;FONT size="2"&gt;&lt;FONT face="tahoma, sans-serif"&gt;File "/usr/sisense/test.py", line 13&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0b5394"&gt;&lt;FONT size="2"&gt;&lt;FONT face="tahoma, sans-serif"&gt;&amp;nbsp; &amp;nbsp; names = {i for i in db_user_list}&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0b5394"&gt;&lt;FONT size="2"&gt;&lt;FONT face="tahoma, sans-serif"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0b5394"&gt;&lt;FONT size="2"&gt;&lt;FONT face="tahoma, sans-serif"&gt;SyntaxError: invalid syntax&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;Here is the test script that I am using:&lt;BR /&gt;db_user_list=&lt;BR /&gt;names = {i for i in db_user_list}&lt;BR /&gt;print names&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Thu, 24 Mar 2016 20:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285928#M59550</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-24T20:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote python process from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285929#M59551</link>
      <description>anyone?</description>
      <pubDate>Mon, 28 Mar 2016 11:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285929#M59551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-28T11:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a remote python process from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285930#M59552</link>
      <description>Hi akandaswamy
&lt;BR /&gt;I believe that many users have successfully called a python script with tSystem component.
&lt;BR /&gt;Can you try to test if it is able to execute your python script from command prompt? Can you show us the command you set on tSystem component?
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 29 Mar 2016 09:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-remote-python-process-from-Talend/m-p/2285930#M59552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-29T09:43:15Z</dc:date>
    </item>
  </channel>
</rss>

