<?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: Run mainJob  autonomous in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338921#M107115</link>
    <description>&lt;P&gt;In fact ,I build with the default context and after in the batch file I change the context path :&lt;/P&gt;
&lt;P&gt;--context_param FIC_PARAM=D:\SITERR\PARAMETRES\siterr_parametres.csv&lt;/P&gt;
&lt;P&gt;and in my parameter file ,I have&amp;nbsp; all context variables&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jul 2018 11:29:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-06T11:29:49Z</dc:date>
    <item>
      <title>Run mainJob  autonomous</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338919#M107113</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;I woud like to run mainJob in autonomous ,but when I update the variables of connection in my parameter file . my job run&amp;nbsp; with the&amp;nbsp; parametre of context in talend.&lt;/P&gt; 
&lt;P&gt;Help me please&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 10:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338919#M107113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-06T10:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Run mainJob  autonomous</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338920#M107114</link>
      <description>&lt;P&gt;for me the best way is to add a&amp;nbsp;PRD context&amp;nbsp;(current is Default) in Talend then when you build you can chose this context.&lt;/P&gt;&lt;P&gt;I use this way to have password encrypted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 10:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338920#M107114</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-07-06T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Run mainJob  autonomous</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338921#M107115</link>
      <description>&lt;P&gt;In fact ,I build with the default context and after in the batch file I change the context path :&lt;/P&gt;
&lt;P&gt;--context_param FIC_PARAM=D:\SITERR\PARAMETRES\siterr_parametres.csv&lt;/P&gt;
&lt;P&gt;and in my parameter file ,I have&amp;nbsp; all context variables&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 11:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338921#M107115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-06T11:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Run mainJob  autonomous</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338922#M107116</link>
      <description>&lt;P&gt;Are you talking about changing context variable value sources at runtime? If so, this is easy and there are several ways to do this. You can use the tContextLoad to load the values in from a file or a database. I would urge you NOT to use different contexts (stick with Default). Context variables are great, but Contexts are not implemented well and can lead to a lot of issues when using child jobs. Since you can dynamically set your Context variables at runtime, there is no need to put up with the potential pitfalls of using Contexts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whenever I build a Talend framework, I ensure that the jobs run and pick up their Context variables using the configuration of the machine they run on. If they run on a DEV box, they will use DEV Context variables, TEST will use TEST Context variables and Prod will use Prod. This can be achieved using System environment variables on the machines and a little bit of Java. It takes the worry over which environment your job is set to work on away completely.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 11:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338922#M107116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-06T11:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Run mainJob  autonomous</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338923#M107117</link>
      <description>There was bug in open version 4 but I think it was solved.
&lt;BR /&gt;did you update the right .context file?</description>
      <pubDate>Fri, 06 Jul 2018 12:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338923#M107117</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-07-06T12:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Run mainJob  autonomous</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338924#M107118</link>
      <description>&lt;P&gt;Thanks you All , In fact , I had to check&amp;nbsp; ''transmit the context"&amp;nbsp; to all subs jobs&amp;nbsp; and uncheck&amp;nbsp; using the project setting for all jobs and subs job. So now my settings file is used.&lt;/P&gt; 
&lt;P&gt;Thanks you&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 09:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Run-mainJob-autonomous/m-p/2338924#M107118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T09:54:11Z</dc:date>
    </item>
  </channel>
</rss>

