<?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: How to send pushd / popd command using tsystem component ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344776#M112388</link>
    <description>There s nothing specific to tSystem component here. Try these things:&lt;BR /&gt;- Running this command through command prompt.&lt;BR /&gt;- Running single command at a time&lt;BR /&gt;This will help you to pin point the error area.</description>
    <pubDate>Thu, 22 Sep 2016 05:32:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-22T05:32:05Z</dc:date>
    <item>
      <title>How to send pushd / popd command using tsystem component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344775#M112387</link>
      <description>&lt;P&gt;I am trying to send array of system commands thru tSystem component.&lt;BR /&gt;command strings are,&lt;BR /&gt;"cmd /c pushd \\\\10.0.100.58\\ConsoleLive\\BI Integration Data\\Backup\\RetailerTextData "&lt;BR /&gt;"cmd /c move *.csv importedforgisserver"&lt;BR /&gt;"cmd /c popd"&lt;BR /&gt;&lt;BR /&gt;I am getting error as given below.&lt;BR /&gt;-------&lt;BR /&gt;Exception in component tSystem_1&lt;BR /&gt;java.io.IOException: Cannot run program "cmd /c pushd \\10.0.100.58\ConsoleLive\BI Integration Data\Backup\RetailerTextData": CreateProcess error=2, The system cannot find the file specified&lt;BR /&gt;-------&lt;BR /&gt;Pl. advice.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 07:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344775#M112387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-20T07:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to send pushd / popd command using tsystem component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344776#M112388</link>
      <description>There s nothing specific to tSystem component here. Try these things:&lt;BR /&gt;- Running this command through command prompt.&lt;BR /&gt;- Running single command at a time&lt;BR /&gt;This will help you to pin point the error area.</description>
      <pubDate>Thu, 22 Sep 2016 05:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344776#M112388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-22T05:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to send pushd / popd command using tsystem component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344777#M112389</link>
      <description>&lt;BLOCKQUOTE&gt;
 sankalp.verma wrote:
 &lt;BR /&gt;There s nothing specific to tSystem component here. Try these things:
 &lt;BR /&gt;- Running this command through command prompt.
 &lt;BR /&gt;- Running single command at a time
 &lt;BR /&gt;This will help you to pin point the error area.
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Thanks for the input ,
&lt;BR /&gt;I already tried ,there was no success in that so i have posted it here.
&lt;BR /&gt;
&lt;BR /&gt;I guess talend can't handle //// continuous characters or i am doing something wrong in sending command.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;(ROOT CAUSE : to use UNC path is when talend jobs with mapped network drive is executed manually it runs fine but the same will fail when scheduler tries to run it( windows 2008 R2). So i have to get help of UNC path and pushd popd here.)
&lt;BR /&gt;
&lt;BR /&gt;Waiting for a reply from talend they are working on the issue.
&lt;BR /&gt;
&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 22 Sep 2016 06:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344777#M112389</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-22T06:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to send pushd / popd command using tsystem component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344778#M112390</link>
      <description>In the past I have been able to use "\\\\" UNC paths to execute command using tSystem component. Can you try executing one command at a time?</description>
      <pubDate>Thu, 22 Sep 2016 06:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344778#M112390</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-22T06:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to send pushd / popd command using tsystem component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344779#M112391</link>
      <description>&lt;BLOCKQUOTE&gt;sankalp.verma wrote:&lt;BR /&gt;In the past I have been able to use "\\\\" UNC paths to execute command using tSystem component. Can you try executing one command at a time?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Yes, it is not giving me errors if i use it as single commands. Thanks.</description>
      <pubDate>Mon, 26 Sep 2016 08:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344779#M112391</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-26T08:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to send pushd / popd command using tsystem component ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344780#M112392</link>
      <description>Then my idea will be to separate multiple commands with ";" and try to put multiple commands in a batch or script file and call that script file from talend.&amp;nbsp;</description>
      <pubDate>Mon, 26 Sep 2016 09:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-send-pushd-popd-command-using-tsystem-component/m-p/2344780#M112392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-26T09:49:25Z</dc:date>
    </item>
  </channel>
</rss>

