<?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: Use tContextLoad and tRunJob in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375087#M137571</link>
    <description>Thanks for your enlightenings !</description>
    <pubDate>Wed, 12 Sep 2007 22:37:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-09-12T22:37:25Z</dc:date>
    <item>
      <title>Use tContextLoad and tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375082#M137566</link>
      <description>Is there a way to load a context in a job having many tRunJobs in it so the sub-jobs has access to the context? I want to avoid loading the context in each separate job. I even attempted to create a job that only loads the content and added it to the master job (the one that only has the sub-jobs to have a big picture of the process0&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;Kind of related to: 1238</description>
      <pubDate>Sat, 16 Nov 2024 14:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375082#M137566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Use tContextLoad and tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375083#M137567</link>
      <description>I'm not sure I get exactly to your point, but here is how I proceed : the tRunJob has a feature allowing you to pass context parameters to your subjob 
&lt;BR /&gt;So if your master job loads once the context you need and then passes the values to your subjobs it should be ok 
&lt;BR /&gt;The only issue I see is that you have to specifiy all the context values one by one to each subjob 
&lt;BR /&gt;And there is also a limitation : you cannot use a subjob to set a context value and use this value in your master job or in another subjob, it goes one-way only 
&lt;BR /&gt;Hth</description>
      <pubDate>Wed, 22 Aug 2007 22:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375083#M137567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-22T22:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use tContextLoad and tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375084#M137568</link>
      <description>What's the feature you talk about (tRunJob)? How do i use it? WHere I set it?&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Thu, 23 Aug 2007 11:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375084#M137568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-23T11:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Use tContextLoad and tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375085#M137569</link>
      <description>Well I work with java projects and in the palette you have the tRunJob component in the 'System' family&lt;BR /&gt;It needs to know what job to run, with which context and then you can redefine context values provided they exist in the subjob default context&lt;BR /&gt;And then when you export your job scripts the subjobs come along with their context</description>
      <pubDate>Thu, 23 Aug 2007 21:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375085#M137569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-23T21:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Use tContextLoad and tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375086#M137570</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;The only issue I see is that you have to specifiy all the context values one by one to each subjob&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;1884 should solve this problem as fast as possible &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;And there is also a limitation : you cannot use a subjob to set a context value and use this value in your master job or in another subjob, it goes one-way only&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Well, you may see this as a "limitation", I personnaly don't. If you really want a child job to change the context of its father, you'll have to use tContextDump (1717) in the child and a tContextLoad in the father.&lt;BR /&gt;Note: in TOS, sub-job does not mean the same as a child job. When talking about tRunJob, we're usually talking about child jobs &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Wed, 12 Sep 2007 12:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375086#M137570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-09-12T12:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Use tContextLoad and tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375087#M137571</link>
      <description>Thanks for your enlightenings !</description>
      <pubDate>Wed, 12 Sep 2007 22:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375087#M137571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-09-12T22:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use tContextLoad and tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375088#M137572</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1884 should solve this problem as fast as possible &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;About this feature that was fixed, I think it's only available for Perl language, isn't it?&lt;BR /&gt;Is it possibe develop the same feature for Java language?&lt;BR /&gt;(the feature is around pass the context from father to childs jobs)&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 07 Mar 2008 09:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375088#M137572</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-03-07T09:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use tContextLoad and tRunJob</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375089#M137573</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Is it possibe develop the same feature for Java language?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;3227</description>
      <pubDate>Fri, 07 Mar 2008 11:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Use-tContextLoad-and-tRunJob/m-p/2375089#M137573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-07T11:07:41Z</dc:date>
    </item>
  </channel>
</rss>

