<?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: Executing linux command using tsystem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351024#M117757</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;The objective is to extract the CDC data generated in AS400.&amp;nbsp; The below command should execute through ftp utility.&amp;nbsp; So placed all these commands in file and passed the file to ftp command as a argument.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;user&lt;BR /&gt;username&lt;BR /&gt;Password&lt;BR /&gt;cd cdc&lt;BR /&gt;quote rcmd "cdc/RUNCDC FILE(schema/table) LIBOUT(app) MODE(*DETACHED) MBROPT(*ADD)"&lt;BR /&gt;quit&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2017 16:32:16 GMT</pubDate>
    <dc:creator>Arunachalam</dc:creator>
    <dc:date>2017-11-30T16:32:16Z</dc:date>
    <item>
      <title>Executing linux command using tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351020#M117753</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to run the below Linux command through tsystem component.&amp;nbsp; But always i am getting no such file or directory error.&amp;nbsp; I checked the file in /home/talend path and the file is available with the required privilege.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"ftp -n -s:/home/talend/ftpfile.txt FTP_Server"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me how to run this command through tsystem component connecting Linux server?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arunachalam. S&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351020#M117753</guid>
      <dc:creator>Arunachalam</dc:creator>
      <dc:date>2024-11-16T08:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Executing linux command using tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351021#M117754</link>
      <description>&lt;P&gt;Can we see your error response in console please ?&lt;/P&gt;&lt;P&gt;And your component configuration.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 10:42:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351021#M117754</guid>
      <dc:creator>Théo_Cap</dc:creator>
      <dc:date>2017-11-30T10:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Executing linux command using tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351022#M117755</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Thanks for your reply.&amp;nbsp; The error is "No such file or directory"&lt;/P&gt; 
&lt;P&gt;I followed the step mentioned in the below link.&amp;nbsp; But I have got the same error&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EZwAAM" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Executing-a-Linux-command-with-a-pipe-using-a-tSystem-component/ta-p/21671&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 14:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351022#M117755</guid>
      <dc:creator>Arunachalam</dc:creator>
      <dc:date>2017-11-30T14:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Executing linux command using tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351023#M117756</link>
      <description>&lt;P&gt;What is your objective ?&lt;/P&gt;&lt;P&gt;Get a file from a FTP ?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 16:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351023#M117756</guid>
      <dc:creator>Théo_Cap</dc:creator>
      <dc:date>2017-11-30T16:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Executing linux command using tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351024#M117757</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;The objective is to extract the CDC data generated in AS400.&amp;nbsp; The below command should execute through ftp utility.&amp;nbsp; So placed all these commands in file and passed the file to ftp command as a argument.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;user&lt;BR /&gt;username&lt;BR /&gt;Password&lt;BR /&gt;cd cdc&lt;BR /&gt;quote rcmd "cdc/RUNCDC FILE(schema/table) LIBOUT(app) MODE(*DETACHED) MBROPT(*ADD)"&lt;BR /&gt;quit&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 16:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351024#M117757</guid>
      <dc:creator>Arunachalam</dc:creator>
      <dc:date>2017-11-30T16:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Executing linux command using tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351025#M117758</link>
      <description>&lt;P&gt;Try to use tSSH component.&lt;BR /&gt;Put your password between "" like "password"&lt;/P&gt; 
&lt;P&gt;Put one command by line (see sreenshot)&lt;/P&gt; 
&lt;P&gt;Don't forget to escape the " caracter if needed like I do in the screenshot. ( \"&amp;nbsp; )&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture.JPG" style="width: 886px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrjK.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151504i1C5AC940FCB82DC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrjK.jpg" alt="0683p000009LrjK.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 16:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351025#M117758</guid>
      <dc:creator>Théo_Cap</dc:creator>
      <dc:date>2017-11-30T16:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Executing linux command using tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351026#M117759</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;This might solve my problem &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;Thanks for your reply.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 17:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351026#M117759</guid>
      <dc:creator>Arunachalam</dc:creator>
      <dc:date>2017-11-30T17:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Executing linux command using tsystem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351027#M117760</link>
      <description>&lt;P&gt;No problem &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; , if it works don't hesitate to validate the answer in order to put this response to the top of the post.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 17:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Executing-linux-command-using-tsystem/m-p/2351027#M117760</guid>
      <dc:creator>Théo_Cap</dc:creator>
      <dc:date>2017-11-30T17:11:07Z</dc:date>
    </item>
  </channel>
</rss>

