<?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: [resolved] Data Migration between two MySQL Host with logging in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Data-Migration-between-two-MySQL-Host-with-logging/m-p/2344299#M111971</link>
    <description>Thanks for the info shong.</description>
    <pubDate>Tue, 27 Oct 2009 07:03:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-10-27T07:03:12Z</dc:date>
    <item>
      <title>[resolved] Data Migration between two MySQL Host with logging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Data-Migration-between-two-MySQL-Host-with-logging/m-p/2344295#M111967</link>
      <description>Hi guys. 
&lt;BR /&gt;This is my 1st Post and i'm very happy to join with you people. 
&lt;BR /&gt;Please can u give me some suggestion(that going to help to design my new job) for my scenario... 
&lt;BR /&gt;Scenario is: 
&lt;BR /&gt;i need to migrate entire DB from one MySQl source to other MySQl target DB.(Both are in diff host). Lots of tables are there to move.. 
&lt;BR /&gt;At first now I'm trying to migrate only one table i.e 
&lt;BR /&gt; sourceDB.tbl_surveys_to_be_sent to targetDB.tbl_surveys_to_be_sent (" tbl_surveys_to_be_sent " is the table having about 8241723 rows) 
&lt;BR /&gt; 
&lt;B&gt;&lt;I&gt;&lt;BR /&gt;Here i don't want to move the entire data because the source table getting update all the time so i want to migrate little by little based on some criteria. The idea is like migrating data based on two parameters that going to give start and end range of the data set . And I want to keep track of migration process... so pls tell me what are all the things want to be log for this job..&lt;BR /&gt;&lt;/I&gt;&lt;/B&gt; 
&lt;BR /&gt;So please tell me how the design come for this job ... and What are all the things i want to take care .... 
&lt;BR /&gt;Is this following is enough 
&lt;BR /&gt;tMysqlInput_1 -----------main--------&amp;gt; tMap_1 -------main-------&amp;gt; tMysqlOutput_1 
&lt;BR /&gt; 
&lt;BR /&gt;ThanX in Advance ,.... If anything pls let me know....</description>
      <pubDate>Sat, 16 Nov 2024 13:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Data-Migration-between-two-MySQL-Host-with-logging/m-p/2344295#M111967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Data Migration between two MySQL Host with logging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Data-Migration-between-two-MySQL-Host-with-logging/m-p/2344296#M111968</link>
      <description>Hello 
&lt;BR /&gt;First, just let you know, we have added a new 9223 with which we can migrate easily a whole database on Talend Integretion Suite. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Here i don't want to move the entire data because the source table getting update all the time&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If you know the start and end range, you can use tFixdFlowInput to define some column with fixed value like start, end, the number of rows inserted into target table and log them into a file. 
&lt;BR /&gt;eg: 
&lt;BR /&gt;tMysqlInput_1 -----------main--------&amp;gt; tMap_1 -------main-------&amp;gt; tMysqlOutput_1 
&lt;BR /&gt; | 
&lt;BR /&gt;onSubJobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tFixedFlowInput--&amp;gt;tFileOutputDelimited 
&lt;BR /&gt;on tFixedFlowInput, define columns: 
&lt;BR /&gt;column name: value 
&lt;BR /&gt;start: start range 
&lt;BR /&gt;end: end rage. 
&lt;BR /&gt;NB: ((Integer)globalMap.get("tMysqlOutput_1_NB_LINE_INSERTED")) 
&lt;BR /&gt;((Integer)globalMap.get("tMysqlOutput_1_NB_LINE_INSERTED")) is a global var, which counts the number of rows inserted into target table. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 26 Oct 2009 03:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Data-Migration-between-two-MySQL-Host-with-logging/m-p/2344296#M111968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-26T03:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Data Migration between two MySQL Host with logging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Data-Migration-between-two-MySQL-Host-with-logging/m-p/2344297#M111969</link>
      <description>Hi Shong,
&lt;BR /&gt;Thanks for ur quick reply... i think its enough for now to make log.
&lt;BR /&gt;But i don't know anything about these 
&lt;B&gt;bugtracker&lt;/B&gt; stuff.... " feature 9223 " How can i get ideas abt these...</description>
      <pubDate>Mon, 26 Oct 2009 07:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Data-Migration-between-two-MySQL-Host-with-logging/m-p/2344297#M111969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-26T07:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Data Migration between two MySQL Host with logging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Data-Migration-between-two-MySQL-Host-with-logging/m-p/2344298#M111970</link>
      <description>Hello 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;But i don't know anything about these bugtracker stuff.... " feature 9223&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;It doesn't matter. As the feature9223 shows, this feature will be avaliable on TIS3.2.1.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 27 Oct 2009 02:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Data-Migration-between-two-MySQL-Host-with-logging/m-p/2344298#M111970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-27T02:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Data Migration between two MySQL Host with logging</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Data-Migration-between-two-MySQL-Host-with-logging/m-p/2344299#M111971</link>
      <description>Thanks for the info shong.</description>
      <pubDate>Tue, 27 Oct 2009 07:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Data-Migration-between-two-MySQL-Host-with-logging/m-p/2344299#M111971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-27T07:03:12Z</dc:date>
    </item>
  </channel>
</rss>

