<?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: Reading multiple components connection details from database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reading-multiple-components-connection-details-from-database/m-p/2317815#M88218</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;You can set context variable values from DB table.&lt;/P&gt; 
&lt;P&gt;Please have a look at my screenshot&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrYd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147235iA2402FE54767F03E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrYd.png" alt="0683p000009LrYd.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2017 07:06:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-09T07:06:10Z</dc:date>
    <item>
      <title>Reading multiple components connection details from database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-multiple-components-connection-details-from-database/m-p/2317812#M88215</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a job which has both mysql and sql server components. I need the data to be transferred from sql server to mysql. I need the connection details for both the components coming from database. How do I achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;BR /&gt;Rathi&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 14:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-multiple-components-connection-details-from-database/m-p/2317812#M88215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-06T14:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Reading multiple components connection details from database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-multiple-components-connection-details-from-database/m-p/2317813#M88216</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;From your description, it seems that you are looking for tContextLoad or implicit tContext feature.&lt;/P&gt; 
&lt;P&gt;Could you please have a look at this scenario:&lt;A title="TalendHelpCenter:Scenario: Reading data from different MySQL databases using dynamically loaded connection parameters" href="https://help.talend.com/reader/2qhjw49i2OrbB67~Arg9~Q/reYb9NUS2CHM6RCCqXX18w" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter: Scenario: Reading data from different MySQL databases using dynamically loaded connection parameters&lt;/A&gt; to see if it is what you are looking for?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 02:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-multiple-components-connection-details-from-database/m-p/2317813#M88216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-08T02:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reading multiple components connection details from database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-multiple-components-connection-details-from-database/m-p/2317814#M88217</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, I&amp;nbsp;understand the usage of tcontextload and implicit context loading. However, I have nearly 75 jobs. And each job loads data from sql server to mysql. The connection details are coming in from the context groups(sourcecontext and destinationcontext) where the connection details are hardcoded.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want is a job where I can load my&amp;nbsp;&lt;SPAN&gt;sourcecontext and destinationcontext from the database. I do not want to go to every job now and change any configuration in it. I want a wrapper where I can write to the existing contexts (sourcecontext and destinationcontext)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rathi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 06:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-multiple-components-connection-details-from-database/m-p/2317814#M88217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-08T06:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reading multiple components connection details from database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reading-multiple-components-connection-details-from-database/m-p/2317815#M88218</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;You can set context variable values from DB table.&lt;/P&gt; 
&lt;P&gt;Please have a look at my screenshot&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrYd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147235iA2402FE54767F03E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrYd.png" alt="0683p000009LrYd.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 07:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reading-multiple-components-connection-details-from-database/m-p/2317815#M88218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-09T07:06:10Z</dc:date>
    </item>
  </channel>
</rss>

