<?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 Capture Job id, start time and end time in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2268001#M46707</link>
    <description>&lt;P&gt;Can I know how to get execution id from them&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2019 12:55:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-22T12:55:31Z</dc:date>
    <item>
      <title>How to Capture Job id, start time and end time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2267996#M46702</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me out finding "How to Capture Job id, start time and end time"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Meghana&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 11:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2267996#M46702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-18T11:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Capture Job id, start time and end time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2267997#M46703</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;simplest ways - just enable stats and logs collection&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/n2BYbtcWI4dtJfLCv3CrJw/AsoJenmDkXEoIgeId4v2Xg" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/n2BYbtcWI4dtJfLCv3CrJw/AsoJenmDkXEoIgeId4v2Xg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 11:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2267997#M46703</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-03-18T11:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Capture Job id, start time and end time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2267998#M46704</link>
      <description>&lt;P&gt;Just to add ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you need to capture/monitor Subjob execution time ,&amp;nbsp;tChronoMeterxxx components could&amp;nbsp; also be helpful.&lt;/P&gt;
&lt;P&gt;for jobid , you can use Variable "pid" to get the process id.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 12:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2267998#M46704</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-18T12:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Capture Job id, start time and end time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2267999#M46705</link>
      <description>&lt;P&gt;How to capture flow execution from the logs. I am able to get job id from tStatCatcher component, but I see it is different from flow execution id.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I know how we get flow execution id?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Meghana&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 12:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2267999#M46705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-22T12:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Capture Job id, start time and end time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2268000#M46706</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you enable logs as suggested - you will have 3 tables:&lt;/P&gt;
&lt;P&gt;- stats - statistics (ts=art, stop, duration) for components with enabled collect statistics&lt;/P&gt;
&lt;P&gt;- logs - JVM errors and warnings from tWarn/tDie&lt;/P&gt;
&lt;P&gt;- meters - flow statistics for flows with enabled "monitor" properties (advanced settings)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all 3 tables use the same ids for all information&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 12:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2268000#M46706</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-04-22T12:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Capture Job id, start time and end time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2268001#M46707</link>
      <description>&lt;P&gt;Can I know how to get execution id from them&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 12:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2268001#M46707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-22T12:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Capture Job id, start time and end time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2268002#M46708</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOjJAAW"&gt;@MeghanaKottala&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The best place to understand the concepts is the AMC user Guide.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/CExOfRHuw5UTRz2d7vJi3Q/MDauhq9nl1m0FXZX~aHp9Q" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/CExOfRHuw5UTRz2d7vJi3Q/MDauhq9nl1m0FXZX~aHp9Q&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If you want the short cut to Studio area, please refer the below section.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/CExOfRHuw5UTRz2d7vJi3Q/dgHq5LUSMajI3cp1~lp~IQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/CExOfRHuw5UTRz2d7vJi3Q/dgHq5LUSMajI3cp1~lp~IQ&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2019 19:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-Capture-Job-id-start-time-and-end-time/m-p/2268002#M46708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-22T19:55:10Z</dc:date>
    </item>
  </channel>
</rss>

