<?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: set context parameters dynamically in tJava in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235089#M24229</link>
    <description>i tried using tContextDump also .... but it only works for pre configured context parameters ... for a context variable being set dynamically in tJava , it does not work !! any workarounds here ?</description>
    <pubDate>Thu, 20 Nov 2008 03:44:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-11-20T03:44:58Z</dc:date>
    <item>
      <title>set context parameters dynamically in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235084#M24224</link>
      <description>Is this possible. I tried a sample job and it din happen happen.</description>
      <pubDate>Sat, 16 Nov 2024 14:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235084#M24224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: set context parameters dynamically in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235085#M24225</link>
      <description>I am able to pass context parameters set dynamically in a jave file from one job to another subjob. But this is not working when i pass it to a sub-sub job......... Any other way out?</description>
      <pubDate>Wed, 19 Nov 2008 13:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235085#M24225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-19T13:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: set context parameters dynamically in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235086#M24226</link>
      <description>Any inputs please ?</description>
      <pubDate>Thu, 20 Nov 2008 02:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235086#M24226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-20T02:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: set context parameters dynamically in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235087#M24227</link>
      <description>You can set contexts via tjava using the following example: 
&lt;BR /&gt;context.myContext = "myValue" 
&lt;BR /&gt;to pass it to a subjob you can use tRunJob component with the Transmit Whole Context option or the individual context paramaters options. 
&lt;BR /&gt;Hope this is what you're looking for.</description>
      <pubDate>Thu, 20 Nov 2008 03:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235087#M24227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-20T03:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: set context parameters dynamically in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235088#M24228</link>
      <description>i am doing this ....... but this works only for a subjob .......... if i want to pass it on to further subjobs , it does not work!!! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 20 Nov 2008 03:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235088#M24228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-20T03:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: set context parameters dynamically in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235089#M24229</link>
      <description>i tried using tContextDump also .... but it only works for pre configured context parameters ... for a context variable being set dynamically in tJava , it does not work !! any workarounds here ?</description>
      <pubDate>Thu, 20 Nov 2008 03:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235089#M24229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-20T03:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: set context parameters dynamically in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235090#M24230</link>
      <description>Hello
&lt;BR /&gt;Please upload some screenshots of your job.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 20 Nov 2008 06:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235090#M24230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-20T06:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: set context parameters dynamically in tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235091#M24231</link>
      <description>I can't any more find where I came up with this answer but apparently context values are stored in more than one place and tContextDump picks up only those values defined when the job begins so if you set context values dynamically using tJava you need to follow with the following statement so that tContextDump will use the new values: 
&lt;BR /&gt; 
&lt;PRE&gt;context.synchronizeContext();&lt;/PRE&gt;</description>
      <pubDate>Mon, 07 Jun 2010 01:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/set-context-parameters-dynamically-in-tJava/m-p/2235091#M24231</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-06-07T01:29:08Z</dc:date>
    </item>
  </channel>
</rss>

