<?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: tSystem + workstation on Windows + TAC and JobServer on Linux in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239186#M27061</link>
    <description>Hi Pedro,&lt;BR /&gt;I think I haven't been clear enough. I don't want using redirection or pipe. I just want use a simple linux command, like : "cd /repository...".&lt;BR /&gt;Maybe the tsystem doesn't work for the Linux environnement, no ?&lt;BR /&gt;&lt;BR /&gt;Thank you, &lt;BR /&gt;Carole</description>
    <pubDate>Wed, 06 Jun 2012 09:52:27 GMT</pubDate>
    <dc:creator>param75</dc:creator>
    <dc:date>2012-06-06T09:52:27Z</dc:date>
    <item>
      <title>tSystem + workstation on Windows + TAC and JobServer on Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239184#M27059</link>
      <description>Hello 
&lt;BR /&gt;We developp ours jobs on Windows. After, there are deployed on the TAC. The servers (TAC + JobServer) are under Linux. 
&lt;BR /&gt;In our jobs, we used the "tsystem" component with simple Linux command such as "cd /data/directory/; ls -l". 
&lt;BR /&gt;When the job is launched from the TAC, we have this error : 
&lt;BR /&gt;### Job STARTED at 2012/06/05 15:57:09 (jobId=20120605_155703_xuPgv, jobExecutionId=20120605155709_xcPO7) ### 
&lt;BR /&gt;Exception in component tSystem_1 
&lt;BR /&gt;java.io.IOException: Cannot run program "cd": java.io.IOException: error=2, No such file or directory 
&lt;BR /&gt; at java.lang.ProcessBuilder.start(ProcessBuilder.java:460) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:593) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:431) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:369) 
&lt;BR /&gt; at test_cab.exec_fils_0_1.Exec_Fils.tSystem_1Process(Exec_Fils.java:643) 
&lt;BR /&gt; at test_cab.exec_fils_0_1.Exec_Fils.runJobInTOS(Exec_Fils.java:1206) 
&lt;BR /&gt; at test_cab.exec_fils_0_1.Exec_Fils.main(Exec_Fils.java:1077) 
&lt;BR /&gt;Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory 
&lt;BR /&gt; at java.lang.UNIXProcess.&amp;lt;init&amp;gt;(UNIXProcess.java:148) 
&lt;BR /&gt; at java.lang.ProcessImpl.start(ProcessImpl.java:65) 
&lt;BR /&gt; at java.lang.ProcessBuilder.start(ProcessBuilder.java:453) 
&lt;BR /&gt; ... 6 more 
&lt;BR /&gt;### Job ENDED WITH ERROR at 2012/06/05 15:57:09 (jobId=20120605_155703_xuPgv, jobExecutionId=20120605155709_xcPO7) ### 
&lt;BR /&gt; 
&lt;BR /&gt;After that, we modify this job but with a workstation on Linux. The execution on the workstation, make the same error. After deploy on TAC and execution on JobServer we have the same issue : 
&lt;BR /&gt;### Job STARTED at 2012/06/05 14:57:39 (jobId=20120605_145626_Y6WtB, jobExecutionId=20120605145739_FvR6r) ### 
&lt;BR /&gt;Exception in component tSystem_1 
&lt;BR /&gt;java.io.IOException: Cannot run program "cd": java.io.IOException: error=2, No such file or directory 
&lt;BR /&gt; at java.lang.ProcessBuilder.start(ProcessBuilder.java:460) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:593) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:431) 
&lt;BR /&gt; at java.lang.Runtime.exec(Runtime.java:369) 
&lt;BR /&gt; at test_cab.exec_fils_0_1.Exec_Fils.tSystem_1Process(Exec_Fils.java:643) 
&lt;BR /&gt; at test_cab.exec_fils_0_1.Exec_Fils.runJobInTOS(Exec_Fils.java:1206) 
&lt;BR /&gt; at test_cab.exec_fils_0_1.Exec_Fils.main(Exec_Fils.java:1077) 
&lt;BR /&gt;Caused by: java.io.IOException: java.io.IOException: error=2, No such file or directory 
&lt;BR /&gt; at java.lang.UNIXProcess.&amp;lt;init&amp;gt;(UNIXProcess.java:148) 
&lt;BR /&gt; at java.lang.ProcessImpl.start(ProcessImpl.java:65) 
&lt;BR /&gt; at java.lang.ProcessBuilder.start(ProcessBuilder.java:453) 
&lt;BR /&gt; ... 6 more 
&lt;BR /&gt;### Job ENDED WITH ERROR at 2012/06/05 14:57:40 (jobId=20120605_145626_Y6WtB, jobExecutionId=20120605145739_FvR6r) ### 
&lt;BR /&gt; 
&lt;BR /&gt;How doing the system call under Linux ? 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Carole</description>
      <pubDate>Wed, 06 Jun 2012 08:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239184#M27059</guid>
      <dc:creator>param75</dc:creator>
      <dc:date>2012-06-06T08:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem + workstation on Windows + TAC and JobServer on Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239185#M27060</link>
      <description>Hi Carole&lt;BR /&gt;If you want to handle pipe or redirection with the component tSystem, this topic may help you.&lt;BR /&gt;23754&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 06 Jun 2012 09:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239185#M27060</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-06T09:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem + workstation on Windows + TAC and JobServer on Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239186#M27061</link>
      <description>Hi Pedro,&lt;BR /&gt;I think I haven't been clear enough. I don't want using redirection or pipe. I just want use a simple linux command, like : "cd /repository...".&lt;BR /&gt;Maybe the tsystem doesn't work for the Linux environnement, no ?&lt;BR /&gt;&lt;BR /&gt;Thank you, &lt;BR /&gt;Carole</description>
      <pubDate>Wed, 06 Jun 2012 09:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239186#M27061</guid>
      <dc:creator>param75</dc:creator>
      <dc:date>2012-06-06T09:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem + workstation on Windows + TAC and JobServer on Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239187#M27062</link>
      <description>Or the problem is because we execute jobs on linux server but we design them on windows workstation.</description>
      <pubDate>Wed, 06 Jun 2012 09:54:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239187#M27062</guid>
      <dc:creator>param75</dc:creator>
      <dc:date>2012-06-06T09:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem + workstation on Windows + TAC and JobServer on Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239188#M27063</link>
      <description>Hi&lt;BR /&gt;Try this.&lt;BR /&gt;new String[]{"/bin/bash","-c","cd /data/directory; ls -l"}&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 06 Jun 2012 10:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239188#M27063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-06T10:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem + workstation on Windows + TAC and JobServer on Linux</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239189#M27064</link>
      <description>It's works ! &lt;BR /&gt;Thank you Pedro &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 06 Jun 2012 12:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-workstation-on-Windows-TAC-and-JobServer-on-Linux/m-p/2239189#M27064</guid>
      <dc:creator>param75</dc:creator>
      <dc:date>2012-06-06T12:37:50Z</dc:date>
    </item>
  </channel>
</rss>

