<?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: stats et logs in table with tcontextload in project parameter in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338088#M106364</link>
    <description>but when i add connexion parameter. i have not error. 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/258530/context4.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGJ1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156407i73573D7C2F191CED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGJ1.png" alt="0683p000009MGJ1.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;or i don't want to put connexion parameter because it is already in my globalCtxFile</description>
    <pubDate>Fri, 24 Feb 2017 16:25:09 GMT</pubDate>
    <dc:creator>lemufty</dc:creator>
    <dc:date>2017-02-24T16:25:09Z</dc:date>
    <item>
      <title>stats et logs in table with tcontextload in project parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338084#M106360</link>
      <description>&lt;P&gt;hi,&lt;BR /&gt;i develop job &amp;nbsp;which work. so i would like to catch stats et logs in table STATS and LOGS.&amp;nbsp;&lt;BR /&gt;but i configure project parameter.but i launch a job in ms_dos.il can't see the parameter.&lt;BR /&gt;so it don't load stats et logs into table.&lt;BR /&gt;&amp;nbsp;below screnshot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.talend.com/legacyfs/online/258530/context1.png" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGJu.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135303i3A2D491AEEE1CE92/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGJu.png" alt="0683p000009MGJu.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.talend.com/legacyfs/online/258530/context2.png" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGK8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142417i06705646623B9F1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGK8.png" alt="0683p000009MGK8.png" /&gt;&lt;/span&gt; &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.talend.com/legacyfs/online/258530/context3.png" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGKD.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140047iA0E8AFC1F1EBA98C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGKD.png" alt="0683p000009MGKD.png" /&gt;&lt;/span&gt; &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;it can not see db connexion and can not load the table stat&lt;BR /&gt;&lt;A href="https://community.talend.com/legacyfs/online/258530/capture_ecran1.png" target="_blank" rel="noopener"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGJa.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138046i5892F6C773804206/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGJa.png" alt="0683p000009MGJa.png" /&gt;&lt;/span&gt; &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;thank you for your help&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 15:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338084#M106360</guid>
      <dc:creator>lemufty</dc:creator>
      <dc:date>2017-02-24T15:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: stats et logs in table with tcontextload in project parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338085#M106361</link>
      <description>This is caused by your context variables not being pre-set in your job. The AMC and loading context variable values at the start of a job do not mix very well. There are a couple of ways to get round this. Either load your context variables into a parent job and then use that parent job to call the job you are having trouble with (setting "transmit whole context") or use the AMC components instead of doing it in the project settings. The easiest way of doing that is to use a Joblet to call the tLogCatcher, tStatCatcher and tFlowMeterCatcher all linked to tHash components. Use a tPostJob component to empty the tHash components into the database tables or files at the end of the job. tPostJobs are always called so you won't lose logs.</description>
      <pubDate>Fri, 24 Feb 2017 15:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338085#M106361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-24T15:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: stats et logs in table with tcontextload in project parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338086#M106362</link>
      <description>think you for your answer,
&lt;BR /&gt;so in my example when i build a job, i don't put script context because my context came from extern file.
&lt;BR /&gt;this is my script to launch the job in ms dos:
&lt;BR /&gt;J_RDD_DPI_CRM_Plateforme_run.bat --context_param globalCtxFile=C:\TFS\PID\Dev\CRM\Config\DEV\config.properties&amp;nbsp;
&lt;BR /&gt;but when i launch le job in talend, i have no problem are &amp;nbsp;table log et stats are loaded.</description>
      <pubDate>Fri, 24 Feb 2017 15:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338086#M106362</guid>
      <dc:creator>lemufty</dc:creator>
      <dc:date>2017-02-24T15:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: stats et logs in table with tcontextload in project parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338087#M106363</link>
      <description>I'm guessing that when you launch this in Talend Studio your context variable values are already set. If they have any values set, they will be used instead of imported ones. Clear any values set for the context variables in the Studio and try it again. It will fail.</description>
      <pubDate>Fri, 24 Feb 2017 16:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338087#M106363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-24T16:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: stats et logs in table with tcontextload in project parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338088#M106364</link>
      <description>but when i add connexion parameter. i have not error. 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/258530/context4.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGJ1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156407i73573D7C2F191CED/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGJ1.png" alt="0683p000009MGJ1.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;or i don't want to put connexion parameter because it is already in my globalCtxFile</description>
      <pubDate>Fri, 24 Feb 2017 16:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338088#M106364</guid>
      <dc:creator>lemufty</dc:creator>
      <dc:date>2017-02-24T16:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: stats et logs in table with tcontextload in project parameter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338089#M106365</link>
      <description>That is because the Talend job is started with knowledge of your connection details. The AMC starts logging as soon as the job starts. For some strange reason Talend is configured to load context variables (implicit context variables and loading using the tContextLoad) after the AMC has started logging. I personally think this needs sorting out.&amp;nbsp;</description>
      <pubDate>Fri, 24 Feb 2017 16:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/stats-et-logs-in-table-with-tcontextload-in-project-parameter/m-p/2338089#M106365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-24T16:57:51Z</dc:date>
    </item>
  </channel>
</rss>

