<?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 compatability between windows and Unix in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSystem-compatability-between-windows-and-Unix/m-p/2321149#M91215</link>
    <description>&lt;P&gt;Thanks for the reply Prakhar. I am scared you didn't notice this in my original post "&amp;nbsp;if I take the error thrown out to the console and run it as-is on my Liunx terminal (Putty) it works fine" which means all the needed folders, files, permissions etc are intact as needed.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 17:10:32 GMT</pubDate>
    <dc:creator>tnewbie</dc:creator>
    <dc:date>2021-01-27T17:10:32Z</dc:date>
    <item>
      <title>tSystem compatability between windows and Unix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-compatability-between-windows-and-Unix/m-p/2321147#M91213</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had all the success in loading a dmp file to oracle tables using Dynamic data type of Talend. As a final step in my load process I want to move the source files to processed or errored folders. I was able to do this successfully from my Studio using the below command, but having issues doing the same when I am trying to deploy it on the TAC/Remote Server.  The job runs successfully but the move command is failing, if I take the error thrown out to the console and run it as-is on my Liunx terminal (Putty) it works fine. I am probably missing out on something very minor, can you please help find the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Windows command in tSystem component (works fine when I run locally):&lt;/B&gt;&lt;/P&gt;&lt;P&gt;"cmd /c move "+ StringHandling.CHANGE(((String)globalMap.get("tFileList_2_CURRENT_FILE")),".CTL",".*") +"&amp;nbsp;" +((String)globalMap.get("tFileList_2_CURRENT_FILEDIRECTORY"))+"\\"+context.dest_folder+"\\"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Linux  command in tSystem component: &lt;/B&gt;&lt;B&gt;(doesn't work when I run on remote server):&lt;/B&gt;&lt;/P&gt;&lt;P&gt;new String[]{"/bin/bash","-C","mv "+((String)globalMap.get("tFileList_2_CURRENT_FILEDIRECTORY"))+"/"+StringHandling.CHANGE(((String)globalMap.get("tFileList_2_CURRENT_FILE")),".CTL",".*") +"&amp;nbsp;" +((String)globalMap.get("tFileList_2_CURRENT_FILEDIRECTORY"))+"\\"+context.dest_folder+"\\"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error on the console : &lt;/P&gt;&lt;P&gt;/bin/bash: mv /opt/xxx/talend/Member/Datafiles/xx_1094B_STATUS.* &amp;nbsp;/opt/xxx/talend/Member/Datafiles/Processed/: No such file or directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***I tried using absolute and relative paths, but in vain the problem remains&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-compatability-between-windows-and-Unix/m-p/2321147#M91213</guid>
      <dc:creator>tnewbie</dc:creator>
      <dc:date>2024-11-16T00:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem compatability between windows and Unix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-compatability-between-windows-and-Unix/m-p/2321148#M91214</link>
      <description>&lt;P&gt;Are you sure you have the folder in the Remote server, or are you trying to access the shared drive.&lt;/P&gt;&lt;P&gt;Because if you are trying to run job on remote server and trying to access your local drive then it is not possible.&lt;/P&gt;&lt;P&gt;Please clear what you are trying to do and also recheck if every folder is present on the Linux server&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 05:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-compatability-between-windows-and-Unix/m-p/2321148#M91214</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-01-27T05:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem compatability between windows and Unix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-compatability-between-windows-and-Unix/m-p/2321149#M91215</link>
      <description>&lt;P&gt;Thanks for the reply Prakhar. I am scared you didn't notice this in my original post "&amp;nbsp;if I take the error thrown out to the console and run it as-is on my Liunx terminal (Putty) it works fine" which means all the needed folders, files, permissions etc are intact as needed.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 17:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-compatability-between-windows-and-Unix/m-p/2321149#M91215</guid>
      <dc:creator>tnewbie</dc:creator>
      <dc:date>2021-01-27T17:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: tSystem compatability between windows and Unix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSystem-compatability-between-windows-and-Unix/m-p/2321150#M91216</link>
      <description>&lt;P&gt;I see. Could you try to specify Home Directory in the option in tSystem.&lt;/P&gt;&lt;P&gt;Write "/" as home directory and then try to execute it.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 04:41:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSystem-compatability-between-windows-and-Unix/m-p/2321150#M91216</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-01-28T04:41:09Z</dc:date>
    </item>
  </channel>
</rss>

