<?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: Question on tFTPPut in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209157#M8091</link>
    <description>&lt;P&gt;Thanks Shong for the response,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only issue I would face is my job would fail in TAC.&lt;/P&gt;
&lt;P&gt;If I want to ignore this error and return the status a success, what could be the change in the job?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sanjay&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2017 17:25:42 GMT</pubDate>
    <dc:creator>Sanjay5</dc:creator>
    <dc:date>2017-04-24T17:25:42Z</dc:date>
    <item>
      <title>Question on tFTPPut</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209148#M8082</link>
      <description>&lt;P&gt;I am trying to transfer a file to FTP location:&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;Files on SFT servers are stored with a Unique tracking number which will be attached with the file with format filename#&amp;lt;trackingid&amp;gt;.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;Now i am trying to transfer a file to server, "DECRYPT.FILE"&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;Server is &lt;SPAN&gt;automatically&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;changing the name of the file to "DECRYPT.FILE#ABC1111"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt; 
 &lt;LI&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" size="1 2 3 4 5 6 7"&gt;Even though transf&lt;SPAN&gt;er is successful, I receive below error in Talend job&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;[ERROR]: filecomponenttesting.sftp_connectivity_0_&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;1.sFTP_Connectivity - tFTPPut_2 - File transfer fail./inbox/DECRYPT.FILE is not a valid file path&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Exception in component tFTPPut_2&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;2: /inbox/DECRYPT.FILE is not a valid file path&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I think after successful transfer, Job is checking for the file "DECRYPT.FILE" in FTP server and not able to find the file and it is throwing error.&lt;/P&gt; 
&lt;P&gt;Any idea how to resolve this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 19:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209148#M8082</guid>
      <dc:creator>Sanjay5</dc:creator>
      <dc:date>2017-04-17T19:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Question on tFTPPut</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209149#M8083</link>
      <description>&lt;P&gt;It sounds like you're transferring files to a Managed File Transfer site, which can handle incoming files in this manner. &amp;nbsp;Since what you're seeing is expected behavior on the part of the destination server, you'd have to catch the exception and do your own validation that the file transferred successfully.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 20:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209149#M8083</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-04-17T20:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Question on tFTPPut</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209150#M8084</link>
      <description>&lt;P&gt;Thanks for the response,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If job is running in TAC, it would always say that job is "failed".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any suggestion, how can I manage that failure.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 20:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209150#M8084</guid>
      <dc:creator>Sanjay5</dc:creator>
      <dc:date>2017-04-17T20:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Question on tFTPPut</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209151#M8085</link>
      <description>&lt;P&gt;You can configure a tLogCatcher component to catch Java exceptions, but I'm not familiar with how that interacts with job status in TAC.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 21:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209151#M8085</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-04-17T21:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question on tFTPPut</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209152#M8086</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will check if I can work to catch the exception.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 21:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209152#M8086</guid>
      <dc:creator>Sanjay5</dc:creator>
      <dc:date>2017-04-17T21:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Question on tFTPPut</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209153#M8087</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please indicate what's talend build version you are using? Can you execute your FTP job successfully in studio? Does this job only fail in TAC? Screenshots of job setting will be preferred.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 10:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209153#M8087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-18T10:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Question on tFTPPut</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209154#M8088</link>
      <description>&lt;P&gt;I am using enterprise version of Big Data 6.2.1&lt;/P&gt;
&lt;P&gt;Job is failing in both Studio and TAC.&lt;/P&gt;
&lt;P&gt;Please find attached Screen shot&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lr1K"&gt;Error Message.docx&lt;/A&gt;</description>
      <pubDate>Tue, 18 Apr 2017 17:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209154#M8088</guid>
      <dc:creator>Sanjay5</dc:creator>
      <dc:date>2017-04-18T17:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question on tFTPPut</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209155#M8089</link>
      <description>&lt;P&gt;Uploaded the job setting screenshot as well&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrI8"&gt;Error Message.docx&lt;/A&gt;</description>
      <pubDate>Tue, 18 Apr 2017 17:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209155#M8089</guid>
      <dc:creator>Sanjay5</dc:creator>
      <dc:date>2017-04-18T17:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Question on tFTPPut</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209156#M8090</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt;stamrake wrote: 
 &lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Exception in component tFTPPut_2&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
 &lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;2: /inbox/DECRYPT.FILE is not a valid file path&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;I think after successful transfer, Job is checking for the file "DECRYPT.FILE" in FTP server and not able to find the file and it is throwing error.&lt;/P&gt; 
 &lt;P&gt;Any idea how to resolve this issue?&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;Hi stamrake&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The file has been transferred successfully to FTP server, it seems the component program is still trying to read the old file name on server and throws the error because&amp;nbsp;&lt;SPAN&gt;the file name has been renamed to a new one by the server. If you are a Java developer, you can debug the Job code and check which line throws the error.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;DIV id="gt-src-c" class="g-unit"&gt;
  &amp;nbsp; 
&lt;/DIV&gt; 
&lt;DIV id="gt-res-c" class="g-unit"&gt; 
 &lt;DIV id="gt-res-p"&gt; 
  &lt;DIV id="gt-res-data"&gt; 
   &lt;DIV id="gt-res-wrap"&gt; 
    &lt;DIV id="gt-res-content"&gt; 
     &lt;DIV id="gt-res-dir-ctr" dir="ltr"&gt; 
      &lt;SPAN class=""&gt;Does this error affect your business logic or the next step? &lt;/SPAN&gt; 
     &lt;/DIV&gt; 
     &lt;DIV dir="ltr"&gt; 
      &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Do you want the job to ignore this error and return the status as success? If so, you can eliminate it by redesign the job.&lt;/SPAN&gt;&lt;/SPAN&gt; 
     &lt;/DIV&gt; 
     &lt;DIV dir="ltr"&gt;
       &amp;nbsp; 
     &lt;/DIV&gt; 
    &lt;/DIV&gt; 
   &lt;/DIV&gt; 
  &lt;/DIV&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt; 
&lt;P&gt;&lt;SPAN&gt;Shong&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2017 06:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209156#M8090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-23T06:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Question on tFTPPut</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209157#M8091</link>
      <description>&lt;P&gt;Thanks Shong for the response,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only issue I would face is my job would fail in TAC.&lt;/P&gt;
&lt;P&gt;If I want to ignore this error and return the status a success, what could be the change in the job?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sanjay&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 17:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209157#M8091</guid>
      <dc:creator>Sanjay5</dc:creator>
      <dc:date>2017-04-24T17:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Question on tFTPPut</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209158#M8092</link>
      <description>Hi 
&lt;BR /&gt;Move tFTPPut to a child job, use a tRunJob to call this child job in the main job, uncheck the 'die on error' option on tRunJob. In this case, the main job always returns success status even though child job has error. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong 
&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Apr 2017 10:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFTPPut/m-p/2209158#M8092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-26T10:51:31Z</dc:date>
    </item>
  </channel>
</rss>

