<?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 [resolved] Connecting Talend Data Integration to Azure SQL on macOS broken in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Connecting-Talend-Data-Integration-to-Azure-SQL-on/m-p/2258285#M40131</link>
    <description>&lt;FONT face="Arial, Helvetica, sans-serif"&gt;I currently use macOS on a macbook pro. To run Talend Open Studio - Data Integration I have to use VMWare with a windows install. This is because I can't get DI to connect to my Azure SQL databases on macOS, but I can on windows.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Arial, Helvetica, sans-serif"&gt;On Windows I grab the latest version of TOS DI, the latest Java from oracle, and then sqljdbc4.jar from Microsoft. I setup a new project, then a new connection. With this new connection I set it up as a Generic JDBC, set the user and password. I set the driver to the sqljdbc4.jar. Then I set the correct JDBC url. This works great.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT face="Arial, Helvetica, sans-serif"&gt;On macOS I follow the exact same steps and I get errors. I have attempted to create the project from scratch, and to import the one from the Windows machine.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Arial, Helvetica, sans-serif"&gt;My JDBC url is: jdbc:sqlserver://HIDDEN.database.windows.net;databaseName=HIDDENDATABE&lt;BR /&gt;Replacing HIDDEN with the correct data of course.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Connection failure. You must change the Database Settings.&lt;BR /&gt; &amp;nbsp;java.lang.RuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: SQL Server did not return a response. The connection has been closed. ClientConnectionId:93ce361e-f194-407d-bb8c-6b1465368127&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:195)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1041)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:315)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.metadata.managment.repository.ManagerConnection.check(ManagerConnection.java:289)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$46.runWithCancel(DatabaseForm.java:3173)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$46.runWithCancel(DatabaseForm.java:1)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$1.runnableWithCancel(AProgressMonitorDialogWithCancel.java:77)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$ARunnableWithProgressCancel$1.call(AProgressMonitorDialogWithCancel.java:161)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Thread.java:745)&lt;BR /&gt; &amp;nbsp;Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: SQL Server did not return a response. The connection has been closed. ClientConnectionId:93ce361e-f194-407d-bb8c-6b1465368127&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2400)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2384)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.TDSReader.readPacket(IOBuffer.java:6648)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7963)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7915)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:4345)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:3160)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.access$100(SQLServerConnection.java:43)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:3123)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7505)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2445)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1981)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:1628)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:1459)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:773)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1168)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.DriverShim.connect(DriverShim.java:41)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:186)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;... 9 more&lt;/PRE&gt;</description>
    <pubDate>Wed, 08 Feb 2017 23:47:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-08T23:47:09Z</dc:date>
    <item>
      <title>[resolved] Connecting Talend Data Integration to Azure SQL on macOS broken</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Connecting-Talend-Data-Integration-to-Azure-SQL-on/m-p/2258285#M40131</link>
      <description>&lt;FONT face="Arial, Helvetica, sans-serif"&gt;I currently use macOS on a macbook pro. To run Talend Open Studio - Data Integration I have to use VMWare with a windows install. This is because I can't get DI to connect to my Azure SQL databases on macOS, but I can on windows.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Arial, Helvetica, sans-serif"&gt;On Windows I grab the latest version of TOS DI, the latest Java from oracle, and then sqljdbc4.jar from Microsoft. I setup a new project, then a new connection. With this new connection I set it up as a Generic JDBC, set the user and password. I set the driver to the sqljdbc4.jar. Then I set the correct JDBC url. This works great.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT face="Arial, Helvetica, sans-serif"&gt;On macOS I follow the exact same steps and I get errors. I have attempted to create the project from scratch, and to import the one from the Windows machine.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT face="Arial, Helvetica, sans-serif"&gt;My JDBC url is: jdbc:sqlserver://HIDDEN.database.windows.net;databaseName=HIDDENDATABE&lt;BR /&gt;Replacing HIDDEN with the correct data of course.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Connection failure. You must change the Database Settings.&lt;BR /&gt; &amp;nbsp;java.lang.RuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: SQL Server did not return a response. The connection has been closed. ClientConnectionId:93ce361e-f194-407d-bb8c-6b1465368127&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:195)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1041)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:315)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.metadata.managment.repository.ManagerConnection.check(ManagerConnection.java:289)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$46.runWithCancel(DatabaseForm.java:3173)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$46.runWithCancel(DatabaseForm.java:1)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$1.runnableWithCancel(AProgressMonitorDialogWithCancel.java:77)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$ARunnableWithProgressCancel$1.call(AProgressMonitorDialogWithCancel.java:161)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at java.lang.Thread.run(Thread.java:745)&lt;BR /&gt; &amp;nbsp;Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: SQL Server did not return a response. The connection has been closed. ClientConnectionId:93ce361e-f194-407d-bb8c-6b1465368127&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2400)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2384)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.TDSReader.readPacket(IOBuffer.java:6648)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7963)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7915)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:4345)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:3160)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.access$100(SQLServerConnection.java:43)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:3123)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7505)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2445)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1981)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:1628)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:1459)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:773)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1168)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.DriverShim.connect(DriverShim.java:41)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:186)&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;... 9 more&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Feb 2017 23:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Connecting-Talend-Data-Integration-to-Azure-SQL-on/m-p/2258285#M40131</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-08T23:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Connecting Talend Data Integration to Azure SQL on macOS broken</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Connecting-Talend-Data-Integration-to-Azure-SQL-on/m-p/2258286#M40132</link>
      <description>Hi,&lt;BR /&gt;What's your mac OS version? Have you already checked online document about:&lt;A href="https://help.talend.com/search/all?query=Compatible+Operating+Systems&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Compatible Operating Systems&lt;/A&gt; to see if you are on a compatible platform?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 13 Feb 2017 06:16:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Connecting-Talend-Data-Integration-to-Azure-SQL-on/m-p/2258286#M40132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-13T06:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Connecting Talend Data Integration to Azure SQL on macOS broken</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Connecting-Talend-Data-Integration-to-Azure-SQL-on/m-p/2258287#M40133</link>
      <description>Downgrading to an older sqljdbc4.jar seems to have worked. I downgraded from the 6.0 release of it to the 4.0 release of it and that solved the problem. Found it here:&amp;nbsp;
&lt;A href="http://www.microsoft.com/en-us/download/confirmation.aspx?id=54629" target="_blank" rel="nofollow noopener noreferrer"&gt;www.microsoft.com/en-us/download/confirmation.aspx?id=54629&lt;/A&gt;</description>
      <pubDate>Tue, 14 Feb 2017 17:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Connecting-Talend-Data-Integration-to-Azure-SQL-on/m-p/2258287#M40133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-14T17:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Connecting Talend Data Integration to Azure SQL on macOS broken</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Connecting-Talend-Data-Integration-to-Azure-SQL-on/m-p/2258288#M40134</link>
      <description>Hi,
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;If this issue is fixed, please mark this topic as resolved.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;There is a&amp;nbsp;limitation for posting URL(10 posts). Could you please&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;directly&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;paste the link you want to share &amp;nbsp;on forum?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 16 Feb 2017 06:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Connecting-Talend-Data-Integration-to-Azure-SQL-on/m-p/2258288#M40134</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-16T06:39:40Z</dc:date>
    </item>
  </channel>
</rss>

