<?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: FTP problem. Getting 0KB files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311036#M82109</link>
    <description>&lt;P&gt;Can you explain a little bit more the first solution? I dont really know if this will help me but just in case.&lt;/P&gt; 
&lt;P&gt;The 2nd one is not possible for me because when the i download the file it gets deleted from the SFTP server so cant download it again. The thing is that the file in the server has size (5KB) but when i get it to my local directory, the file is empty (0KB).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks so much for your reply.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Aug 2018 09:39:10 GMT</pubDate>
    <dc:creator>Tech8</dc:creator>
    <dc:date>2018-08-20T09:39:10Z</dc:date>
    <item>
      <title>FTP problem. Getting 0KB files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311034#M82107</link>
      <description>&lt;P&gt;I have a simple job to get XML files from a sFTP server to a local directory. My job is working perfectly but sometimes im getting empty files and i cant figure out whats the problem. The job is something like tFTPConnection -onComponentOK-&amp;gt; tFTPFileList -iterate-&amp;gt; tFTPGet. I close the connection with an onSubjobOk from the tFTPFileList. In my Connection i have to use the SFTP Support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did somebody have the same problem or know how this is happening?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311034#M82107</guid>
      <dc:creator>Tech8</dc:creator>
      <dc:date>2024-11-16T07:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem. Getting 0KB files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311035#M82108</link>
      <description>your file may be empty when you get it for the first time! (it happen when you create and fill file into the ftp folder).&lt;BR /&gt;Solution 1 is to have a ready flag file who is add to ftp folder when file is generated.&lt;BR /&gt;Solution 2 is to download file 2 time (with delay) to check than the size is the same.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 20 Aug 2018 09:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311035#M82108</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-20T09:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem. Getting 0KB files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311036#M82109</link>
      <description>&lt;P&gt;Can you explain a little bit more the first solution? I dont really know if this will help me but just in case.&lt;/P&gt; 
&lt;P&gt;The 2nd one is not possible for me because when the i download the file it gets deleted from the SFTP server so cant download it again. The thing is that the file in the server has size (5KB) but when i get it to my local directory, the file is empty (0KB).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks so much for your reply.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Aug 2018 09:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311036#M82109</guid>
      <dc:creator>Tech8</dc:creator>
      <dc:date>2018-08-20T09:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem. Getting 0KB files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311037#M82110</link>
      <description>when you build a file: you create the address into the allocation table then you fill datas int the file.
&lt;BR /&gt;sometime when file is created on an ftp folder, you can download file between this steps so you download an empty file.
&lt;BR /&gt;the best way is to create file in a work folder, then copy it into ftp folder.
&lt;BR /&gt;
&lt;BR /&gt;Solution 1: ask the file builder to add a semaphore. it's an empty file who say file is ready to be download. when the data file is completely present into ftp folder create an file "nameOfDataFile.ok".
&lt;BR /&gt;
&lt;BR /&gt;Solution 2: is used when you cannot add semaphore. it's a simple wait (how many time do you need to fill this file?).
&lt;BR /&gt;
&lt;BR /&gt;good luck.</description>
      <pubDate>Mon, 20 Aug 2018 10:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311037#M82110</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-20T10:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem. Getting 0KB files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311038#M82111</link>
      <description>&lt;P&gt;I just need to fill each file one time. So if i add a wait when im doing the tFTPGet will give the server time to fill the file completly?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 08:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311038#M82111</guid>
      <dc:creator>Tech8</dc:creator>
      <dc:date>2018-08-21T08:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTP problem. Getting 0KB files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311039#M82112</link>
      <description>a wait is just a delay. You can get list of file to download after the download job. if you run your job each 5 min your delay will be 5 min…&lt;BR /&gt;&lt;BR /&gt;get the list --- wait --- download ------get the list --- wait --- download ------…..&lt;BR /&gt;regards,</description>
      <pubDate>Tue, 21 Aug 2018 08:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTP-problem-Getting-0KB-files/m-p/2311039#M82112</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-21T08:50:11Z</dc:date>
    </item>
  </channel>
</rss>

