<?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: logging Talend job execution on a Database in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397452#M8656</link>
    <description>What is the structure of the talend_logs, talend_stats and talend_meters tables to log execution events inside a database ?&lt;BR /&gt;How is it possible to use the "Stats &amp;amp; Logs" tabs in the properties panel of each job ? &lt;BR /&gt;Is it related to the option in the Talend/preferences ?</description>
    <pubDate>Tue, 25 Sep 2007 15:13:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-09-25T15:13:53Z</dc:date>
    <item>
      <title>logging Talend job execution on a Database</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397450#M8654</link>
      <description>hi,&lt;BR /&gt;could you tell me if it is possible to log Talend job as they process in a database table?&lt;BR /&gt;or to a file that can later be imported into a db?&lt;BR /&gt;thanks</description>
      <pubDate>Sat, 16 Nov 2024 14:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397450#M8654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: logging Talend job execution on a Database</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397451#M8655</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Yes, you can use the tStatCatcher and link it to a DBG Output component.&lt;BR /&gt;Regards, &lt;BR /&gt;Michaël</description>
      <pubDate>Tue, 19 Jun 2007 12:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397451#M8655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-06-19T12:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: logging Talend job execution on a Database</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397452#M8656</link>
      <description>What is the structure of the talend_logs, talend_stats and talend_meters tables to log execution events inside a database ?&lt;BR /&gt;How is it possible to use the "Stats &amp;amp; Logs" tabs in the properties panel of each job ? &lt;BR /&gt;Is it related to the option in the Talend/preferences ?</description>
      <pubDate>Tue, 25 Sep 2007 15:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397452#M8656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-09-25T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: logging Talend job execution on a Database</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397453#M8657</link>
      <description>I need to extract basic information about a job every time its run and output this into a DB.&lt;BR /&gt;I need information such as the following:&lt;BR /&gt;Username -  of the person running the Job&lt;BR /&gt;Project Name&lt;BR /&gt;Job Name&lt;BR /&gt;Start Time&lt;BR /&gt;End Time&lt;BR /&gt;Row Count&lt;BR /&gt;Result ? Success or Failure.&lt;BR /&gt;What would  I create this Job very simply?</description>
      <pubDate>Wed, 01 Feb 2012 11:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397453#M8657</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-01T11:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: logging Talend job execution on a Database</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397454#M8658</link>
      <description>Hi dna1718 
&lt;BR /&gt;Username: the job don't know who will run the job, you can use a tMsgbox to ask for the username at the beginning of job. 
&lt;BR /&gt;Project Name: there is a global variable called projectName, you can use this variable. 
&lt;BR /&gt;Job Name: there is a global variable called jobName! 
&lt;BR /&gt;Start Time and End Time: use tChronometerStart and tChronometerStop components to populate the job start time and end time. (see demo in topic: 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?id=10032)" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?id=10032)&lt;/A&gt; 
&lt;BR /&gt;Row Count: use tFlowMeter and tFlowMeterCapture to populate the number of specific row. 
&lt;BR /&gt;At the end of job, use a tFlowInputFlow to generate one row including these columns username, project name, job name, start time, end time, and row count. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 03 Feb 2012 01:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397454#M8658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-03T01:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: logging Talend job execution on a Database</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397455#M8659</link>
      <description>Thanks for that. Much appreciated.&lt;BR /&gt;Do you know the variable that holds the row count?</description>
      <pubDate>Fri, 03 Feb 2012 09:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397455#M8659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-03T09:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: logging Talend job execution on a Database</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397456#M8660</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Thanks for that. Much appreciated.&lt;BR /&gt;Do you know the variable that holds the row count?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Please learn tFlowMeter and tFlowMeterCapture components in the user documentation.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 03 Feb 2012 09:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397456#M8660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-03T09:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: logging Talend job execution on a Database</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397457#M8661</link>
      <description>Several questions about logging: 
&lt;BR /&gt;(1) What is the best way to log events that aren't considered component failures by Talend --- for instance apply functional validations to input data that wouldn't be considered a schema failure per se, or check to make sure the expected number of output records was generated based on the input, etc. ? Should I use tJava or tJavaRec components to manually enforce those edits, and if so how would I get my error messages to tLogCatcher ? 
&lt;BR /&gt;(2) What is best way to have multiple levels of verbosity in my log output ? Is there an input parameter to explicitly tell the job to generate "Debug" level warning messages vs. just regular ones? Is there any way to code the job such that it automatically generates Debug level messages if any errors are encountered, or do I have to code my shell script to re-run the job in Debug mode if an error was encountered the first time? 
&lt;BR /&gt;(3) In general, is it best practices to rely on tWarn and tDie components to generate ALL of my log output, or is there a more elegant/efficient way to code that ? I know that sounds like a strange question given all the documentation on logging, but I thought I heard a Talend consultant once say something that made me think that those should not be over-utilized... 
&lt;BR /&gt;Thanks! 
&lt;BR /&gt;Chris</description>
      <pubDate>Fri, 28 Mar 2014 22:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/logging-Talend-job-execution-on-a-Database/m-p/2397457#M8661</guid>
      <dc:creator>crtatnall</dc:creator>
      <dc:date>2014-03-28T22:07:16Z</dc:date>
    </item>
  </channel>
</rss>

