<?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: link between a specific job execution and its log in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/link-between-a-specific-job-execution-and-its-log/m-p/2302006#M145594</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can find all log files in TAC/configuration/Job conductor tab, see the "Archive and execution logs path" setting, that where TAC have all execution log files. Are you referring to some king of automated log?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2017 07:05:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-28T07:05:53Z</dc:date>
    <item>
      <title>link between a specific job execution and its log</title>
      <link>https://community.qlik.com/t5/Talend-Studio/link-between-a-specific-job-execution-and-its-log/m-p/2302005#M145593</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I know&amp;nbsp;I can download a specific execution log from the bottom of the Task Execution Details popup.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But, sometimes, I would&amp;nbsp;like to be in tail directly on the log (Job server, log directory... which I know, of course), but it is not so immediate to find out which log is the right one (we have many jobs deployed and sometimes 3-4 jobs are running at the same time).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I see the "&lt;SPAN&gt;Internal job id" parameter in the "Advanced Information" tab of the Task Execution Details popup, but it seems&amp;nbsp;useless because it is not logged.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Furthermore, directory name of each job execution log does not&amp;nbsp;help, it seems.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Lorenzo&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/link-between-a-specific-job-execution-and-its-log/m-p/2302005#M145593</guid>
      <dc:creator>Lorenzo5</dc:creator>
      <dc:date>2024-11-16T09:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: link between a specific job execution and its log</title>
      <link>https://community.qlik.com/t5/Talend-Studio/link-between-a-specific-job-execution-and-its-log/m-p/2302006#M145594</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can find all log files in TAC/configuration/Job conductor tab, see the "Archive and execution logs path" setting, that where TAC have all execution log files. Are you referring to some king of automated log?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 07:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/link-between-a-specific-job-execution-and-its-log/m-p/2302006#M145594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-28T07:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: link between a specific job execution and its log</title>
      <link>https://community.qlik.com/t5/Talend-Studio/link-between-a-specific-job-execution-and-its-log/m-p/2302007#M145595</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you know the taskId and the execution id then you can&amp;nbsp;generate the URL for it.&lt;/P&gt;
&lt;P&gt;However if you have a root_pid then you can only obtain the taksId through the TAC database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be nice if we could download the logs through the metaservlet for a given root_pid. Or even better if we could involve the jobserver through its command port with the right request payload to receive the logfile. I'm not sure how its implemented on TAC, but I can imagine it reads the whole logfile and processes it internally, then stores part of it in the database, from where you can see the updates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see that in the jobserver we do have a&amp;nbsp;GET_JOB_OUTPUT feature, but I'm not sure how could we involve it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Too bad that even if someone sets the log retention policy on the jobserver to be lets say 5 years, it doesn't mean anything because once TAC purges the logs you can't connect the console logs with your log database (AMC)&amp;nbsp; execution (root_pid).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wonder if there's a way to achieve this without brute forcing, querying the TAC database...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Balázs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 16:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/link-between-a-specific-job-execution-and-its-log/m-p/2302007#M145595</guid>
      <dc:creator>Dezzsoke</dc:creator>
      <dc:date>2018-03-01T16:24:35Z</dc:date>
    </item>
  </channel>
</rss>

