<?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 trigger a mail if job get failure in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265597#M45079</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can we keep a email notification if any error occurs when the time of execution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my job is data mapping from excel file to csv if the job face any error it should not stop in middle it should catch the exception and send an email notification&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like try catch in java&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i do it? kindly explain me&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abisha&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 06:03:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T06:03:01Z</dc:date>
    <item>
      <title>How to trigger a mail if job get failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265597#M45079</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can we keep a email notification if any error occurs when the time of execution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my job is data mapping from excel file to csv if the job face any error it should not stop in middle it should catch the exception and send an email notification&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like try catch in java&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i do it? kindly explain me&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abisha&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:03:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265597#M45079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a mail if job get failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265598#M45080</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKwCAAW"&gt;@abishagopalan&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You can use tlogcatcher component to solve this. tlogcatcher catches any error that occurs in your job, this can be connected to tsendmail component as shown below in screenshot. For more information on tlogcatacher please refer the below link.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/hm5FaPiiOP31nUYHph0JwQ/pMRz1pl8Bv14KnTdRWjiTA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hm5FaPiiOP31nUYHph0JwQ/pMRz1pl8Bv14KnTdRWjiTA&lt;/A&gt;&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="logcatcher.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4fV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151038i85D2D0A04A9AD908/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4fV.png" alt="0683p000009M4fV.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 06:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265598#M45080</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-18T06:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a mail if job get failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265599#M45081</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My tSendmail is giving me an error like&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tSendMail_1&lt;BR /&gt;javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 443;&lt;BR /&gt;nested exception&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;when I connect with outlook its gives&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.57 SMTP; Client was not authenticated to send anonymous mail during MAIL FROM&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The smtp server is&amp;nbsp;smtp.office365.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Port is 587 (Tried port 25 also - did not work)&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;why is it so can you help me with configuring send mail&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 07:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265599#M45081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-18T07:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a mail if job get failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265600#M45082</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LKwCAAW"&gt;@abishagopalan&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;From your error message, it seems client was not authenticated to send anonymous mail during MAIL FROM. Have you checked "SSL Support" option in tSendmail component?&lt;/P&gt; 
&lt;P&gt;Please try to use these parameters:&lt;BR /&gt;SMTP setting&lt;BR /&gt;Server name: smtp.office365.com&lt;BR /&gt;Port: 587&lt;BR /&gt;Encryption method: TLS ?&lt;/P&gt; 
&lt;P&gt;Let us know if it works.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 07:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265600#M45082</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-18T07:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a mail if job get failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265601#M45083</link>
      <description>&lt;P&gt;hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried all those still it is same please find the screenshot&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture12.PNG" style="width: 709px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4fa.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151447iF23752FFF8F451F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4fa.png" alt="0683p000009M4fa.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M40E.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147811iB3887E8E74558D65/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M40E.png" alt="0683p000009M40E.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i am unable to send mail to neither gmail nor outlook kindly help me to understand the issue.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 08:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265601#M45083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-18T08:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a mail if job get failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265602#M45084</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKwCAAW"&gt;@abishagopalan&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It might be the issue with smtp end point which you are using. Please see the below link which addresses the same issue.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;"SMTP client submission endpoint (smtp.office365.com), which can't be used for direct send. For direct send, use the MX endpoint for your Office 365 tenant, which ends with "mail.protection.outlook.com." So, please let your admin check the MX record"&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://answers.microsoft.com/en-us/msoffice/forum/msoffice_outlook-mso_winother/client-was-not-authenticated-to-send-anonymous/d405bcb0-f40c-42fa-b1b2-477597100123" target="_blank" rel="nofollow noopener noreferrer"&gt;https://answers.microsoft.com/en-us/msoffice/forum/msoffice_outlook-mso_winother/client-was-not-authenticated-to-send-anonymous/d405bcb0-f40c-42fa-b1b2-477597100123&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 08:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265602#M45084</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-18T08:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a mail if job get failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265603#M45085</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please ping the server from the machine where you are running Talend for the specific port? Most probably your company firewall is stopping you from accessing the target server.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 08:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265603#M45085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-18T08:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a mail if job get failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265604#M45086</link>
      <description>&lt;P&gt;Transmit failed: general failure&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;this is what I am getting when I call server from local machine&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 09:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265604#M45086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-18T09:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a mail if job get failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265605#M45087</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; This proves that it is not a Talend issue but a connection related issue at your host server.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Please refer the answer from Microsoft community on this issue. You may have to search Microsoft community pages to track this issue to closure.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://answers.microsoft.com/en-us/windows/forum/windows_7-networking/resolved-ping-transmit-failed-general-failure/53b05029-1da8-4f68-8eb4-221a343e97e1?page=3" target="_blank" rel="nofollow noopener noreferrer"&gt;https://answers.microsoft.com/en-us/windows/forum/windows_7-networking/resolved-ping-transmit-failed-general-failure/53b05029-1da8-4f68-8eb4-221a343e97e1?page=3&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 09:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265605#M45087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-18T09:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to trigger a mail if job get failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265606#M45088</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069QrQAAU"&gt;@groupproductmanagement&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;unfortunately tLogCatcher - would not work as expected&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tLogCatcher will catch errors only if generated by tWarm, tDie or if a component has enabled die at error checkbox, but if checkbox enabled - it will stop the job&lt;/P&gt; 
&lt;P&gt;which is unwanted&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="Screen Shot 2019-04-19 at 1.24.39 AM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4h2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147533i3BBF33B4E52ABEBA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4h2.png" alt="0683p000009M4h2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;one more drawback - in case if more than 1 error or warning catched&amp;nbsp;direct connection between tLogCatcher and tSendMail will send as many emails as events catched&amp;nbsp;(like 10000)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;as a variant - enable login log errors into file or database, then analyze if files are created or new rows in the database&amp;nbsp;- send 1 email&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;this is will work for errors or warnings&lt;/P&gt; 
&lt;P&gt;for the data - only clean data, like tSchemaCompliant&amp;nbsp;or more complicated ways, filtered data send to file or table and again send single email at the end if new data detected&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="Screen Shot 2019-04-19 at 1.43.35 AM.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M4hR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149313i993D380877348141/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M4hR.png" alt="0683p000009M4hR.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;regards, Vlad&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 14:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-mail-if-job-get-failure/m-p/2265606#M45088</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-18T14:45:18Z</dc:date>
    </item>
  </channel>
</rss>

