<?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: [resolved] send error code via tsendmail in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245866#M31579</link>
    <description>Hi,
&lt;BR /&gt;I don't know java...
&lt;BR /&gt;i tried the Shong solution with mail and i have those error, and realy not understand,
&lt;BR /&gt;can you help?
&lt;BR /&gt;thanks</description>
    <pubDate>Fri, 28 Jan 2011 09:20:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-01-28T09:20:34Z</dc:date>
    <item>
      <title>[resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245849#M31562</link>
      <description>Hi all
&lt;BR /&gt; I wan to send the error code via a tsendmail componenet,but I don't know how to manage it .Someone says that if you press Ctrl and Space,you will get the list of variables,but in fact,it's seems no use.
&lt;BR /&gt;Thank you for your suggestion in advance.A sample would be the best.
&lt;BR /&gt;We are using TOS 4.1.1</description>
      <pubDate>Sat, 16 Nov 2024 13:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245849#M31562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245850#M31563</link>
      <description>Hello
&lt;BR /&gt;What's error code you want to send on tSendmail? capture by tLogCatcher?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 26 Jan 2011 08:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245850#M31563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-26T08:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245851#M31564</link>
      <description>Hi &lt;BR /&gt; Yes,I want to catch the exeception and send it to others mailbox via tsendmail. In addition,I also want to send the error java code ,is there a way  to  solve the problem?</description>
      <pubDate>Wed, 26 Jan 2011 09:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245851#M31564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-26T09:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245852#M31565</link>
      <description>Hello
&lt;BR /&gt;The job looks like:
&lt;BR /&gt; ...
&lt;BR /&gt;tLogCatcher--main--&amp;gt;tLogRow--main--&amp;gt;tJavaRow
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;tSendMail
&lt;BR /&gt;on tJavaRow:
&lt;BR /&gt;globalMap.put("error_code", input_row.message);
&lt;BR /&gt;on the message filed of tSendMail:
&lt;BR /&gt;(String)globalMap.get("error_code")
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 26 Jan 2011 10:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245852#M31565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-26T10:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245853#M31566</link>
      <description>Hello,&lt;BR /&gt;I read post about tlogcatcher, but i not able to use it.&lt;BR /&gt;I'd like to get all messages error or warning. for example i have this when i run job into talend&lt;BR /&gt;Unknown column 'Infinity' in 'field list'&lt;BR /&gt;Unknown column 'Infinity' in 'field list'&lt;BR /&gt;Unknown column 'Infinity' in 'field list'&lt;BR /&gt;Unknown column 'Infinity' in 'field list'&lt;BR /&gt;2011-01-26 &lt;BR /&gt;i'd like to get errors when the job is running into a bat file. and then send a mail.&lt;BR /&gt;is it possible?&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 26 Jan 2011 13:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245853#M31566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-26T13:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245854#M31567</link>
      <description>Thank you shong,it works. 
&lt;BR /&gt;Hi claudine,just try it as shong's method,you will get what you want.</description>
      <pubDate>Thu, 27 Jan 2011 08:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245854#M31567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-27T08:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245855#M31568</link>
      <description>Hi Joe,&lt;BR /&gt;you know what ? i could'nt put a "onsubjobok" because as it was test i use composant tfileoutputexcel instead of  tsendmail. and it was impossible to connect 2 lines fromtLogCatcher.&lt;BR /&gt;thanks for your answer, sorry for my mistake!</description>
      <pubDate>Thu, 27 Jan 2011 08:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245855#M31568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-27T08:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245856#M31569</link>
      <description>Hi Claudine
&lt;BR /&gt;Can you upload a screenshot of your job? What's your design problem?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 27 Jan 2011 08:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245856#M31569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-27T08:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245857#M31570</link>
      <description>Hello Shong, 
&lt;BR /&gt;here is screen shot. 
&lt;BR /&gt;I don't know how to connect TlogCatcher. 
&lt;BR /&gt;the goal is to get all errors, even warning, in this example, 
&lt;BR /&gt;its a bat file running every night. 
&lt;BR /&gt;i divide by zero, so i get "message infinity..;" and the database is not updated. 
&lt;BR /&gt;in that case i'd like to have a mail 
&lt;BR /&gt;regards, 
&lt;BR /&gt;claudine</description>
      <pubDate>Thu, 27 Jan 2011 08:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245857#M31570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-27T08:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245858#M31571</link>
      <description>Hi shong
&lt;BR /&gt; I have created a context and defined some global various in the context. Here is the problem: can I display the value of various I have defined in the mail sent via tsendmail? In other words,can I display the content of context in the mail sent via tsendmail?</description>
      <pubDate>Thu, 27 Jan 2011 08:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245858#M31571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-27T08:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245859#M31572</link>
      <description>Hello Joe,&lt;BR /&gt;i already do that  &lt;BR /&gt;regards,&lt;BR /&gt;claudine</description>
      <pubDate>Thu, 27 Jan 2011 09:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245859#M31572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-27T09:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245860#M31573</link>
      <description>hello claudine &lt;BR /&gt; Have you tried to use a tDie or tWarn at the end of your job by OnSubjobError,and then use a tcatchlog to catch it ?</description>
      <pubDate>Thu, 27 Jan 2011 09:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245860#M31573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-27T09:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245861#M31574</link>
      <description>You're right, if i use a TDie, job will stop, and i can fetch message of tdie in mail.&lt;BR /&gt;I did'nt think about that before, thanks, i'll do that.&lt;BR /&gt;i'have to keep watch all bat jobs!</description>
      <pubDate>Thu, 27 Jan 2011 09:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245861#M31574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-27T09:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245862#M31575</link>
      <description>Is "chemin" the variable name that you have defined?</description>
      <pubDate>Thu, 27 Jan 2011 09:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245862#M31575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-27T09:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245863#M31576</link>
      <description>yes,&lt;BR /&gt;all the mail use context variable. except the sender</description>
      <pubDate>Thu, 27 Jan 2011 09:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245863#M31576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-27T09:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245864#M31577</link>
      <description>I'll have a try tomorrow,as the server is in busy working now. Thanks for your suggestion</description>
      <pubDate>Thu, 27 Jan 2011 09:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245864#M31577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-27T09:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245865#M31578</link>
      <description>hello,&lt;BR /&gt;i don't understand how to connect  tLogCatcher,&lt;BR /&gt;why is it impossible to have a main line with a DbConnexion?&lt;BR /&gt;how this component works?&lt;BR /&gt;thanks&lt;BR /&gt;claudine</description>
      <pubDate>Fri, 28 Jan 2011 08:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245865#M31578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-28T08:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245866#M31579</link>
      <description>Hi,
&lt;BR /&gt;I don't know java...
&lt;BR /&gt;i tried the Shong solution with mail and i have those error, and realy not understand,
&lt;BR /&gt;can you help?
&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 28 Jan 2011 09:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245866#M31579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-28T09:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245867#M31580</link>
      <description>Hi claudine,
&lt;BR /&gt; I'm sorry that in fact, I don't know ,even alittle,about French. But , pls delete the ";"in your tsendmail first,it needn't.and then try it again.</description>
      <pubDate>Fri, 28 Jan 2011 09:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245867#M31580</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-28T09:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] send error code via tsendmail</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245868#M31581</link>
      <description>About tlogCatcher, you needn't to connect it to any component but tLogRow. And you can use a tDie connect with your main job with OnComponentError/OnSubjobError.&lt;BR /&gt;The tLogCatcher will catch the exeception automatic.</description>
      <pubDate>Fri, 28 Jan 2011 09:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-send-error-code-via-tsendmail/m-p/2245868#M31581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-01-28T09:55:04Z</dc:date>
    </item>
  </channel>
</rss>

