<?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: OnComponentError with tRunJob_1 (Parent Job) x &amp;quot;Die on Error&amp;quot; on tDBOutput (Child Job) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/OnComponentError-with-tRunJob-1-Parent-Job-x-quot-Die-on-Error/m-p/2291885#M65021</link>
    <description>&lt;P&gt;Hello, I am a litle confuse, can you give me one draft here please of child job.&lt;/P&gt;&lt;P&gt;And if I´ll check "die on error" in DBOutput the others files will be executed?&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 13:06:03 GMT</pubDate>
    <dc:creator>FSternberg</dc:creator>
    <dc:date>2022-03-16T13:06:03Z</dc:date>
    <item>
      <title>OnComponentError with tRunJob_1 (Parent Job) x "Die on Error" on tDBOutput (Child Job)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponentError-with-tRunJob-1-Parent-Job-x-quot-Die-on-Error/m-p/2291883#M65019</link>
      <description>&lt;P&gt;I have 05 CSV files to import in the SQL base and the JOB is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I configured the “Die on Error” option in the tDBOutput_1 (Child Job) component so that in case I have any  problem importing the file into the SQL database,  rename the file as "NOK" at the end .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm only able to rename it as “NOK” when I enable the “Die on “Error” option in tRunJob_1 but I can't use it because in this case only the first file is processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with one suggestion? &lt;/P&gt;&lt;P&gt;I am sending in attached the file with one draft to better understanding.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponentError-with-tRunJob-1-Parent-Job-x-quot-Die-on-Error/m-p/2291883#M65019</guid>
      <dc:creator>FSternberg</dc:creator>
      <dc:date>2024-11-15T23:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: OnComponentError with tRunJob_1 (Parent Job) x "Die on Error" on tDBOutput (Child Job)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponentError-with-tRunJob-1-Parent-Job-x-quot-Die-on-Error/m-p/2291884#M65020</link>
      <description>&lt;P&gt;@Felipe Sternberg​&amp;nbsp;, also move this operation (t​tFileCopy) to child job,  pass the file path to child job, read the data from current file and insert them into DB, uncheck 'die on error' box on tRunJob and check the 'die on error' box on tDBOutput.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try and let me know if you still have any issues. &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;</description>
      <pubDate>Wed, 16 Mar 2022 07:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponentError-with-tRunJob-1-Parent-Job-x-quot-Die-on-Error/m-p/2291884#M65020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-16T07:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: OnComponentError with tRunJob_1 (Parent Job) x "Die on Error" on tDBOutput (Child Job)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponentError-with-tRunJob-1-Parent-Job-x-quot-Die-on-Error/m-p/2291885#M65021</link>
      <description>&lt;P&gt;Hello, I am a litle confuse, can you give me one draft here please of child job.&lt;/P&gt;&lt;P&gt;And if I´ll check "die on error" in DBOutput the others files will be executed?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 13:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponentError-with-tRunJob-1-Parent-Job-x-quot-Die-on-Error/m-p/2291885#M65021</guid>
      <dc:creator>FSternberg</dc:creator>
      <dc:date>2022-03-16T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: OnComponentError with tRunJob_1 (Parent Job) x "Die on Error" on tDBOutput (Child Job)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/OnComponentError-with-tRunJob-1-Parent-Job-x-quot-Die-on-Error/m-p/2291886#M65022</link>
      <description>&lt;P&gt;Pass the file path to child job and process each file in child job, unchecking the 'die on error' box on tRunjob​ will make the main job continue to execute even though there is an error occurs in child job.  &lt;/P&gt;&lt;P&gt;Checking the 'die on error' box on tDBOuput will make the tFileCopy linked by onComponentError working. &lt;/P&gt;&lt;P&gt;The child job looks like:&lt;/P&gt;&lt;P&gt;tFileInputDelimited--main-tDBOutput--oncomponentError--tFileCopy&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;tFileInputDelimited: read the current file. &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 04:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/OnComponentError-with-tRunJob-1-Parent-Job-x-quot-Die-on-Error/m-p/2291886#M65022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-17T04:17:30Z</dc:date>
    </item>
  </channel>
</rss>

