<?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: Copy table from one server to another in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370645#M133667</link>
    <description>Because you are "Using an existing connection" you have changed Talend's transaction mode from implicit to explicit, meaning you must now specify the commit on that connection using a tMSSQLCommit after your tMSSQLOutput. If you are not sharing existing connections, then each component will create and use its own connection and auto-commit when finished.</description>
    <pubDate>Wed, 17 Sep 2014 16:45:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-17T16:45:37Z</dc:date>
    <item>
      <title>Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370636#M133658</link>
      <description>Hi everyone,&lt;BR /&gt;Does anyone know what would be the easiest or "normal" way to copy a table from one server to another using Talend? I mean, which components would normally be best suited for this job?&lt;BR /&gt;I already have the table created in my target database, so I only need to transfer the data in the source table.&lt;BR /&gt;Thanks!&lt;BR /&gt;Cihan</description>
      <pubDate>Wed, 17 Sep 2014 10:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370636#M133658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T10:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370637#M133659</link>
      <description>&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAw7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128015i7AB7647C77AAAA46/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAw7.png" alt="0683p000009MAw7.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Would, for example, a simple job like this do it? 
&lt;BR /&gt;When I run it, I get a "Exception in component tMSSqlOutput_1 java.sql.SQLException: Network error IOException: Connection refused: connect" error message, but I guess that's beside the point.</description>
      <pubDate>Wed, 17 Sep 2014 10:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370637#M133659</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T10:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370638#M133660</link>
      <description>Hi Cihan&lt;BR /&gt;- Create metadata for first server&lt;BR /&gt;- Create metadata for second server&lt;BR /&gt;- use following flow&lt;BR /&gt;tDBInput(server1)--&amp;gt;tDBOutput(server2)&lt;BR /&gt;Above is sample scenario...&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 17 Sep 2014 10:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370638#M133660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T10:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370639#M133661</link>
      <description>Hi,
&lt;BR /&gt;DB input--&amp;gt;DB Output is a "normal" way to copy a table from one server to another.
&lt;BR /&gt;For your error, Network error IOException: Connection refused: connect" error message.Your DB connection paramater is not correct. please check it.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 17 Sep 2014 11:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370639#M133661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T11:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370640#M133662</link>
      <description>OK, regarding my own job: I have corrected the connection, and everything works, but no rows are actually inserted into the target table. It is simply blank.&lt;BR /&gt;Regarding Vaibhav's solution: I'll do it in a minute and let you know how it went.&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 17 Sep 2014 11:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370640#M133662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T11:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370641#M133663</link>
      <description>&amp;nbsp; Test if the target output component has set the option Die on error.</description>
      <pubDate>Wed, 17 Sep 2014 11:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370641#M133663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T11:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370642#M133664</link>
      <description>The documentation here 
&lt;A href="https://help.talend.com/search/all?query=tDBInput&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tDBInput&amp;amp;content-lang=en&lt;/A&gt; says that I need to fill in the database name of the tDBInput component, whereas in my Talend the field is called "datasource".
&lt;BR /&gt;What exactly is the difference between them? What am I supposed to put in that field?</description>
      <pubDate>Wed, 17 Sep 2014 11:15:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370642#M133664</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T11:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370643#M133665</link>
      <description>Hi cihanc83,&lt;BR /&gt;What's your DB? Not Mssql server?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 17 Sep 2014 11:26:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370643#M133665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T11:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370644#M133666</link>
      <description>Both the target and the source DBs are on an MS SQL server. 
&lt;BR /&gt;@jlolling: Die on error is not checked and still nothing gets inserted... 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAmn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147044i4E134CD3B8A74F03/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAmn.png" alt="0683p000009MAmn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 17 Sep 2014 11:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370644#M133666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T11:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370645#M133667</link>
      <description>Because you are "Using an existing connection" you have changed Talend's transaction mode from implicit to explicit, meaning you must now specify the commit on that connection using a tMSSQLCommit after your tMSSQLOutput. If you are not sharing existing connections, then each component will create and use its own connection and auto-commit when finished.</description>
      <pubDate>Wed, 17 Sep 2014 16:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370645#M133667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T16:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370646#M133668</link>
      <description>Exactly this is the problem!
&lt;BR /&gt;@
&lt;A href="http://www.talendforge.org/forum/profile.php?id=199235" target="_blank" rel="nofollow noopener noreferrer"&gt;cihanc83&lt;/A&gt;&amp;nbsp;you miss my point. It is recommended to set this option to get the error messages.
&lt;BR /&gt;You have to add the tMSSqlCommit (triggered by the &amp;nbsp;tMSSqlInput_1 with OnSubjobOk) and you have to add the tMSSqlRollback + tDie triggered with OnSubjobError also from tMSSqlInput_1.</description>
      <pubDate>Wed, 17 Sep 2014 20:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370646#M133668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-17T20:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Copy table from one server to another</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370647#M133669</link>
      <description>Thanks for the help. I'll try those and update the thread.</description>
      <pubDate>Thu, 18 Sep 2014 08:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Copy-table-from-one-server-to-another/m-p/2370647#M133669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-18T08:35:17Z</dc:date>
    </item>
  </channel>
</rss>

