<?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: Iterate multiple database connections in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216723#M12622</link>
    <description>&lt;P&gt;Thanks - I wasn't clear on my questions.&amp;nbsp; You say I need to maintain a table of database connections to iterate through.&amp;nbsp; I'm trying to understand what structure that table should be in... db_type, db_name, host, login, password.. or should it be a connection string? how do I then pass those values to a tDBConnection file?&lt;/P&gt;</description>
    <pubDate>Sun, 14 Jun 2020 02:41:41 GMT</pubDate>
    <dc:creator>jftdarr</dc:creator>
    <dc:date>2020-06-14T02:41:41Z</dc:date>
    <item>
      <title>Iterate multiple database connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216719#M12618</link>
      <description>&lt;P&gt;I have a need to check consistency of data across five database environments.&amp;nbsp; I have a framework for how to do the comparison and output the results but what I would like to know is if there is a way to create a list of MSSQL database connections, and iterate through them so that I can build the comparison once and then the iteration does the following:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Compare system A against system B&lt;/P&gt; 
&lt;P&gt;Compare system A against system C&lt;/P&gt; 
&lt;P&gt;Compare system A against system D&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;....&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;(System A is considered the source so we can compare all other systems against it).&amp;nbsp; I'm only jjust starting to use iteration connectors and things like tForEach so any ideas would be greatly appreciated.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It should be worth noting that the schemas are identical across systems.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216719#M12618</guid>
      <dc:creator>jftdarr</dc:creator>
      <dc:date>2024-11-16T02:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate multiple database connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216720#M12619</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLaQAAW"&gt;@jftdarr&lt;/A&gt;&amp;nbsp;, you need to maintain a table for the connection and iterate it .&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 15:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216720#M12619</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-12T15:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate multiple database connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216721#M12620</link>
      <description>&lt;P&gt;Awesome thank you.&amp;nbsp; Forgive the stupid follow up but is there a particular schema that i should follow for that table/how would I leverage that table?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 16:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216721#M12620</guid>
      <dc:creator>jftdarr</dc:creator>
      <dc:date>2020-06-12T16:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate multiple database connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216722#M12621</link>
      <description>The table schema should be as how you will store and iterate them.</description>
      <pubDate>Sun, 14 Jun 2020 00:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216722#M12621</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-14T00:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate multiple database connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216723#M12622</link>
      <description>&lt;P&gt;Thanks - I wasn't clear on my questions.&amp;nbsp; You say I need to maintain a table of database connections to iterate through.&amp;nbsp; I'm trying to understand what structure that table should be in... db_type, db_name, host, login, password.. or should it be a connection string? how do I then pass those values to a tDBConnection file?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jun 2020 02:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216723#M12622</guid>
      <dc:creator>jftdarr</dc:creator>
      <dc:date>2020-06-14T02:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate multiple database connections</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216724#M12623</link>
      <description>You should have source db name, source db host, user name, password, schema, same for target do as well.</description>
      <pubDate>Sun, 14 Jun 2020 07:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-multiple-database-connections/m-p/2216724#M12623</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-14T07:21:35Z</dc:date>
    </item>
  </channel>
</rss>

