<?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 Continue job execution after a connection fail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Continue-job-execution-after-a-connection-fail/m-p/2273240#M50284</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;I have to build a job with the following scenario:&lt;BR /&gt;Connect in 15 different MYSQL databases, with different IP's, after connect on each one, it will retrive some informations from MySQL and store in a table inside an oracle database. The problem is sometimes the origin (mysql database) can be offline and if this situation happens I need that the kob continues the execution with te other databases but I don't know how to do that. If the connection is successfull retrieve data from mysql and store in oracle table but if the connection failled, go to the next myql database and continue the job. And i have to add this exception for every mysql connection attempt. How can I do that? Using a run if? But I don't know how to implement that in the job. A picture of the job is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ps: Im using talend open studio (free version).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please, can someone help me with this? Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:41:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T07:41:19Z</dc:date>
    <item>
      <title>Continue job execution after a connection fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Continue-job-execution-after-a-connection-fail/m-p/2273240#M50284</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I have to build a job with the following scenario:&lt;BR /&gt;Connect in 15 different MYSQL databases, with different IP's, after connect on each one, it will retrive some informations from MySQL and store in a table inside an oracle database. The problem is sometimes the origin (mysql database) can be offline and if this situation happens I need that the kob continues the execution with te other databases but I don't know how to do that. If the connection is successfull retrieve data from mysql and store in oracle table but if the connection failled, go to the next myql database and continue the job. And i have to add this exception for every mysql connection attempt. How can I do that? Using a run if? But I don't know how to implement that in the job. A picture of the job is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ps: Im using talend open studio (free version).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please, can someone help me with this? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Continue-job-execution-after-a-connection-fail/m-p/2273240#M50284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Continue job execution after a connection fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Continue-job-execution-after-a-connection-fail/m-p/2273241#M50285</link>
      <description>your solution is tLogCatcher.
&lt;BR /&gt;reply if you need more help.</description>
      <pubDate>Mon, 10 Sep 2018 16:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Continue-job-execution-after-a-connection-fail/m-p/2273241#M50285</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-10T16:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Continue job execution after a connection fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Continue-job-execution-after-a-connection-fail/m-p/2273242#M50286</link>
      <description>&lt;P&gt;first of all take a closer look on the documentation and :&lt;BR /&gt;1 - OnComponentError and Ok&lt;/P&gt; 
&lt;P&gt;2 - OnSubJobError and Ok&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Next use tMySQL&amp;lt;input&amp;gt; right mouse: based on 1 or 2 (mentioned above) you could start a different branch in your current job flow. look at the pictures.&lt;BR /&gt;And finally what &lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;&amp;nbsp;suggest also use a tlogCatcher (only need it once), this one you use to process and check wether you need re-run your job.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="logErrorMysql.png" style="width: 701px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzTZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144625i5E7EC72BC15C70C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzTZ.png" alt="0683p000009LzTZ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 16:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Continue-job-execution-after-a-connection-fail/m-p/2273242#M50286</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-09-10T16:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Continue job execution after a connection fail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Continue-job-execution-after-a-connection-fail/m-p/2273243#M50287</link>
      <description>&lt;P&gt;Hi Dijke,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much for your help.&lt;/P&gt;
&lt;P&gt;With your explanation I was able to configure the job and it was executed correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanls a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 18:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Continue-job-execution-after-a-connection-fail/m-p/2273243#M50287</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-14T18:25:04Z</dc:date>
    </item>
  </channel>
</rss>

