<?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: tmySqlInput in Big Data Batch in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337907#M106201</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We will appreciate it a lot if you could post your solution on forum.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jul 2018 11:20:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-17T11:20:03Z</dc:date>
    <item>
      <title>tmySqlInput in Big Data Batch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337903#M106197</link>
      <description>&lt;P&gt;Hi, I am working on Talend Big Data Batch process. Where I need to connect aurora DB and I am using tmySQLInput component as input and my requirement is to join multiple tables as a single query and output the rows. But I am getting error like below and&amp;nbsp; it is working with one single table. Is there any limitation that multiple tables cant be used in one single tmysqlinput. Please let me know&lt;/P&gt;&lt;P&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE 1=0'&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337903#M106197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: tmySqlInput in Big Data Batch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337904#M106198</link>
      <description>&lt;P&gt;Does tmysqlinput support Join Query?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 21:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337904#M106198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-05T21:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: tmySqlInput in Big Data Batch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337905#M106199</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;The tmysqlinput component supports Join Query. What does your custom join query look like? On which talend build version you got this issue?&lt;/P&gt; 
&lt;P&gt;Here exists a jira issue:&lt;A title="https://jira.talendforge.org/browse/TBD-6499" href="https://jira.talendforge.org/browse/TBD-6499" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TBD-6499&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 09:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337905#M106199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-16T09:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: tmySqlInput in Big Data Batch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337906#M106200</link>
      <description>&lt;P&gt;Thanks for your reply. I am able to find the solution to use the query using MysqlInput in Talend job&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 16:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337906#M106200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-16T16:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: tmySqlInput in Big Data Batch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337907#M106201</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We will appreciate it a lot if you could post your solution on forum.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 11:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337907#M106201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-17T11:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: tmySqlInput in Big Data Batch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337908#M106202</link>
      <description>&lt;P&gt;sure. When you work on Standard mode you can write the multiple table join query in the "query" layer. But in Big data, you cannot add the join query in "query" mode. So, in tMySQLInput compoenent, in Advanced layer, you have to add the configuration setting like "dbtable" -&amp;gt; "sqlquery"&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 17:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337908#M106202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-17T17:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: tmySqlInput in Big Data Batch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337909#M106203</link>
      <description>can you post screenshot of your tmysqlinput advanced layer with query. I am also facing the same issue with toracleinput component in big data batch.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Sep 2019 12:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tmySqlInput-in-Big-Data-Batch/m-p/2337909#M106203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-10T12:09:27Z</dc:date>
    </item>
  </channel>
</rss>

