<?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: Error and missing file while downloading using SFTP in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303222#M75129</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As this is a random issue, we are not able to give a solution/ workaround till we can find out the root cause.&lt;/P&gt;&lt;P&gt;Would you mind creating a jira issue on talend bug tracker?&lt;/P&gt;&lt;P&gt;&lt;A href="https://jira.talendforge.org/login.jsp" alt="https://jira.talendforge.org/login.jsp" target="_blank"&gt;https://jira.talendforge.org/login.jsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 08:22:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-31T08:22:54Z</dc:date>
    <item>
      <title>Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303211#M75118</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've developed a job in order to download files from an SFTP server. It's being up and running for many years and I didn't have any problem in the past.&lt;/P&gt;&lt;P&gt;A special notice to consider, is that the SFTP server is hosted on external partner prremises and according to its configuration, files are being deleted after the downloading is completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, everything work fine so far but recently I'm facing an unknown (and strange!) issue.&lt;/P&gt;&lt;P&gt;Under unspecified circumstances, component tFTPGet throws the error message {com.jcraft.jsch.SftpException} and the job is terminated.&lt;/P&gt;&lt;P&gt;But while the file has not been uploaded (not even partially) the SFTP server considers that was downloaded and the file is removed from it. So, if I try to re-download it, it's not there!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts, why the Talend could crash and the file is being lost??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ars&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 12:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303211#M75118</guid>
      <dc:creator>ars</dc:creator>
      <dc:date>2022-05-20T12:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303212#M75119</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;By design, tFTPGet will look at your local drive (i.e. C drive, C:/ASDG/DEX) to place/store your file , so are you using local directory instead of remote directory in it?&lt;/P&gt;&lt;P&gt;Could you please post the full error stack trace here and send us a snapshot of what you are seeing or trying to do so we can better understand the issue.&lt;/P&gt;&lt;P&gt;And then I will look into your issue as soon as possible and get back to you.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303212#M75119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-23T08:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303213#M75120</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, my tFTPGet component uses a local network drive, to store the downloaded files:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RiW4kAAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129524iE453E3D56F3D1530/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RiW4kAAF.png" alt="0695b00000RiW4kAAF.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the full error stack trace, unfortunetally the only error I can capture is through log (tLogCatcher info). &lt;/P&gt;&lt;P&gt;This is because the job is executed automatically via central pc and at the moment (when) it fails I have no view of the console. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I can't reproduce the problem 'ad hoc' because the SFTP where we download the files is on an external partner and I have no rights to upload a file. But mostly, even I had the right to do it, it might be impossible finally to reproduce the error. Because, the exception occurs some times and this is what we need to find. The reason of why this is happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; This is what tLogCather, exports on log table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RiW8NAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145194iBF437186006D9C29/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RiW8NAAV.png" alt="0695b00000RiW8NAAV.png" /&gt;&lt;/span&gt;There is no any other 'hidden' information on the field. Only this value: &lt;B&gt;&lt;I&gt;com.jcraft.jsch.SftpException:&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ars&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 12:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303213#M75120</guid>
      <dc:creator>ars</dc:creator>
      <dc:date>2022-05-25T12:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303214#M75121</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We can see that you are using a relative path as your local directory. There is access to this shared network drive? And It does work well when get files from FTP server?&lt;/P&gt;&lt;P&gt;In addition, if you don't mind, could you please open the error log generated automatically by the Studio to see whether you have error stack trace there; if you do, we will appreciate it a lot if you can paste it here.&lt;/P&gt;&lt;P&gt;About how to open this error log: in your Studio, click &lt;B&gt;Window&lt;/B&gt; to open the menu, then select&amp;nbsp;Show View-&amp;gt;General-&amp;gt;Error Log. Once you see an error, double click it.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 07:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303214#M75121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-26T07:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303215#M75122</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, job has full access on the shared folder and it does work well when we get files from the SFTP server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, regarding the log you need, as I mentioned the job is executed automatically via central pc.Thus, at the moment of execution there no any Studio instance open and only the .bat (from the deployment package) file is executed.&lt;/P&gt;&lt;P&gt;And I can't reproduce the error from my Studio instance; this is something that is happening radomly from the automated job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any other log info available from the 'runtime' job? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ars &lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 09:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303215#M75122</guid>
      <dc:creator>ars</dc:creator>
      <dc:date>2022-05-27T09:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303216#M75123</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Do you mean this FTP job can be executed successfully in studio? What's your runtime server for .bat file?CMD? Window scheduler?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 03:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303216#M75123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-30T03:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303217#M75124</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The FTP job executed succefully in studio.  On runtime server it's executed (most times succefully) using the .bat file, which is triggered via Window scheduler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ars&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 06:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303217#M75124</guid>
      <dc:creator>ars</dc:creator>
      <dc:date>2022-05-30T06:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303218#M75125</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As this job can be executed successfully in talend studio, I'm supposing something be wrong with Windows task scheduler for using the mapped disk drive letters.&lt;/P&gt;&lt;P&gt;Have you tried to add some debugging code in your job .bat file to see if there is any issue?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 07:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303218#M75125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-30T07:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303219#M75126</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The windows scheduler is working well. The job is executed on daily basis and most times it's completed successfully.&lt;/P&gt;&lt;P&gt;So this is not the point, of our investigation! The question is why the tFTPGET fails in some cases and raises the SFTP exception. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ars&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 08:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303219#M75126</guid>
      <dc:creator>ars</dc:creator>
      <dc:date>2022-05-30T08:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303220#M75127</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Do you have any record when tFTPGET fails? What's kind of some cases? Specific environment cases?&lt;/P&gt;&lt;P&gt;Is there any possible or detailed steps for us to repro this issue?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 07:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303220#M75127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-31T07:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303221#M75128</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only record I'm getting when tFTPGet fails, is this one via tLogCatcher: {com.jcraft.jsch.SftpException} and the job is terminated.&lt;/P&gt;&lt;P&gt;You can't repro the issue, because you need to establish connection to the SFTP, but I can't provide the details for that.&lt;/P&gt;&lt;P&gt;Job is very simple.  A connection is established, next the get component start the downloading. And under unspecified circumstances, some times this is failed. So,  to my pespective, is there any suggestion why tFTPGet could failed? And if so is there any workaround?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ars&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 08:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303221#M75128</guid>
      <dc:creator>ars</dc:creator>
      <dc:date>2022-05-31T08:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303222#M75129</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;As this is a random issue, we are not able to give a solution/ workaround till we can find out the root cause.&lt;/P&gt;&lt;P&gt;Would you mind creating a jira issue on talend bug tracker?&lt;/P&gt;&lt;P&gt;&lt;A href="https://jira.talendforge.org/login.jsp" alt="https://jira.talendforge.org/login.jsp" target="_blank"&gt;https://jira.talendforge.org/login.jsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 08:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303222#M75129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-31T08:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303223#M75130</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, understood. Thank you for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ars&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 09:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2303223#M75130</guid>
      <dc:creator>ars</dc:creator>
      <dc:date>2022-05-31T09:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2473981#M141081</link>
      <description>&lt;P&gt;hello , any support for the issue, i face the same problem !!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 12:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2473981#M141081</guid>
      <dc:creator>Hamza011</dc:creator>
      <dc:date>2024-07-31T12:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error and missing file while downloading using SFTP</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2474080#M141086</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/305986"&gt;@Hamza011&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I replied to your another topic about:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design-and-Development/com-jcraft-jsch-JSchException-Auth-cancel-for-methods-password/m-p/2474056#M141083" target="_blank"&gt;https://community.qlik.com/t5/Design-and-Development/com-jcraft-jsch-JSchException-Auth-cancel-for-methods-password/m-p/2474056#M141083&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Could you please take a look at it to see if it helps?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 03:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-and-missing-file-while-downloading-using-SFTP/m-p/2474080#M141086</guid>
      <dc:creator>Xiaodi_Shi</dc:creator>
      <dc:date>2024-08-01T03:31:04Z</dc:date>
    </item>
  </channel>
</rss>

