<?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: Connection Issue to MSSQL with JDBC Provider &amp;quot;Microsoft&amp;quot; in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Connection-Issue-to-MSSQL-with-JDBC-Provider-quot-Microsoft-quot/m-p/2308523#M79839</link>
    <description>&lt;P&gt;Try to set the correct Port&amp;nbsp; or make sure your MSSQL DB you want to reach listen on port 1433 (see exception)!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR Bp&lt;/P&gt;</description>
    <pubDate>Fri, 09 Mar 2018 16:02:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-09T16:02:55Z</dc:date>
    <item>
      <title>Connection Issue to MSSQL with JDBC Provider "Microsoft"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Issue-to-MSSQL-with-JDBC-Provider-quot-Microsoft-quot/m-p/2308520#M79836</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I try to connect to a database MSSQLSERVER with the JDBC Provider "&lt;U&gt;JTDS open source"&lt;/U&gt;, it's running fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I try to connect &lt;SPAN&gt;&amp;nbsp;to&amp;nbsp;&lt;/SPAN&gt;a database MSSQLSERVER with the JDBC Provider "&lt;U&gt;Microsoft&lt;/U&gt;", I get this error:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;Exception in component tMSSqlConnection_1 (Test)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;com.microsoft.sqlserver.jdbc.SQLServerException: Échec de la connexion TCP/IP à l'hôte FRNETDB01B, port 1433. Erreur&amp;nbsp;: «&amp;nbsp;Connection refused: no further information. Vérifiez les propriétés de connexion. Assurez-vous qu'une instance de SQL Server est en cours d'exécution sur l'hôte et accepte les connexions TCP/IP au port. Vérifiez que les connexions TCP au port ne sont pas bloquées par un pare-feu.&amp;nbsp;».&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:191)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:242)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2369)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:551)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1963)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:1628)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:1459)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;[statistics] disconnected&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:773)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1168)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at java.sql.DriverManager.getConnection(Unknown Source)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at java.sql.DriverManager.getConnection(Unknown Source)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at lcl.test_0_1.Test.tMSSqlConnection_1Process(Test.java:352)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;at lcl.test_0_1.Test.runJobInTOS(Test.java:629)&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Do you know why ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 11:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Issue-to-MSSQL-with-JDBC-Provider-quot-Microsoft-quot/m-p/2308520#M79836</guid>
      <dc:creator>Fernandez</dc:creator>
      <dc:date>2018-03-09T11:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Issue to MSSQL with JDBC Provider "Microsoft"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Issue-to-MSSQL-with-JDBC-Provider-quot-Microsoft-quot/m-p/2308521#M79837</link>
      <description>&lt;P&gt;Hi Fernandez,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;without seeing your different configurations it would be a guessing game.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Show us the different settings.&lt;/P&gt;&lt;P&gt;Do you try from the same source ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR Bp&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Issue-to-MSSQL-with-JDBC-Provider-quot-Microsoft-quot/m-p/2308521#M79837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-09T15:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Issue to MSSQL with JDBC Provider "Microsoft"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Issue-to-MSSQL-with-JDBC-Provider-quot-Microsoft-quot/m-p/2308522#M79838</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Same configuration in the both cases:&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;host : "myHost"&lt;/LI&gt; 
 &lt;LI&gt;port : ""&lt;/LI&gt; 
 &lt;LI&gt;schema : ""&lt;/LI&gt; 
 &lt;LI&gt;database : "myBase"&lt;/LI&gt; 
 &lt;LI&gt;user : "myUser"&lt;/LI&gt; 
 &lt;LI&gt;password : "myPassword"&lt;/LI&gt; 
 &lt;LI&gt;JDBC parameters: "instance=myInstance"&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm trying from the same source.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Issue-to-MSSQL-with-JDBC-Provider-quot-Microsoft-quot/m-p/2308522#M79838</guid>
      <dc:creator>Fernandez</dc:creator>
      <dc:date>2018-03-09T15:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Connection Issue to MSSQL with JDBC Provider "Microsoft"</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Connection-Issue-to-MSSQL-with-JDBC-Provider-quot-Microsoft-quot/m-p/2308523#M79839</link>
      <description>&lt;P&gt;Try to set the correct Port&amp;nbsp; or make sure your MSSQL DB you want to reach listen on port 1433 (see exception)!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR Bp&lt;/P&gt;</description>
      <pubDate>Fri, 09 Mar 2018 16:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Connection-Issue-to-MSSQL-with-JDBC-Provider-quot-Microsoft-quot/m-p/2308523#M79839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-09T16:02:55Z</dc:date>
    </item>
  </channel>
</rss>

