<?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: [resolved] Passing multiple parameters on each job run in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2345997#M113449</link>
    <description>Hi,
&lt;BR /&gt;Have you already checked talend&amp;nbsp;
&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;Implicit context load or tContextLoad which is used to&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;load context parameters dynamically at the time of Job execution?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;You can save values in a file or DB table.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&lt;A href="https://help.talend.com/search/all?query=Using+the+Implicit+Context+Load+feature&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Using the Implicit Context Load feature&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;Let us know if it is Ok with you.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Mon, 30 May 2016 08:35:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-30T08:35:41Z</dc:date>
    <item>
      <title>[resolved] Passing multiple parameters on each job run</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2345996#M113448</link>
      <description>Hi
&lt;BR /&gt;In my ETL environment I have a job that have to use multiple parameters. Parameters like param1, param2, .. param10. They are used inside job in sql scripts and components.
&lt;BR /&gt;Each time job run i have to initialize that parameter list with some values. 
&lt;BR /&gt;These values are stored in database.
&lt;BR /&gt;Should i do these through context param file?
&lt;BR /&gt;I thought to fill context file each time automatically with shell scripts. But see some problems like that the folder, where context file lies, could change its name, because it has job version in its name.</description>
      <pubDate>Fri, 27 May 2016 17:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2345996#M113448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-27T17:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Passing multiple parameters on each job run</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2345997#M113449</link>
      <description>Hi,
&lt;BR /&gt;Have you already checked talend&amp;nbsp;
&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;Implicit context load or tContextLoad which is used to&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;load context parameters dynamically at the time of Job execution?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;You can save values in a file or DB table.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&lt;A href="https://help.talend.com/search/all?query=Using+the+Implicit+Context+Load+feature&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Using the Implicit Context Load feature&lt;/A&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;Let us know if it is Ok with you.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 30 May 2016 08:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2345997#M113449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-30T08:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Passing multiple parameters on each job run</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2345998#M113450</link>
      <description>It seems that it could help me but i've got some problems. 
&lt;BR /&gt;Do you have more detailed, reference-like description of these feature and not just example? 
&lt;BR /&gt;I've set up a test job and got error: 
&lt;BR /&gt;Error: Parameter "LOAD_ID" has not been set by Implicit_Context_Context 
&lt;BR /&gt;In database i have a table with parameters of following structure 
&lt;BR /&gt;create table PARAMS(key varchar2(100), 
&lt;BR /&gt;value varchar2(100), 
&lt;BR /&gt;job_name varchar2(100)); 
&lt;BR /&gt;insert into params values('LOAD_ID', '1', 'MY_JOB_NAME'); 
&lt;BR /&gt;Third column job_name i need to store parameters for different jobs. 
&lt;BR /&gt;Seems like problem could be that my table for params has three columns. Not two (key, value) like in example. 
&lt;BR /&gt;But in job run log i don't see detailed log. What query it runs to get context from database, etc. Just Error.</description>
      <pubDate>Mon, 30 May 2016 11:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2345998#M113450</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-30T11:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Passing multiple parameters on each job run</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2345999#M113451</link>
      <description>In description of 
&lt;B&gt;tContextLoad&lt;/B&gt; i don't see that it can load params from database. 
&lt;BR /&gt;help.talend.com/display/TalendOpenStudioforDataIntegrationUserGuide61EN/C.3.1+Preparing+context+parameter+sources
&lt;BR /&gt;Just flat file</description>
      <pubDate>Mon, 30 May 2016 11:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2345999#M113451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-30T11:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Passing multiple parameters on each job run</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2346000#M113452</link>
      <description>Hi, 
&lt;BR /&gt;Here is a related forum: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCoR7CAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Iterate-through-a-list-of-URL-s-for-tRSSInput/td-p/94539&lt;/A&gt;&amp;nbsp;about how to use&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Implicit tContextLoad&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;in talend.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;From component reference&amp;nbsp;&lt;A href="https://help.talend.com/search/all?query=tContextLoad&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tContextLoad&lt;/A&gt;, you can change the input file component into a DB input component to read the parameter from DB table.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;The work flow should be:t&amp;lt;DB&amp;gt;Input--&amp;gt;tcontextload&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;onsubjobOk&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;your other subjob&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;In addition,&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;Implicit context load equals to use tContextLoad component in job. 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 31 May 2016 08:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2346000#M113452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-31T08:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Passing multiple parameters on each job run</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2346001#M113453</link>
      <description>Ok&lt;BR /&gt;seems like I've resolved my issues with implicit context.</description>
      <pubDate>Tue, 31 May 2016 10:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2346001#M113453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-31T10:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Passing multiple parameters on each job run</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2346002#M113454</link>
      <description>Hi,&lt;BR /&gt;Can we consider this topic as resolved?&lt;BR /&gt;Feel free to let us know if there is any problem in your job.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 01 Jun 2016 03:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-multiple-parameters-on-each-job-run/m-p/2346002#M113454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-01T03:26:42Z</dc:date>
    </item>
  </channel>
</rss>

