<?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 implicit context load from file controlled by call paramter in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/implicit-context-load-from-file-controlled-by-call-paramter/m-p/2300551#M72767</link>
    <description>Hi,
&lt;BR /&gt;So far I'm just a small step away from getting my first TOS-job into production ...
&lt;BR /&gt;My job scans a directory, converts data and writes it to an output path.
&lt;BR /&gt;I use implicit context load from file to provide the configuration (input/output-path, filepattern ...)
&lt;BR /&gt;For a different purpose I need to change the configuration. That means I need 2 sets of configurations.
&lt;BR /&gt;My approach is to set the path to the configuration dynamically
&lt;BR /&gt;e.g. jobname_run.sh -i &amp;lt;path-to-configfile&amp;gt;
&lt;BR /&gt;Is this possible?
&lt;BR /&gt;Any other hints?
&lt;BR /&gt;Thanks a lot
&lt;BR /&gt;Günter</description>
    <pubDate>Sat, 16 Nov 2024 13:49:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:49:11Z</dc:date>
    <item>
      <title>implicit context load from file controlled by call paramter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implicit-context-load-from-file-controlled-by-call-paramter/m-p/2300551#M72767</link>
      <description>Hi,
&lt;BR /&gt;So far I'm just a small step away from getting my first TOS-job into production ...
&lt;BR /&gt;My job scans a directory, converts data and writes it to an output path.
&lt;BR /&gt;I use implicit context load from file to provide the configuration (input/output-path, filepattern ...)
&lt;BR /&gt;For a different purpose I need to change the configuration. That means I need 2 sets of configurations.
&lt;BR /&gt;My approach is to set the path to the configuration dynamically
&lt;BR /&gt;e.g. jobname_run.sh -i &amp;lt;path-to-configfile&amp;gt;
&lt;BR /&gt;Is this possible?
&lt;BR /&gt;Any other hints?
&lt;BR /&gt;Thanks a lot
&lt;BR /&gt;Günter</description>
      <pubDate>Sat, 16 Nov 2024 13:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implicit-context-load-from-file-controlled-by-call-paramter/m-p/2300551#M72767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: implicit context load from file controlled by call paramter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implicit-context-load-from-file-controlled-by-call-paramter/m-p/2300552#M72768</link>
      <description>Hello,
&lt;BR /&gt;Yes, it's possible: you can use a context variable for the context file. (as an example: context.contextFile).
&lt;BR /&gt;When your job is exported, you can use --context_param parameter.
&lt;BR /&gt;
&lt;BR /&gt;e.g. jobname_run.sh --context_param contextFile=C:/Talend/prod_context.properties</description>
      <pubDate>Mon, 17 Aug 2009 18:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implicit-context-load-from-file-controlled-by-call-paramter/m-p/2300552#M72768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-17T18:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: implicit context load from file controlled by call paramter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implicit-context-load-from-file-controlled-by-call-paramter/m-p/2300553#M72769</link>
      <description>This is my modified run-script 
&lt;BR /&gt;cd `dirname $0` 
&lt;BR /&gt;ROOT_PATH=`pwd` 
&lt;BR /&gt; java -Xms256M -Xmx1024M .... --context=Default --context_param contextFile=/home/xxx/tos_xxx.cfg $* 
&lt;BR /&gt;This doesn't work. The job still uses the default path provided in TOS "/Job/Extras"-Tab.</description>
      <pubDate>Wed, 19 Aug 2009 11:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implicit-context-load-from-file-controlled-by-call-paramter/m-p/2300553#M72769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-19T11:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: implicit context load from file controlled by call paramter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implicit-context-load-from-file-controlled-by-call-paramter/m-p/2300554#M72770</link>
      <description>Really nobody who can advice?&lt;BR /&gt;I checked the doc but didn't find anything helpful!</description>
      <pubDate>Thu, 20 Aug 2009 09:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implicit-context-load-from-file-controlled-by-call-paramter/m-p/2300554#M72770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-20T09:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: implicit context load from file controlled by call paramter</title>
      <link>https://community.qlik.com/t5/Talend-Studio/implicit-context-load-from-file-controlled-by-call-paramter/m-p/2300555#M72771</link>
      <description>Hello 
&lt;BR /&gt;I have tested with TOS3.1.2 on linux systemand it works fine. Please check your file path and var name if it is correct, note that case sensitive.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 21 Aug 2009 08:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/implicit-context-load-from-file-controlled-by-call-paramter/m-p/2300555#M72771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-21T08:05:02Z</dc:date>
    </item>
  </channel>
</rss>

