<?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: tRunJob : retrieve context variable value redefined inside a subjob in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362305#M126470</link>
    <description>what i mean is : context parameters whose values have been redefined in a tJava component, can they be passed to sons, grandsons and so on ?
&lt;BR /&gt;because when i try this i get errors ............ correct me .. am i missing something</description>
    <pubDate>Fri, 21 Nov 2008 17:08:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-11-21T17:08:31Z</dc:date>
    <item>
      <title>tRunJob : retrieve context variable value redefined inside a subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362301#M126466</link>
      <description>Hi,
&lt;BR /&gt;I tried the following : 
&lt;BR /&gt; - starting on a master job, I send a context variable value to a subjob using the tRunJob module ; 
&lt;BR /&gt; - then inside the subjob I redefine the value of this context variable ; 
&lt;BR /&gt; - and then back in the master job I would like to use the redefined value that was set inside the subjob.
&lt;BR /&gt;Unfortunately it looks like it is not possible, since context variables cannot be retrieved from a subjob.
&lt;BR /&gt;Am I right ?
&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 14:34:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362301#M126466</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: tRunJob : retrieve context variable value redefined inside a subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362302#M126467</link>
      <description>Hello, &lt;BR /&gt;I'm sorry to say yes you're right.&lt;BR /&gt;If you want to share variables between jobs, you have to write them to tmp file or tmp databases.&lt;BR /&gt;Regards,&lt;BR /&gt;Michaël</description>
      <pubDate>Wed, 18 Jul 2007 22:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362302#M126467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-07-18T22:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: tRunJob : retrieve context variable value redefined inside a subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362303#M126468</link>
      <description>is this also not possible if i wish to send context parameters to subjobs and sub-sub jobs .....</description>
      <pubDate>Thu, 20 Nov 2008 17:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362303#M126468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-20T17:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: tRunJob : retrieve context variable value redefined inside a subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362304#M126469</link>
      <description>aviator,
&lt;BR /&gt;I don't understand what you mean.
&lt;BR /&gt;You can pass parameters from grand father to son jobs via the father without any difficulties.
&lt;BR /&gt;Automatically and manually...
&lt;BR /&gt;You just need to share the same context between the 3 jobs.</description>
      <pubDate>Fri, 21 Nov 2008 16:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362304#M126469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T16:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: tRunJob : retrieve context variable value redefined inside a subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362305#M126470</link>
      <description>what i mean is : context parameters whose values have been redefined in a tJava component, can they be passed to sons, grandsons and so on ?
&lt;BR /&gt;because when i try this i get errors ............ correct me .. am i missing something</description>
      <pubDate>Fri, 21 Nov 2008 17:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362305#M126470</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T17:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: tRunJob : retrieve context variable value redefined inside a subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362306#M126471</link>
      <description>First basic answer : 
&lt;BR /&gt;tJava component should never modify "internal" variable.
&lt;BR /&gt;Context values can be modified using tContextLoad and this is the only correct behavior that I would ever recommend.
&lt;BR /&gt;What would happend to your job if we modify those internal variables ?
&lt;BR /&gt;What is your TOS version ?
&lt;BR /&gt;I think that it's probably related to 5393
&lt;BR /&gt;HTH,</description>
      <pubDate>Fri, 21 Nov 2008 17:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362306#M126471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T17:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: tRunJob : retrieve context variable value redefined inside a subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362307#M126472</link>
      <description>Ok i guess thats the problem i am having.... Could you explain how it can be modified using a tcontextload? 
&lt;BR /&gt;Many thanks 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 21 Nov 2008 18:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362307#M126472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T18:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: tRunJob : retrieve context variable value redefined inside a subjob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362308#M126473</link>
      <description>Perhaps in the next version there can be a special Load-Context-Prejob because I have this problem loading a config in every job</description>
      <pubDate>Fri, 16 Sep 2011 01:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRunJob-retrieve-context-variable-value-redefined-inside-a/m-p/2362308#M126473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-16T01:16:48Z</dc:date>
    </item>
  </channel>
</rss>

