<?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] Save run console output in a log file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322490#M92429</link>
    <description>does this method method work?? cause I am trying to implement the same thing.</description>
    <pubDate>Fri, 03 Jun 2011 07:55:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-06-03T07:55:44Z</dc:date>
    <item>
      <title>[resolved] Save run console output in a log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322488#M92427</link>
      <description>I have many sub jobs where I am using tlogrow to display the output in run console.&lt;BR /&gt;When I run the main job I can see the result in the run console.Now I want to save the content of this run console to some log file.&lt;BR /&gt;Is there any way to achieve this?</description>
      <pubDate>Sat, 16 Nov 2024 13:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322488#M92427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Save run console output in a log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322489#M92428</link>
      <description>try to link tLogRow to tFileOutputDelimited.</description>
      <pubDate>Thu, 26 Aug 2010 14:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322489#M92428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-26T14:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Save run console output in a log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322490#M92429</link>
      <description>does this method method work?? cause I am trying to implement the same thing.</description>
      <pubDate>Fri, 03 Jun 2011 07:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322490#M92429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-06-03T07:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Save run console output in a log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322491#M92430</link>
      <description>I am trying to link tLogRow to tFileOutputDelimited, but doesnt work...&lt;BR /&gt;any suggestions further?</description>
      <pubDate>Mon, 18 Feb 2013 09:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322491#M92430</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-02-18T09:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Save run console output in a log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322492#M92431</link>
      <description>Hi 
&lt;BR /&gt;We usually use tLogCatcher to capture the error message and log them into file or database, but it is impossible to output the full stack trace to a file. For example, below are the message printed on the console when a job runs failed,
&lt;BR /&gt;
&lt;PRE&gt;Starting job te at 03:04 19/02/2013.&lt;BR /&gt;&lt;BR /&gt;Exception in component tJava_1&lt;BR /&gt;java.lang.StringIndexOutOfBoundsException: String index out of range: -1&lt;BR /&gt;	at java.lang.String.substring(String.java:1931)&lt;BR /&gt;	at projectname.te_0_1.te.tFileList_1Process(te.java:422)&lt;BR /&gt;	at projectname.te_0_1.te.runJobInTOS(te.java:669)&lt;BR /&gt;	at projectname.te_0_1.te.main(te.java:530)&lt;BR /&gt;Job te ended at 03:04 19/02/2013. &lt;/PRE&gt;
&lt;BR /&gt;We can capture the error message "String index out of range: -1" with tLogCatcher component, not the full stack trace.
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 18 Feb 2013 19:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322492#M92431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-18T19:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Save run console output in a log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322493#M92432</link>
      <description>How exactly do you do this. I am trying to capture this very information with no success. I have a tMySQLOutput I am trying to log errors on. I can't connect to a tLogCatcher from there or a tLogRow. All I have been able to do is use tWarn but you can't get system error info like the console errors you have posted.</description>
      <pubDate>Tue, 18 Mar 2014 19:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322493#M92432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-18T19:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Save run console output in a log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322494#M92433</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;How exactly do you do this. I am trying to capture this very information with no success. I have a tMySQLOutput I am trying to log errors on. I can't connect to a tLogCatcher from there or a tLogRow. All I have been able to do is use tWarn but you can't get system error info like the console errors you have posted.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;tLogCatcher component do not need any incoming connector, refer to the online component manual and learn its usage. 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/search/all?query=tLogCatcher&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tLogCatcher&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;In addition, you can redirect the entire message printed on the console to a log file thanks to a custom component tRedirectOutput developed and shared by brazabr, for more details, read this topic: 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=108078#p108078" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=108078#p108078&lt;/A&gt;</description>
      <pubDate>Wed, 19 Mar 2014 07:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322494#M92433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T07:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Save run console output in a log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322495#M92434</link>
      <description>We're presuming that you've set up a DB with appropriate table names for logging... &lt;A href="http://www.talendforge.org/tutorials/tutorial.php?idTuto=31" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/tutorials/tutorial.php?idTuto=31&lt;/A&gt;</description>
      <pubDate>Wed, 19 Mar 2014 15:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322495#M92434</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-03-19T15:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Save run console output in a log file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322496#M92435</link>
      <description>Thanks for the reply. I do have a db setup with the correct table definition. I see now that the tlogCatcher grabs the Java exception and user defined warnings through the tDie and tWarn. I was under the impression it only listened to tDie &amp;amp; tWarn. Apparently I are not good at reedn. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thanks for the heads up on the redirect!</description>
      <pubDate>Fri, 21 Mar 2014 21:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Save-run-console-output-in-a-log-file/m-p/2322496#M92435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-21T21:14:40Z</dc:date>
    </item>
  </channel>
</rss>

