<?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: transfer multiple tables data from sql server to mysql db in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/transfer-multiple-tables-data-from-sql-server-to-mysql-db/m-p/2342989#M110793</link>
    <description>Hi 
&lt;BR /&gt;Q1, this is a compilation error, there must be something wrong in the component setting tMysqlOutput, if you open the code tab, you will see which line has the error and what's the error message. 
&lt;BR /&gt;Q2, do all tables have the same structure? the same number of columns and the same data type? If so, you just need to create a single job for all tables, the job design looks like: 
&lt;BR /&gt;tFileInputXML--main(row1)--tFlowToIterate--iterate--tMssqlInput--main--tMysqlOutput 
&lt;BR /&gt;tFlowToIterate is used to iterate each row, in this case, it iterates each table, you can use the current table name in DB component like row1.tableName 
&lt;BR /&gt;If the tables have different structure, you have to use dynamic schema, see 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=5671283" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=5671283&lt;/A&gt; 
&lt;BR /&gt;However, this feature is only available in Talend Enterprise subscription product. 
&lt;BR /&gt;Q3, you can use tFlowMeterCatcher to capture the number of processed data, tLogCather to capture the error message and the tStatCatcher to capture the job statistics, including job start time, end time, execution status etc. 
&lt;BR /&gt;Q4, see 
&lt;A href="https://help.talend.com/search/all?query=Error+Recovery+management&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;Error Recovery feature&lt;/A&gt;. 
&lt;BR /&gt;Shong</description>
    <pubDate>Fri, 24 May 2013 12:26:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-05-24T12:26:09Z</dc:date>
    <item>
      <title>transfer multiple tables data from sql server to mysql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-multiple-tables-data-from-sql-server-to-mysql-db/m-p/2342988#M110792</link>
      <description>I have multiple questions. 
&lt;BR /&gt;I am using Talend Open Studio 5.3 version. 
&lt;BR /&gt; 
&lt;BR /&gt;Q1: 
&lt;BR /&gt;I am trying to transfer multiple tables? data from Sql Server to MYSQL DB. 
&lt;BR /&gt;If I create a tMSSqlInput -&amp;gt; tMysqlOutput with a fixed table name in the Input and the propagation of the schema to the output, the job works fine. 
&lt;BR /&gt;However my work is not limited to one table but list of tables those I configure thru a XML file. When I dynamically handle this task I get below error. 
&lt;BR /&gt; Exception in thread "main" java.lang.Error: java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt; pstmt_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt; batchSizeCounter_tMysqlOutput_1 cannot be resolved to a variable 
&lt;BR /&gt; batchSize_tMysqlOutput_1 cannot be resolved to a variable 
&lt;BR /&gt; batchSizeCounter_tMysqlOutput_1 cannot be resolved to a variable 
&lt;BR /&gt; pstmt_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt;Q2: 
&lt;BR /&gt;I wanted to find out how can we iterate thru multiple source tables (configured in XML) and populate same in destination. 
&lt;BR /&gt;Q3: 
&lt;BR /&gt;Is there any built-in mechanism available to log the data transfer details. 
&lt;BR /&gt;Q4: 
&lt;BR /&gt;How do we start jobs from point of failure? Is there any built-in mechanism available?</description>
      <pubDate>Fri, 24 May 2013 12:14:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-multiple-tables-data-from-sql-server-to-mysql-db/m-p/2342988#M110792</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-05-24T12:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: transfer multiple tables data from sql server to mysql db</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-multiple-tables-data-from-sql-server-to-mysql-db/m-p/2342989#M110793</link>
      <description>Hi 
&lt;BR /&gt;Q1, this is a compilation error, there must be something wrong in the component setting tMysqlOutput, if you open the code tab, you will see which line has the error and what's the error message. 
&lt;BR /&gt;Q2, do all tables have the same structure? the same number of columns and the same data type? If so, you just need to create a single job for all tables, the job design looks like: 
&lt;BR /&gt;tFileInputXML--main(row1)--tFlowToIterate--iterate--tMssqlInput--main--tMysqlOutput 
&lt;BR /&gt;tFlowToIterate is used to iterate each row, in this case, it iterates each table, you can use the current table name in DB component like row1.tableName 
&lt;BR /&gt;If the tables have different structure, you have to use dynamic schema, see 
&lt;BR /&gt; 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=5671283" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=5671283&lt;/A&gt; 
&lt;BR /&gt;However, this feature is only available in Talend Enterprise subscription product. 
&lt;BR /&gt;Q3, you can use tFlowMeterCatcher to capture the number of processed data, tLogCather to capture the error message and the tStatCatcher to capture the job statistics, including job start time, end time, execution status etc. 
&lt;BR /&gt;Q4, see 
&lt;A href="https://help.talend.com/search/all?query=Error+Recovery+management&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;Error Recovery feature&lt;/A&gt;. 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 24 May 2013 12:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-multiple-tables-data-from-sql-server-to-mysql-db/m-p/2342989#M110793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-24T12:26:09Z</dc:date>
    </item>
  </channel>
</rss>

