<?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 [resolved] Mediation route using TalendJob runtime configuration options? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Mediation-route-using-TalendJob-runtime-configuration/m-p/2339567#M107697</link>
    <description>Greetins all, 
&lt;BR /&gt;I have a mediation route (named DLQNotification) using the cTalendJob component. 
&lt;BR /&gt;This cTalendJob component refers to an integration job (named CentricAlertNotificationHandler) and a context. 
&lt;BR /&gt;After exporting the mediation route, the integration job is included in the .kar file automatically I've noticed and also deployed into the runtime after copying the .kar file to the deploy directory. 
&lt;BR /&gt; 
&lt;BR /&gt;Question 
&lt;BR /&gt;======= 
&lt;BR /&gt;Is it possible to update the values of the job context variables after deployment in the runtime? The integration job uses a database connection which details of I'd like to externalize of course. 
&lt;BR /&gt;I've tried to create a DLQNotification.cfg file under the etc/ directory(same name as the camel route) no success, only my camel route picks up the values, the integration job ignores the values. 
&lt;BR /&gt;I also tried to create a CentricAlertNotificationHandler.cfg file under the etc/ directory - same effect, parameters in .cfg file are ignored... 
&lt;BR /&gt;The jobs are listed as follows in the runtime: 
&lt;BR /&gt; CentricAlertNotificationHandler (0.1) 
&lt;BR /&gt; DLQNotification (0.1) 
&lt;BR /&gt;Please advice. 
&lt;BR /&gt;All the best, 
&lt;BR /&gt;Robin Huiser 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
    <pubDate>Sat, 16 Nov 2024 12:06:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:06:12Z</dc:date>
    <item>
      <title>[resolved] Mediation route using TalendJob runtime configuration options?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Mediation-route-using-TalendJob-runtime-configuration/m-p/2339567#M107697</link>
      <description>Greetins all, 
&lt;BR /&gt;I have a mediation route (named DLQNotification) using the cTalendJob component. 
&lt;BR /&gt;This cTalendJob component refers to an integration job (named CentricAlertNotificationHandler) and a context. 
&lt;BR /&gt;After exporting the mediation route, the integration job is included in the .kar file automatically I've noticed and also deployed into the runtime after copying the .kar file to the deploy directory. 
&lt;BR /&gt; 
&lt;BR /&gt;Question 
&lt;BR /&gt;======= 
&lt;BR /&gt;Is it possible to update the values of the job context variables after deployment in the runtime? The integration job uses a database connection which details of I'd like to externalize of course. 
&lt;BR /&gt;I've tried to create a DLQNotification.cfg file under the etc/ directory(same name as the camel route) no success, only my camel route picks up the values, the integration job ignores the values. 
&lt;BR /&gt;I also tried to create a CentricAlertNotificationHandler.cfg file under the etc/ directory - same effect, parameters in .cfg file are ignored... 
&lt;BR /&gt;The jobs are listed as follows in the runtime: 
&lt;BR /&gt; CentricAlertNotificationHandler (0.1) 
&lt;BR /&gt; DLQNotification (0.1) 
&lt;BR /&gt;Please advice. 
&lt;BR /&gt;All the best, 
&lt;BR /&gt;Robin Huiser 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Mediation-route-using-TalendJob-runtime-configuration/m-p/2339567#M107697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Mediation route using TalendJob runtime configuration options?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Mediation-route-using-TalendJob-runtime-configuration/m-p/2339568#M107698</link>
      <description>Ah, got this working!!! 
&lt;BR /&gt;Seems the Talend Job **DOES NOT** re-read its configuration after a restart: 
&lt;BR /&gt;karaf@trun&amp;gt; config:edit CentricAlertNotificationHandler 
&lt;BR /&gt;config.propset db_hostname "your_db_hostname" 
&lt;BR /&gt;config.propset db_port "your_db_port" 
&lt;BR /&gt;config.propset db_schema "your_db_SID" 
&lt;BR /&gt;config.propset db_username "your_db_user" 
&lt;BR /&gt;config.propset db_username "your_db_password" 
&lt;BR /&gt; 
&lt;BR /&gt;# Verify configured settings 
&lt;BR /&gt;karaf@trun&amp;gt; config 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;roplist 
&lt;BR /&gt; 
&lt;BR /&gt;# Activate modified settings 
&lt;BR /&gt;karaf@trun&amp;gt; config:update 
&lt;BR /&gt;# karaf@trun&amp;gt; restart &amp;lt;PID_of_CentricAlertNotificationHandler&amp;gt; 
&lt;BR /&gt;If you restart the container or uninstall -- install the route (including the Talend Job), it works as expected.</description>
      <pubDate>Tue, 19 Feb 2013 16:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Mediation-route-using-TalendJob-runtime-configuration/m-p/2339568#M107698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-19T16:50:27Z</dc:date>
    </item>
  </channel>
</rss>

