<?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: [resolved] microsoft azure jdbc connection in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260206#M41416</link>
    <description>I've suceeded in making the connection now.&lt;BR /&gt;JDBC URL jdbc:sqlserver://server name;databaseName=database name&lt;BR /&gt;Driver jar \Talend\5.3.1\studio\Talend-Studio-r104014-V5.3.1\lib\java\sqljdbc4.jar (this needs to be imported.)&lt;BR /&gt;Classname com.microsoft.sqlserver.jdbc.SQLServerDriver</description>
    <pubDate>Wed, 11 Dec 2013 09:18:20 GMT</pubDate>
    <dc:creator>janhess</dc:creator>
    <dc:date>2013-12-11T09:18:20Z</dc:date>
    <item>
      <title>[resolved] microsoft azure jdbc connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260201#M41411</link>
      <description>I'm trying to connect to an azure database using jdbc in Talend 5.0.2 or 5.3.1.&lt;BR /&gt;The Microsoft web site says the connection string should be &lt;BR /&gt;jdbc:sqlserver://servername.database.windows.net;" +&lt;BR /&gt;      "databaseName=School;user=username@servername;password=userpassword&lt;BR /&gt;the Talend mssql server connector constructs &lt;BR /&gt;jdbc:jtds:sqlserver://servername.database.windows.net:1433/databasename;&lt;BR /&gt;I can't connect through Talend jdbc. it gives an error &lt;BR /&gt;Connection failure. You must change the Database Settings.&lt;BR /&gt;  java.sql.SQLException: I/O Error: DB server closed connection.&lt;BR /&gt;&lt;BR /&gt;but I can connect through the Talend mssql server odbc connection.&lt;BR /&gt;Does anyone know how I connect using the jdbc connector? i haven't had problems with other mssql server connections.</description>
      <pubDate>Mon, 25 Nov 2013 15:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260201#M41411</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-11-25T15:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] microsoft azure jdbc connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260202#M41412</link>
      <description>Hello,&lt;BR /&gt;That means you can't use the MSSql components to connect to a Azure database. You could try using the tJDBC components. You will have to manually import the JDBC driver in the component and to define the JDBC classname.&lt;BR /&gt;HTH,&lt;BR /&gt;Rémy.</description>
      <pubDate>Tue, 26 Nov 2013 18:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260202#M41412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-26T18:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] microsoft azure jdbc connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260203#M41413</link>
      <description>I do not think so. This error is not caused by an malformed URL (even if the URL has not correct parameters). 
&lt;BR /&gt;Probably the port of MS Azur database is different from what Talend uses as default. Please ask the Azur-admins at which port the database listen.
&lt;BR /&gt;Is the given Talend URL the actually used URL? In this case, the database name is wrong:
&lt;BR /&gt;jdbc:jtds:sqlserver://servername.database.windows.net:1433/School</description>
      <pubDate>Tue, 26 Nov 2013 20:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260203#M41413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-26T20:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] microsoft azure jdbc connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260204#M41414</link>
      <description>Hi Remy,
&lt;BR /&gt;I'll try this.
&lt;BR /&gt;jlolling,
&lt;BR /&gt;The port is correct. the database name was just the example Microsoft used.</description>
      <pubDate>Wed, 27 Nov 2013 10:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260204#M41414</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-11-27T10:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] microsoft azure jdbc connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260205#M41415</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;It seems like the only way to connect to Azure SQL Database through JBDC at the moment is explained in this following page:&lt;A title="https://help.talend.com/reader/5r9QMxelU5pRCZnPEI0VcQ/Ij~7tBlW8im63rAGnGHT3A" href="https://help.talend.com/reader/5r9QMxelU5pRCZnPEI0VcQ/Ij~7tBlW8im63rAGnGHT3A" target="_self" rel="nofollow noopener noreferrer"&gt; https://help.talend.com/pages/viewpage.action?pageId=13798196&lt;/A&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;However, I think there should be added support in Talend DI for MSSql components (which use jtds instead) to enable connections to SQL Database&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Yordan&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 00:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260205#M41415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-05T00:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] microsoft azure jdbc connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260206#M41416</link>
      <description>I've suceeded in making the connection now.&lt;BR /&gt;JDBC URL jdbc:sqlserver://server name;databaseName=database name&lt;BR /&gt;Driver jar \Talend\5.3.1\studio\Talend-Studio-r104014-V5.3.1\lib\java\sqljdbc4.jar (this needs to be imported.)&lt;BR /&gt;Classname com.microsoft.sqlserver.jdbc.SQLServerDriver</description>
      <pubDate>Wed, 11 Dec 2013 09:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260206#M41416</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-12-11T09:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] microsoft azure jdbc connection</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260207#M41417</link>
      <description>&lt;P&gt;hi can you please elaborate&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 13:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-microsoft-azure-jdbc-connection/m-p/2260207#M41417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-11T13:16:54Z</dc:date>
    </item>
  </channel>
</rss>

