<?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 How to log the component errors in log file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-log-the-component-errors-in-log-file/m-p/2353783#M119894</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having talend data integration job which performs read the data from text files and insert into DB2 database.&lt;/P&gt;&lt;P&gt;If any of the component failed for the particular file, I need to log the exact error from component and filename as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Job should continue run with other input files without fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Workflow is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tFileInput -&amp;gt; tInputDelimited -&amp;gt; tMap -&amp;gt; tDB2Output -&amp;gt; tDB2Commit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000GhGXuAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143060i095FD1D86CBBCEF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000GhGXuAAN.png" alt="0695b00000GhGXuAAN.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jul 2021 03:49:28 GMT</pubDate>
    <dc:creator>ganeshK</dc:creator>
    <dc:date>2021-07-13T03:49:28Z</dc:date>
    <item>
      <title>How to log the component errors in log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-log-the-component-errors-in-log-file/m-p/2353783#M119894</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having talend data integration job which performs read the data from text files and insert into DB2 database.&lt;/P&gt;&lt;P&gt;If any of the component failed for the particular file, I need to log the exact error from component and filename as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Job should continue run with other input files without fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Workflow is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tFileInput -&amp;gt; tInputDelimited -&amp;gt; tMap -&amp;gt; tDB2Output -&amp;gt; tDB2Commit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000GhGXuAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143060i095FD1D86CBBCEF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000GhGXuAAN.png" alt="0695b00000GhGXuAAN.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 03:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-log-the-component-errors-in-log-file/m-p/2353783#M119894</guid>
      <dc:creator>ganeshK</dc:creator>
      <dc:date>2021-07-13T03:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to log the component errors in log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-log-the-component-errors-in-log-file/m-p/2353784#M119895</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The component "ERROR_MESSAGE" variable will be populated when "Die on error" is checked then only you can capture the error_message and load it into log file.&lt;/P&gt;&lt;P&gt;With your note" job should continue run with other input files without fail", the use of another child job calling a tRunJob component could be a work-around to implement this requirement.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 06:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-log-the-component-errors-in-log-file/m-p/2353784#M119895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-13T06:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to log the component errors in log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-log-the-component-errors-in-log-file/m-p/2353785#M119896</link>
      <description>&lt;P&gt;HI @not specified not specified​&amp;nbsp;, you can use a tlogcatcher linked to a TFileInputDelimited for example with option append check.&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/2D09JR6TM4RnxlOJG3A_QA/iKjUX2mLkkwKtofTlMG0Bg&lt;/P&gt;&lt;P&gt;Send me Love and Kudos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 06:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-log-the-component-errors-in-log-file/m-p/2353785#M119896</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-07-13T06:58:01Z</dc:date>
    </item>
  </channel>
</rss>

