<?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 Replication in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Replication/m-p/2205934#M6199</link>
    <description>Hello,&lt;BR /&gt;Could you help me please?&lt;BR /&gt;In fact, I want to make a replication from one mysql database to another. The databases are on different servers which are geographically distant. I used a job with tMysqlInput &amp;gt; tReplicate &amp;gt; tMysqlOutput but it did not work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;I don't know if I should specify something in the configuration or if I must change the job...&lt;BR /&gt;Thank's for your help! It's really urgent.&lt;BR /&gt;Best regards,&lt;BR /&gt;Nizar.</description>
    <pubDate>Sat, 16 Nov 2024 13:19:37 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T13:19:37Z</dc:date>
    <item>
      <title>Replication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replication/m-p/2205934#M6199</link>
      <description>Hello,&lt;BR /&gt;Could you help me please?&lt;BR /&gt;In fact, I want to make a replication from one mysql database to another. The databases are on different servers which are geographically distant. I used a job with tMysqlInput &amp;gt; tReplicate &amp;gt; tMysqlOutput but it did not work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;I don't know if I should specify something in the configuration or if I must change the job...&lt;BR /&gt;Thank's for your help! It's really urgent.&lt;BR /&gt;Best regards,&lt;BR /&gt;Nizar.</description>
      <pubDate>Sat, 16 Nov 2024 13:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replication/m-p/2205934#M6199</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Replication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replication/m-p/2205935#M6200</link>
      <description>Hi,&lt;BR /&gt;You don't need the tReplicate component. This one is only required when you want replicate a entire flow to different output.&lt;BR /&gt;Your JobDesign should be (one per table to migrate) : &lt;BR /&gt;tMySQLInput ---&amp;gt; tMySQLOutput&lt;BR /&gt;the MySQLInput properties should reflect your SOURCE DATABASE, HOSTNAME, PORT, TABLE and the extraction QUERY.&lt;BR /&gt;the MySQLOutput properties will reflect the TARGET DATABASE, HOSTNAME, PORT, TABLE to store the data.&lt;BR /&gt;How many tables did you need to migrate/replicate ?&lt;BR /&gt;In Talend Integration Suite we offer a special feature to automatically generate Talend Job to MIGRATE numerous tables from a Source to a Target.&lt;BR /&gt;Best regards;</description>
      <pubDate>Mon, 02 Aug 2010 18:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replication/m-p/2205935#M6200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-02T18:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Replication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replication/m-p/2205936#M6201</link>
      <description>Hi, 
&lt;BR /&gt;I changed my job to the job design that you proposed: tMySQLInput ---&amp;gt; tMySQLOutput 
&lt;BR /&gt;But the execution still generates errors: I think the connection to the database fails 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Here is the error message: 
&lt;BR /&gt;"Démarrage du job job_de_test a 08:47 03/08/2010. 
&lt;BR /&gt; connecting to socket on port 3896 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tMysqlOutput_1 
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure 
&lt;BR /&gt;Last packet sent to the server was 0 ms ago. 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:353) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.createNewIO(Connection.java:2001) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.&amp;lt;init&amp;gt;(Connection.java:716) 
&lt;BR /&gt; at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:46) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:353) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.getInstance(Connection.java:295) 
&lt;BR /&gt; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at test5.job_de_test_0_1.job_de_test.tMysqlInput_1Process(job_de_test.java:511) 
&lt;BR /&gt; at test5.job_de_test_0_1.job_de_test.runJobInTOS(job_de_test.java:1013) 
&lt;BR /&gt; at test5.job_de_test_0_1.job_de_test.main(job_de_test.java:887) 
&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused: connect 
&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method) 
&lt;BR /&gt; at java.net.PlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:168) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.&amp;lt;init&amp;gt;(MysqlIO.java:262) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.createNewIO(Connection.java:1926) 
&lt;BR /&gt; ... 14 more 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job job_de_test terminé à 08:47 03/08/2010. " 
&lt;BR /&gt;Thank you very much! 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Nizar.</description>
      <pubDate>Tue, 03 Aug 2010 08:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replication/m-p/2205936#M6201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-03T08:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Replication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replication/m-p/2205937#M6202</link>
      <description>Hi,&lt;BR /&gt;Please could you help me. It is really very urgent!&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;Best regards,&lt;BR /&gt;Nizar D.</description>
      <pubDate>Tue, 03 Aug 2010 13:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replication/m-p/2205937#M6202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-03T13:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replication</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replication/m-p/2205938#M6203</link>
      <description>Nizar,&lt;BR /&gt;Yes; you're right.&lt;BR /&gt;The tMysqlOutput_1 component is on failure and generate an exception : Communications link failure.&lt;BR /&gt;Make sure your PORT, HOSTNAME and CREDENTIALS (username/pwd) are correct to establish a successful connection.&lt;BR /&gt;Best regards;</description>
      <pubDate>Tue, 03 Aug 2010 14:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replication/m-p/2205938#M6203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-08-03T14:58:41Z</dc:date>
    </item>
  </channel>
</rss>

