<?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] connection with sqlserver 2008 R2 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-connection-with-sqlserver-2008-R2/m-p/2237292#M25768</link>
    <description>Hi&amp;nbsp; 
&lt;BR /&gt;Please go to check that: 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;1. The server name is misspelled or the port number is incorrect. 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;2. SQL Server is not configured to use TCP/IP. Either enable TCP/IP from SQL Server's Network Utility app or have jTDS connect via named pipes (see the URL format for information on how to do this). 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;3. There is a firewall blocking port 1433 on the server. 
&lt;BR /&gt;To check whether TCP/IP is enabled and the port is not blocked you can use "telnet &amp;lt;server_host&amp;gt; 1433". Until telnet doesn't connect, jTDS won't either. If you can't figure out why, ask your network administrator for help. 
&lt;BR /&gt;Aslo, have a try the sql server authentication and use the ip replace server name. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;shong</description>
    <pubDate>Sat, 04 Feb 2017 05:08:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-04T05:08:45Z</dc:date>
    <item>
      <title>[resolved] connection with sqlserver 2008 R2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-connection-with-sqlserver-2008-R2/m-p/2237291#M25767</link>
      <description>hey, 
&lt;BR /&gt;I've been trying to connect with sql server 2008 but I couldn't, and I'm getting this errors...&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;and it says that : I have to check if the TCP port are not blocked with a firewall... &amp;nbsp;well, no it's not ! 
&lt;BR /&gt;what should I do ??? 
&lt;BR /&gt;Echec de la connexion Vous devez modifier les paramètres de la base de données. 
&lt;BR /&gt;&amp;nbsp; java.lang.RuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: Échec de la connexion TCP/IP à l'hôte (local), port 1433. Erreur : « null. 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. ». 
&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:1092) 
&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$62.runWithCancel(DatabaseForm.java:3953) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$62.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(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Échec de la connexion TCP/IP à l'hôte (local), port 1433. Erreur : « null. 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. ». 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:241) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2243) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:491) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1309) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:991) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:827) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012) 
&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</description>
      <pubDate>Sat, 04 Feb 2017 02:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-connection-with-sqlserver-2008-R2/m-p/2237291#M25767</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-04T02:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] connection with sqlserver 2008 R2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-connection-with-sqlserver-2008-R2/m-p/2237292#M25768</link>
      <description>Hi&amp;nbsp; 
&lt;BR /&gt;Please go to check that: 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;1. The server name is misspelled or the port number is incorrect. 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;2. SQL Server is not configured to use TCP/IP. Either enable TCP/IP from SQL Server's Network Utility app or have jTDS connect via named pipes (see the URL format for information on how to do this). 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;3. There is a firewall blocking port 1433 on the server. 
&lt;BR /&gt;To check whether TCP/IP is enabled and the port is not blocked you can use "telnet &amp;lt;server_host&amp;gt; 1433". Until telnet doesn't connect, jTDS won't either. If you can't figure out why, ask your network administrator for help. 
&lt;BR /&gt;Aslo, have a try the sql server authentication and use the ip replace server name. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;shong</description>
      <pubDate>Sat, 04 Feb 2017 05:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-connection-with-sqlserver-2008-R2/m-p/2237292#M25768</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-04T05:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] connection with sqlserver 2008 R2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-connection-with-sqlserver-2008-R2/m-p/2237293#M25769</link>
      <description>thanks Shong, 
&lt;BR /&gt;- for the server name and the the port 1433 are working well, sql is connected on that port and the server name is (local) 
&lt;BR /&gt;- about &amp;nbsp;... jTds via named pipes.. I don't know much about it 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;&amp;nbsp; 
&lt;BR /&gt;- telnet &amp;nbsp;&amp;lt; ... &amp;gt; 1433 it works.</description>
      <pubDate>Sun, 05 Feb 2017 18:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-connection-with-sqlserver-2008-R2/m-p/2237293#M25769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-05T18:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] connection with sqlserver 2008 R2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-connection-with-sqlserver-2008-R2/m-p/2237294#M25770</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;thanks Shong,&lt;BR /&gt;- for the server name and the the port 1433 are working well, sql is connected on that port and the server name is (local)&lt;BR /&gt;- about &amp;nbsp;... jTds via named pipes.. I don't know much about it &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;- telnet &amp;nbsp;&amp;lt; ... &amp;gt; 1433 it works.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;connect SQL Server with name (local) mean - You are connect from same machine (think from studio?) 
&lt;BR /&gt;is Talend Also on same machine? 
&lt;BR /&gt;if not You must open Management Utility in SQL Server and check for Server Networks -&amp;gt; tcp/ip - what network interfaces enabled? 
&lt;BR /&gt;Even if You are select all - better do it manually and enable Each 
&lt;BR /&gt;Same with FireWall - connect to server (local) not describe nothing about FireWall, You must be sure it open for connect from Outside</description>
      <pubDate>Sun, 05 Feb 2017 22:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-connection-with-sqlserver-2008-R2/m-p/2237294#M25770</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-02-05T22:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] connection with sqlserver 2008 R2</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-connection-with-sqlserver-2008-R2/m-p/2237295#M25771</link>
      <description>problem resolved 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&amp;nbsp;,&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp;Talend and SQL server are in the same machine so... 
&lt;BR /&gt;how I did it: on Sql server&amp;nbsp; 
&lt;BR /&gt;1 - server type : &amp;nbsp; &amp;nbsp;database engine 
&lt;BR /&gt;2- server name : &amp;nbsp; 127.0.0.1&amp;nbsp; 
&lt;BR /&gt;3- Authentication : Sql Server authentication 
&lt;BR /&gt;4- login : &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;sa 
&lt;BR /&gt;5- password : &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;***** &amp;nbsp; (any password you want ) 
&lt;BR /&gt;then I went to Talend: 
&lt;BR /&gt;I did put the same specifications &amp;nbsp; &amp;nbsp;( specially the pass and login name) 
&lt;BR /&gt;thanks for your help Shong and vapukov</description>
      <pubDate>Mon, 06 Feb 2017 17:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-connection-with-sqlserver-2008-R2/m-p/2237295#M25771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-06T17:02:14Z</dc:date>
    </item>
  </channel>
</rss>

