<?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: SQL server to MySQL dblinks in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369884#M132991</link>
    <description>Hi,
&lt;BR /&gt;So far, talend don't support for&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;dblinks. Feel free to create a new new feature jira issue on Talend Bug Tracker.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;As a workaround, Can you use tmssqlinput--&amp;gt;tmysqloutput to achieve your goal?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Wed, 11 May 2016 09:24:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-11T09:24:26Z</dc:date>
    <item>
      <title>SQL server to MySQL dblinks</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369883#M132990</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have a sql server source which needs to use dblinks to mysql tables.&lt;BR /&gt;Is it possible to use dblinks in talend?&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 07:58:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369883#M132990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-10T07:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: SQL server to MySQL dblinks</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369884#M132991</link>
      <description>Hi,
&lt;BR /&gt;So far, talend don't support for&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;dblinks. Feel free to create a new new feature jira issue on Talend Bug Tracker.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;As a workaround, Can you use tmssqlinput--&amp;gt;tmysqloutput to achieve your goal?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 11 May 2016 09:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369884#M132991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T09:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: SQL server to MySQL dblinks</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369885#M132992</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I created a 'linked server' in sql server to mysql. Then using the OPENQUERY keyword , I connected the tables from sql server and mysql. I embedded this query in talend and was able to retrieve columns from both sql server and mysql.
&lt;BR /&gt;I did not understand when you said its not supported
&lt;BR /&gt;Request you to help me understand the same
&lt;BR /&gt;Regards
&lt;BR /&gt;Rathi</description>
      <pubDate>Wed, 11 May 2016 09:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369885#M132992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T09:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: SQL server to MySQL dblinks</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369886#M132993</link>
      <description>Hi Sabrina,
&lt;BR /&gt;Another note, when I run the job, there are no errors. But the data from the mysql remote connection, from sql server linked server(linked server = dblink) does not get transported.
&lt;BR /&gt;
&lt;BR /&gt;The query is
&lt;BR /&gt;SELECT * FROM OPENQUERY([Linky_To_MySQL], 'SELECT * FROM talendhouse.farmer')
&lt;BR /&gt;
&lt;BR /&gt;This does return resultset when I run on the sql editor on talend but not when I run the job
&lt;BR /&gt;
&lt;BR /&gt;Any thoughts
&lt;BR /&gt;Regards
&lt;BR /&gt;Rathi</description>
      <pubDate>Wed, 11 May 2016 10:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369886#M132993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-11T10:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: SQL server to MySQL dblinks</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369887#M132994</link>
      <description>Hi,
&lt;BR /&gt;Any update on this?
&lt;BR /&gt;Thanks
&lt;BR /&gt;Rathi</description>
      <pubDate>Thu, 12 May 2016 08:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369887#M132994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-12T08:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: SQL server to MySQL dblinks</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369888#M132995</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 [size=1][font=Verdana, Helvetica, Arial, sans-serif]SELECT * FROM OPENQUERY([Linky_To_MySQL], 'SELECT * FROM talendhouse.farmer')[/font][/size]
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;We don't use such query before not sure it is supported officially in talend. How did you embed this query in talend?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 13 May 2016 10:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369888#M132995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-13T10:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: SQL server to MySQL dblinks</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369889#M132996</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I did embed the query in the query editor of mssqlinput. When I run the job, it does not give me any error, bu in the end no data is transported to the target table
&lt;BR /&gt;However, I embedded the query in a function in sql server and called the function in talend. This works and the data is transported to the target table
&lt;BR /&gt;So, should we about this way when we have queries with dblinks or linked servers?
&lt;BR /&gt;Thanks
&lt;BR /&gt;Rathi</description>
      <pubDate>Fri, 13 May 2016 10:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-server-to-MySQL-dblinks/m-p/2369889#M132996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-13T10:32:14Z</dc:date>
    </item>
  </channel>
</rss>

