<?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: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355728#M121415</link>
    <description>&lt;P&gt;Wow, DB2. That takes me back. . .waaaaay back &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there a way in DB2 to retrieve a schema programmatically (i.e. using DB2s query language)? If so, you could use tDB2Row to do it, then tFlowToIterate to iterate over the table names (most likely with tMap or other ETL components in between). I've done this with SQL Server, where I've selected all databases from sys.database, then iterated over them to run the same query against each one.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this helps.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;David&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2018 00:50:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-13T00:50:43Z</dc:date>
    <item>
      <title>Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355727#M121414</link>
      <description>&lt;P&gt;I am trying to migrate IBM DB2 tables from a schema, can it dynamically pick tables from Soruce DB and create a collection and build a schema in Mongo DB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to transfer data from a specific table to mongo db that is working fine if I predefine my schema from DB2, if not no data is transferred&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Requirement is like i need to fetch schema and table name dynamically and create a collection name in Mongo db.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need advise and inputs on its feasibility.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355727#M121414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355728#M121415</link>
      <description>&lt;P&gt;Wow, DB2. That takes me back. . .waaaaay back &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there a way in DB2 to retrieve a schema programmatically (i.e. using DB2s query language)? If so, you could use tDB2Row to do it, then tFlowToIterate to iterate over the table names (most likely with tMap or other ETL components in between). I've done this with SQL Server, where I've selected all databases from sys.database, then iterated over them to run the same query against each one.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope this helps.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 00:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355728#M121415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T00:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355729#M121416</link>
      <description>&lt;P&gt;generally - not, Talend not a migration tool&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You can test some tools like -&amp;nbsp;&lt;A href="http://mongify.com" target="_self" rel="nofollow noopener noreferrer"&gt;http://mongify.com&lt;/A&gt;&amp;nbsp;if want automate transfer&lt;/P&gt; 
&lt;P&gt;but generally it also not actual, because - nobody do not migrate data AS/IS&lt;/P&gt; 
&lt;P&gt;always need prepare some nested MongoDB structure for avoid migrating a lot of tables&lt;BR /&gt;&lt;BR /&gt;Example from some project (without link above):&lt;BR /&gt;- MySQL have 100 tables (few huge and many small)&lt;BR /&gt;- We are prepare by SQL output JSON with all target structure&lt;/P&gt; 
&lt;P&gt;- Export result JSONs to txt file&amp;nbsp;&lt;BR /&gt;- Import with Mongo tools&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Finally we have 4 collection with all data from MySQL&lt;BR /&gt;&lt;BR /&gt;Migrations - it always one time unique projects, and if it not make Your everyday income - no reason to create universal Job, "do and forget" &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; or You spend more time for develop something what never will use in feature&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 01:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355729#M121416</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-13T01:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355730#M121417</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LM4pAAG"&gt;@DVSCHWAB&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Wow, DB2. That takes me back. . .waaaaay back &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;Hi David!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;first of all - DB2 still much more more live then Microsoft want to see &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;second - it not resolve the problem with dynamic structure&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 01:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355730#M121417</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-13T01:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355731#M121418</link>
      <description>&lt;P&gt;Well the main idea behind the migration is to create a golden copy of data from IBM DB2 to Mongo DB, so thought Talend would be an option to use it, But for bulk migration and dynamic fetch of tables, I m not sure how to handle it.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Or can we Create a Java Program to connect 2 Databases and run a loop to fetch from One db and insert into another. Will that be efficient in terms of speed?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It would be helpful if i get some pointers to deal with these constraints.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 09:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355731#M121418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T09:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355732#M121419</link>
      <description>&lt;P&gt;You could write a Java program, although Talend is basically a Java code generator, so that might be overkill.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As to speed, is this a one-time migration, or something that will happen on a regular basis (i.e. more a copy than a migration)? If it's just one time, your program doesn't need to be efficient just to get the job done.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Can you provide a concrete example of the difficulty you're having right now? I'm not sure what you mean by "dynamic fetch of tables". An estimate of how big the DB2 database is would also be helpful.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 13:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355732#M121419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T13:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355733#M121420</link>
      <description>&lt;P&gt;did You check the link which I provide above?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what size of source database? (number of tables and in Gb)&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 13:53:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355733#M121420</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-13T13:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355734#M121421</link>
      <description>&lt;P&gt;An example would be like I have a Database with 20 to 30 schemas and in each schema we have atleast 10 to 20 tables. If using Talend, i would like to create a job to automatically to&amp;nbsp;pick schema and tables from DB2 and create a corresponding database in Mongo DB(Documents and Collections) and migrate data into it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope my requirement is clear.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 05:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355734#M121421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T05:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355735#M121422</link>
      <description>&lt;P&gt;Yes I did go through mongify, Need a clarification like will that work for IBM DB2 also. and i want to pick the schema and columns automatically rather than defining it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will that be possibile?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 05:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355735#M121422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T05:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355736#M121423</link>
      <description>&lt;P&gt;what I personally do on similar projects (have few more or less&amp;nbsp;similar)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;OL&gt; 
 &lt;LI&gt;by SQL or GUI tools - export data to JSON&lt;BR /&gt;&lt;A href="https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_72/sqlp/rbafyjsonpublishing.htm" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_72/sqlp/rbafyjsonpublishing.htm&lt;/A&gt;&lt;/LI&gt; 
&lt;/OL&gt; 
&lt;P&gt;or with tool&amp;nbsp;&lt;A href="https://dbeaver.jkiss.org" target="_self" rel="nofollow noopener noreferrer"&gt;https://dbeaver.jkiss.org&lt;/A&gt;&amp;nbsp;- select all tables and export to JSON&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-02-14 at 7.02.02 PM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsKc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145336iD55B790A28FAD236/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsKc.png" alt="0683p000009LsKc.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-02-14 at 7.38.51 PM.png" style="width: 198px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsVA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137614i9A88EF542661737C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsVA.png" alt="0683p000009LsVA.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2. Using mongoimport, or again tools - import all to MongoDB, for example with &lt;A href="https://studio3t.com" target="_self" rel="nofollow noopener noreferrer"&gt;Studio3T&lt;/A&gt; select all JSON files, and import at once&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-02-14 at 7.40.42 PM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsIP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133471i87613AE4F716E298/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsIP.png" alt="0683p000009LsIP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The main benefits - I never spend for this "problem" more than 1 day (if not required transformations)&lt;/P&gt; 
&lt;PRE&gt;An example would be like I have a Database with 20 to 30 schemas and in each schema we have atleast 10 to 20 tables.&lt;/PRE&gt; 
&lt;P&gt;40-60 mouse clicks &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;with moderate size of data - it not a problem at all,&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2018-02-14 at 7.43.23 PM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsXe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140275i926F8C2C0C2AF1F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsXe.png" alt="0683p000009LsXe.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;if You have terabytes, need think more, but in any case not depend from way - network is would be bottleneck&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;on real projects, You have a target model, so You need:&lt;/P&gt; 
&lt;P&gt;- concatenate few column&lt;/P&gt; 
&lt;P&gt;- multiple other&lt;/P&gt; 
&lt;P&gt;- add math, lookup&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- etc, etc,etc&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;but in any of this etc, etc,etc, You &lt;FONT color="#FF0000"&gt;must know&lt;/FONT&gt;:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;- which columns concatenate&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- what columns multiple&lt;/P&gt; 
&lt;P&gt;- what columns use in Math formulas&lt;/P&gt; 
&lt;P&gt;- etc, etc, etc &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So dynamic schema not very actual, and when need - I know how to resolve&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 06:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355736#M121423</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-02-14T06:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355737#M121424</link>
      <description>&lt;P&gt;Thanks for the reply, I will try these steps and let u know how it pans out. &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 06:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355737#M121424</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-14T06:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355738#M121425</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to migrate a simple db2 table in mongoDB using talend. Getting an error message in tdb2input component.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tDB2Input_1&lt;BR /&gt;com.ibm.db2.jcc.am.SqlSyntaxErrorException: DB2 SQL Error: SQLCODE=-551, SQLSTATE=42501, SQLERRMC=DB2ADMIN;SELECT;PROFESSIONAL.CUSTOMER, DRIVER=4.13.127&lt;BR /&gt;at com.ibm.db2.jcc.am.id.a(id.java:677)&lt;BR /&gt;at com.ibm.db2.jcc.am.id.a(id.java:60)&lt;BR /&gt;at com.ibm.db2.jcc.am.id.a(id.java:127)&lt;BR /&gt;at com.ibm.db2.jcc.am.no.c(no.java:2653)&lt;BR /&gt;at com.ibm.db2.jcc.am.no.d(no.java:2641)&lt;BR /&gt;at com.ibm.db2.jcc.am.no.a(no.java:2090)&lt;BR /&gt;at com.ibm.db2.jcc.t4.cb.h(cb.java:141)&lt;BR /&gt;at com.ibm.db2.jcc.t4.cb.b(cb.java:41)&lt;BR /&gt;at com.ibm.db2.jcc.t4.q.a(q.java:32)&lt;BR /&gt;at com.ibm.db2.jcc.t4.sb.i(sb.java:135)&lt;BR /&gt;at com.ibm.db2.jcc.am.no.ib(no.java:2059)&lt;BR /&gt;at com.ibm.db2.jcc.am.no.a(no.java:3130)&lt;BR /&gt;at com.ibm.db2.jcc.am.no.a(no.java:688)&lt;BR /&gt;at com.ibm.db2.jcc.am.no.executeQuery(no.java:672)&lt;BR /&gt;at local_project.db2tomongodb_0_1.db2toMongoDB.tDB2Input_1Process(db2toMongoDB.java:964)&lt;BR /&gt;at local_project.db2tomongodb_0_1.db2toMongoDB.tMongoDBConnection_1Process(db2toMongoDB.java:402)&lt;BR /&gt;at local_project.db2tomongodb_0_1.db2toMongoDB.runJobInTOS(db2toMongoDB.java:1443)&lt;BR /&gt;at local_project.db2tomongodb_0_1.db2toMongoDB.main(db2toMongoDB.java:1300)&lt;BR /&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please help me !&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="0.PNG" style="width: 845px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzqB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140587i78F7C43B5F9A9DB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzqB.png" alt="0683p000009LzqB.png" /&gt;&lt;/span&gt;&lt;/SPAN&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="0683p000009M0B9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150833i9E6251D15493668D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0B9.png" alt="0683p000009M0B9.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0EG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130020iBA57A7A3B26D3761/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0EG.png" alt="0683p000009M0EG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtqN"&gt;0.PNG&lt;/A&gt;</description>
      <pubDate>Thu, 13 Sep 2018 09:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355738#M121425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-13T09:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate IBM DB2 Db to Mongo DB using Talend. Is it possible? Need advise and pointers</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355739#M121426</link>
      <description>&lt;P&gt;You choose wrong forum for ask about DB2 problem &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://stackoverflow.com/questions/1588687/db2-connection-problem-with-java" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/1588687/db2-connection-problem-with-java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www-01.ibm.com/support/docview.wss?uid=swg21681677" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www-01.ibm.com/support/docview.wss?uid=swg21681677&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.ibm.com/answers/questions/189550/getting-sqlcode-551-sqlstate42501-in-the-log-file/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.ibm.com/answers/questions/189550/getting-sqlcode-551-sqlstate42501-in-the-log-file/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www-01.ibm.com/support/docview.wss?uid=swg22005935" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www-01.ibm.com/support/docview.wss?uid=swg22005935&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 09:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Migrate-IBM-DB2-Db-to-Mongo-DB-using-Talend-Is-it-possible-Need/m-p/2355739#M121426</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2018-09-13T09:51:36Z</dc:date>
    </item>
  </channel>
</rss>

