<?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: How to get logging information in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258450#M40250</link>
    <description>Hi,&lt;BR /&gt;Yes.</description>
    <pubDate>Fri, 29 Jan 2016 06:46:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-29T06:46:09Z</dc:date>
    <item>
      <title>How to get logging information in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258443#M40243</link>
      <description>I am trying to get logging of talend jobs (eg. no. of rows processed, no. of rows committed start_time_of_job, end_time_of_job etc.) How do I'll get this information?&lt;BR /&gt;I'm using Talend 6.1. I've enabled&amp;nbsp;tLogCatcher,&amp;nbsp;tStatCatcher,&amp;nbsp;tFlowMeterCatcher&amp;nbsp;in PROJECT SETTINGS but that's giving me logging details after completion of the job.&lt;BR /&gt;If I am running job through command line and if I want to check logging then I won't get that information.&lt;BR /&gt;How I'll get this information? tLogCatcher only writes data in the file or table if any error occurred. But if job completed successfully then it don't write any information to the log file.&lt;BR /&gt;Please help me to tackle this issue.</description>
      <pubDate>Sat, 16 Jan 2016 11:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258443#M40243</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-16T11:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logging information in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258444#M40244</link>
      <description>Hi, 
&lt;BR /&gt;If you want to check the log message when building your job on commandline, it is very convenient to set the log in job view to output the record into file or table. 
&lt;BR /&gt;Statistics table records details like begin Time, End Time which is generated by any job. 
&lt;BR /&gt;Logs table records the messages from Java Exception, tDie and/or tWarn (prerequisite: there must be an error in your job). 
&lt;BR /&gt;Flow Meter table records the number of rows processed in the defined flow(prerequisite: you have to use tFlowMeter in your job). 
&lt;BR /&gt;Please see my screenshot 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD0U.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152374i185FC166CA47E162/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD0U.png" alt="0683p000009MD0U.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 18 Jan 2016 07:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258444#M40244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T07:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logging information in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258445#M40245</link>
      <description>Thank you for the solution.</description>
      <pubDate>Mon, 18 Jan 2016 09:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258445#M40245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-18T09:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logging information in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258446#M40246</link>
      <description>Hi Sabrina,
&lt;BR /&gt;tFlowCatcher returns count of rows only after completion of the job. But if I want to check number of processed rows during execution of the job then how I'll get that count?</description>
      <pubDate>Wed, 20 Jan 2016 10:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258446#M40246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-20T10:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logging information in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258447#M40247</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I want to check number of processed rows during execution of the job &lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Are you looking for "Tracks debug mode"? 
&lt;BR /&gt;Could you please take a look at document about: 
&lt;A href="https://help.talend.com/search/all?query=How+to+run+a+Job+in+Traces+Debug+mode&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to run a Job in Traces Debug mode&lt;/A&gt;&amp;nbsp;to see if it is what you are looking for? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 21 Jan 2016 07:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258447#M40247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T07:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logging information in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258448#M40248</link>
      <description>Thank you.&lt;BR /&gt;But my question is as follows:&lt;BR /&gt;I am trying to push data from oracle table to cassandra table. I've exported that job and executed .sh file to run that job through command line. Now it will indicate me start of job but I want to check how many rows have been pushed to cassandra table. I've used tFlowMeter and tFlowMeterCatcher but it will return me no. of rows inserted in cassandra table after completion of the job. But if I want to check how many rows have been inserted before completion of that job then how I'll get to know that?</description>
      <pubDate>Thu, 28 Jan 2016 11:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258448#M40248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T11:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logging information in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258449#M40249</link>
      <description>Hi,
&lt;BR /&gt;It seems you want to get the number of data extracted from your source oracle DB?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 29 Jan 2016 05:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258449#M40249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T05:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logging information in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258450#M40250</link>
      <description>Hi,&lt;BR /&gt;Yes.</description>
      <pubDate>Fri, 29 Jan 2016 06:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258450#M40250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T06:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logging information in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258451#M40251</link>
      <description>Hi, 
&lt;BR /&gt;There is a global variable nb_line of txxxInput component which counts the total number of selected rows. For example: 
&lt;BR /&gt;((Integer)globalMap.get("tOracleInput_1_NB_LINE")) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 29 Jan 2016 07:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-logging-information-in-Talend/m-p/2258451#M40251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T07:28:03Z</dc:date>
    </item>
  </channel>
</rss>

