<?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: tFileInputDelimited(or job?) stops working seemingly randomly in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-or-job-stops-working-seemingly-randomly/m-p/2316737#M143559</link>
    <description>&lt;P&gt;I have not experimented with the &lt;B&gt;Transmit whole context&lt;/B&gt; option, but the &lt;B&gt;Die On Child Error&lt;/B&gt; is checked. As you review these settings, please consider that it works 99,9% of the time. When it fails, there are no clear abnormalities to be detected: the files that fail to process are the same size as the previous that succeeded, the folder and filename follow the same syntax, they look like they should have processed and as a fact, they do after rebuilding and rerunning that job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the main job:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Lx595AAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133145i9488260476B5CDC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Lx595AAB.png" alt="0695b00000Lx595AAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the tRunJob (one of those):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Lx5CiAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131619iCBE3CC849A9B6CB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Lx5CiAAJ.png" alt="0695b00000Lx5CiAAJ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the child job. The component "Absence or Holiday" is the tFileInputDelimited_2 that is the main concern of our issue. That is the component that randomly fails to read a file that by all means of monitoring, in Notepad++, contains valid data. And after the job is re-built without modifications and re-run, the file is read. Go figure.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Lx59jAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155197i877901D1E179DAB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Lx59jAAB.png" alt="0695b00000Lx59jAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Dec 2021 20:49:50 GMT</pubDate>
    <dc:creator>MPT</dc:creator>
    <dc:date>2021-12-13T20:49:50Z</dc:date>
    <item>
      <title>tFileInputDelimited(or job?) stops working seemingly randomly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-or-job-stops-working-seemingly-randomly/m-p/2316733#M143555</link>
      <description>&lt;P&gt;We are seeing a weird problem with TOS 7.3. We deploy / build a standalone job and run it on a Windows machine. The job executes every 10 minutes via a task scheduler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;There's a main job that downloads files from FTP&lt;/LI&gt;&lt;LI&gt;main job begins to iterate collection of files&lt;UL&gt;&lt;LI&gt;Each iteration calls a tRunJob with the iterated file name as parameter&lt;UL&gt;&lt;LI&gt;Childjob has a tFileInputDelimited that consumes the file and does all sorts of fun stuff&lt;/LI&gt;&lt;LI&gt;After processing the file, childjob ends and iteration continues to next file in Main job&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a small extract of a successful log file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;2021-12-09 16:55:04,692 [INFO] d.t.TALE35_AbsencesAndHolidaysService [Thread-2] tFileList_3 - Start to list files&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;2021-12-09 16:55:04,692 [INFO] d.t.TALE35_AbsencesAndHolidaysService [Thread-2] tFileList_3 - Current file or directory path : \\xxxxxxxx\xxxxxxxx\xxxxxxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxxxxxxxxxxxxxxxxxxxx.csv&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;2021-12-09 16:55:04,707 [INFO] d.t.TALE35_AbsencesAndHolidaysService [Thread-2] tRunJob_5 - The child job 'dataintegration.absencesandholidaystotable_1_2.AbsencesAndHolidaysToTable' starts on the version '1.2' with the context 'Production'.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;2021-12-09 16:55:04,707 [INFO] d.a.AbsencesAndHolidaysToTable [Thread-2] TalendJob: 'AbsencesAndHolidaysToTable' - Start.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Received file'\\xxxxxxxx\xxxxxxxx\xxxxxxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxxxxxxxxxxxxxxxxxxxx.csv' as input parameter&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;2021-12-09 16:55:05,364 [INFO] d.a.AbsencesAndHolidaysToTable [Thread-2] tFileInputDelimited_2 - Retrieving records from the datasource.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;2021-12-09 16:55:05,364 [INFO] d.a.AbsencesAndHolidaysToTable [Thread-2] tFileInputDelimited_2 - Retrieved records count: 1.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The job might execute successfully 120 times (= every 10 minutes for 24, 25, 26 hours but then, without any clear reason, one of the executions dies like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;I&gt;2021-12-09 15:25:03,932 [INFO] d.t.TALE35_AbsencesAndHolidaysService [Thread-2] tFileList_3 - Start to list files&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;2021-12-09 15:25:03,932 [INFO] d.t.TALE35_AbsencesAndHolidaysService [Thread-2] tFileList_3 - Current file or directory path : \\xxxxxxxx\xxxxxxxx\xxxxxxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxxxxxxxxxxxxxxxxxxxx.csv&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;2021-12-09 15:25:03,963 [INFO] d.t.TALE35_AbsencesAndHolidaysService [Thread-2] tRunJob_5 - The child job 'dataintegration.absencesandholidaystotable_1_2.AbsencesAndHolidaysToTable' starts on the version '1.2' with the context 'Production'.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;2021-12-09 15:25:03,963 [INFO] d.a.AbsencesAndHolidaysToTable [Thread-2] TalendJob: 'AbsencesAndHolidaysToTable' - Start.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Received file'\\xxxxxxxx\xxxxxxxx\xxxxxxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxx\xxxxxxxxxxxxxxxxxxxxxxxxxx.csv' as input parameter&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;2021-12-09 15:25:04,526 [INFO] d.a.AbsencesAndHolidaysToTable [Thread-2] tFileInputDelimited_2 - Retrieving records from the datasource.&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;2021-12-09 15:25:04,542 [INFO] d.a.AbsencesAndHolidaysToTable [Thread-2] tFileInputDelimited_2 - Retrieved records count: 0.&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;[statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;[statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;[statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;[statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;[statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;[statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;[statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;[statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file definitely contains data. ﻿By all accounts valid data. The tFileInputDelimited component will not be able to consume the FTP files anymore, no matter how many times we try to rerun the job. And here is the weird thing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we re-build the job without changing anything, just rebuild it over the old publish, then on the next run the job works again and can consume the files. The it will again dies sometime 24,25,26 hours laters and will not recover by time. If we again rebuild the job to an executable jar, the problem goes away. It is like the deployed package breaks every now and then but I can't imagine any scenarious where that might happen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I'm looking for debugging ideas, what could cause the deployed package to repeatedly break so that rebuilding the job fixes the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It does not seem to be in the files, because after rebuilding the job, the same files are consumed that the job could not consume just minutes earlier&lt;/LI&gt;&lt;LI&gt;The number of files (few or 50) does not seem to make any difference, the job might die even if there is just one file to process&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-or-job-stops-working-seemingly-randomly/m-p/2316733#M143555</guid>
      <dc:creator>MPT</dc:creator>
      <dc:date>2024-11-15T23:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited(or job?) stops working seemingly randomly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-or-job-stops-working-seemingly-randomly/m-p/2316734#M143556</link>
      <description>&lt;P&gt;The files are located in a shared folder? and each file has data?  I see one log message mentions "&lt;B&gt;&lt;I&gt;[Thread-2] tFileInputDelimited_2 - Retrieved records count: 0."  &lt;/I&gt;&lt;/B&gt;It looks like the error occurs on accessing the file. For debugging, check the 'die on error'  box on tFileInputDelimited component and the 'die on error' box on tRunJob, this allows the component throws out the Java exception once an  error occurs. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 04:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-or-job-stops-working-seemingly-randomly/m-p/2316734#M143556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-10T04:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited(or job?) stops working seemingly randomly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-or-job-stops-working-seemingly-randomly/m-p/2316735#M143557</link>
      <description>&lt;P&gt;&lt;B&gt;&lt;I&gt;"The files are located in a shared folder? and each file has data?" &lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct. The main job first downloads the files to the shared folder (there might be 1, or 200) and after tFTPGet is done, we start to iterate those downloaded files and pass them to the childjob. Each file that we have investigated contains correct data, same kind of data that has previously passed. We even checked new line characters and file encodings if those would be different in files that fail to be processed but that is not the case either.  The shared folder seems by all accounts to be accessible all the time. No errors indicate a file access issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;"I see one log message mentions "[Thread-2] tFileInputDelimited_2 - Retrieved records count: 0."&amp;nbsp;It looks like the error occurs on accessing the file. For debugging, check the 'die on error' box on tFileInputDelimited component and the 'die on error' box on tRunJob, this allows the component throws out the Java exception once an error occurs."&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are already checked. The last thing in the job logs is this:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt; 2021-12-09 15:25:04,542 [INFO] d.a.AbsencesAndHolidaysToTable [Thread-2] tFileInputDelimited_2 - Retrieved records count: 0.&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt; [statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt; [statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt; [statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt; [statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt; [statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt; [statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt; [statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt; [statistics] disconnected&lt;/I&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The death of the job seems not to be clean, controlled. When the job succeeds, the last line is &lt;/P&gt;&lt;P&gt;&lt;B&gt;2021-12-10 07:35:04,684 [INFO] d.t.TALE35_AbsencesAndHolidaysService [main] TalendJob: 'TALE35_AbsencesAndHolidaysService' - Done.&lt;/B&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 06:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-or-job-stops-working-seemingly-randomly/m-p/2316735#M143557</guid>
      <dc:creator>MPT</dc:creator>
      <dc:date>2021-12-10T06:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited(or job?) stops working seemingly randomly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-or-job-stops-working-seemingly-randomly/m-p/2316736#M143558</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Did you try to modify the context variables in the parent Job &lt;B&gt;tRunJob&lt;/B&gt;, and select the &lt;B&gt;Transmit whole context&lt;/B&gt; and &lt;B&gt;Die on child error &lt;/B&gt;check box?&lt;/P&gt;&lt;P&gt;Would you mind posting your job design screenshots here which will be helpful for us to address your issue. Please mask your sensitive data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 07:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-or-job-stops-working-seemingly-randomly/m-p/2316736#M143558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-10T07:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited(or job?) stops working seemingly randomly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-or-job-stops-working-seemingly-randomly/m-p/2316737#M143559</link>
      <description>&lt;P&gt;I have not experimented with the &lt;B&gt;Transmit whole context&lt;/B&gt; option, but the &lt;B&gt;Die On Child Error&lt;/B&gt; is checked. As you review these settings, please consider that it works 99,9% of the time. When it fails, there are no clear abnormalities to be detected: the files that fail to process are the same size as the previous that succeeded, the folder and filename follow the same syntax, they look like they should have processed and as a fact, they do after rebuilding and rerunning that job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the main job:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Lx595AAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133145i9488260476B5CDC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Lx595AAB.png" alt="0695b00000Lx595AAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the tRunJob (one of those):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Lx5CiAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131619iCBE3CC849A9B6CB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Lx5CiAAJ.png" alt="0695b00000Lx5CiAAJ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the child job. The component "Absence or Holiday" is the tFileInputDelimited_2 that is the main concern of our issue. That is the component that randomly fails to read a file that by all means of monitoring, in Notepad++, contains valid data. And after the job is re-built without modifications and re-run, the file is read. Go figure.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Lx59jAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155197i877901D1E179DAB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Lx59jAAB.png" alt="0695b00000Lx59jAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 20:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-or-job-stops-working-seemingly-randomly/m-p/2316737#M143559</guid>
      <dc:creator>MPT</dc:creator>
      <dc:date>2021-12-13T20:49:50Z</dc:date>
    </item>
  </channel>
</rss>

