<?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: Automatic use of Stats and Logs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Automatic-use-of-Stats-and-Logs/m-p/2277488#M53257</link>
    <description>Hi Sabrina, 
&lt;BR /&gt;thank you for your reply. Please can you tell me difference between these two following pictures? 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/266832/pic1.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCqH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145064i8917E01AFCBDF41F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCqH.png" alt="0683p000009MCqH.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/266832/pic2.png.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD4v.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150002i3CFBCE4A6A330C0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD4v.png" alt="0683p000009MD4v.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I use tWarn_1 and tWarn_2&amp;nbsp;for write to log file (set in the Project Settings) when the job starts and when it's completed respectively. But what is the difference of use OnSubjobOk between the input table and tWarn_2 and of use OnComponentOk between output table and tWarn_2 for this purpose? 
&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Mon, 16 Mar 2015 10:48:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-16T10:48:23Z</dc:date>
    <item>
      <title>Automatic use of Stats and Logs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automatic-use-of-Stats-and-Logs/m-p/2277486#M53255</link>
      <description>Hi,
&lt;BR /&gt;I want to monitor the execution of a large set of Jobs through the creation of stats and log files. I have set permanent preferences in but I don't understand some aspects of this automatic use of stats and logs.
&lt;BR /&gt;1) By this way, is not mandatory to use single Logs &amp;amp; Error components in every Job?&amp;nbsp;
&lt;BR /&gt;2) The file relative to stats data is always generated, but not the others relative to log and flow meter data. These last are generated only in specific cases?
&lt;BR /&gt;3) How to modify schema of these file without using single component in every Job?
&lt;BR /&gt;4) Is it possible to print database error messages in log files? For example, print an error message of violation of primary key (or foreign key)&amp;nbsp;constraint.
&lt;BR /&gt;Thanks in advance.&amp;nbsp;</description>
      <pubDate>Fri, 13 Mar 2015 10:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automatic-use-of-Stats-and-Logs/m-p/2277486#M53255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T10:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic use of Stats and Logs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automatic-use-of-Stats-and-Logs/m-p/2277487#M53256</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;You don't need to use a&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;single Logs &amp;amp; Error components in every Job.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Talend &amp;nbsp;provides user with Stat&amp;amp;log in project setting and Stat&amp;amp;log in job view.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Stat&amp;amp;log in project setting is working on the whole project (Parent job and child jobs, and output them on file/DB but no context setting).&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Stat&amp;amp;log in job view is working on the current job (you should set Stat&amp;amp;log of job view in both parent job and child jobs and output them on file/DB with context setting)&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Statistics table records details like begin Time, End Time which is generated by any job.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Logs table records the messages from Java Exception, tDie and/or tWarn (prerequisite: there must be a error in your job).&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Flow Meter table records the number of rows processed in the defined flow(prerequisite: you should use &lt;FONT color="#005cb1"&gt;tFlowMeter&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;in your job)&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;If you want to modify schema of log/stat file, you have to use&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;single component.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;For example: tlogcather--&amp;gt;tMap(modify schema)--&amp;gt;tfileXXXoutput..&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Logs table records the messages from Java Exception, tDie and/or tWarn&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Feel free to let us know if it is helpful for you.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 16 Mar 2015 08:12:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automatic-use-of-Stats-and-Logs/m-p/2277487#M53256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-16T08:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic use of Stats and Logs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Automatic-use-of-Stats-and-Logs/m-p/2277488#M53257</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;thank you for your reply. Please can you tell me difference between these two following pictures? 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/266832/pic1.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCqH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145064i8917E01AFCBDF41F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCqH.png" alt="0683p000009MCqH.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/266832/pic2.png.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD4v.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150002i3CFBCE4A6A330C0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD4v.png" alt="0683p000009MD4v.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;I use tWarn_1 and tWarn_2&amp;nbsp;for write to log file (set in the Project Settings) when the job starts and when it's completed respectively. But what is the difference of use OnSubjobOk between the input table and tWarn_2 and of use OnComponentOk between output table and tWarn_2 for this purpose? 
&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 16 Mar 2015 10:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Automatic-use-of-Stats-and-Logs/m-p/2277488#M53257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-16T10:48:23Z</dc:date>
    </item>
  </channel>
</rss>

