<?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] remote MS SQL 2008 R2 connection timeout in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266574#M45751</link>
    <description>I 've just found how to solve my problem : I delete the proxy settings for SOCKS entry in preferences&amp;gt;&amp;gt;General&amp;gt;&amp;gt; Network Connections&lt;BR /&gt;hope this help&lt;BR /&gt;Rudy</description>
    <pubDate>Wed, 30 Mar 2016 16:22:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-30T16:22:20Z</dc:date>
    <item>
      <title>[resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266561#M45738</link>
      <description>Hello, 
&lt;BR /&gt;I'm struggling with connection to MS SQL server 2008 R2 on a remote server... 
&lt;BR /&gt;Indeed, I'm always getting a timeout error (&amp;nbsp; java.lang.RuntimeException: java.sql.SQLException: Login timed out.). 
&lt;BR /&gt; 
&lt;BR /&gt;TCP/IP is enabled on the server. 
&lt;BR /&gt;I use a SQL server login. 
&lt;BR /&gt;I can connect to this remote SQL server with SQL Server Management Studio. 
&lt;BR /&gt;I can connect to a local SQL Server express 2012 on my laptop with TOS without any issue. 
&lt;BR /&gt;I use TOS 6.1.0 
&lt;BR /&gt;Any idea of what's going wrong? 
&lt;BR /&gt;Many thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; 
&lt;BR /&gt;Sylvain</description>
      <pubDate>Wed, 20 Jan 2016 10:39:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266561#M45738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-20T10:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266562#M45739</link>
      <description>Hello,
&lt;BR /&gt;Some news regarding this issue:
&lt;BR /&gt;I've re-created the connection error with my local SQL Server:
&lt;BR /&gt;If I set the real IP address or MyComputerName.MyDomain&amp;nbsp;as server address, I get a timeout error.
&lt;BR /&gt;If I set 127.0.0.1 or localhost as server address, connection is established...
&lt;BR /&gt;Any idea?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Sylvain</description>
      <pubDate>Thu, 21 Jan 2016 10:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266562#M45739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T10:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266563#M45740</link>
      <description>Hi,
&lt;BR /&gt;Your network is working well for you?&amp;nbsp;Have you&amp;nbsp;set up MSSQL DB connection in&amp;nbsp;metadata? Is there any more error message when go to "details.."?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 22 Jan 2016 03:12:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266563#M45740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-22T03:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266564#M45741</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Thank you for your answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; 
&lt;BR /&gt;Network is fine for me, and MSSQL DB connection is set up in metadata. 
&lt;BR /&gt;Here is the complete error message I get: 
&lt;BR /&gt;&amp;nbsp; java.lang.RuntimeException: java.sql.SQLException: Login timed out. 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&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;&amp;nbsp;&amp;nbsp; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1089) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:314) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.metadata.managment.repository.ManagerConnection.check(ManagerConnection.java:272) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$31.runWithCancel(DatabaseForm.java:2674) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$31.runWithCancel(DatabaseForm.java:1) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&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;&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;&amp;nbsp;&amp;nbsp; at java.util.concurrent.FutureTask.run(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; Caused by: java.sql.SQLException: Login timed out. 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at net.sourceforge.jtds.jdbc.JtdsConnection.&amp;lt;init&amp;gt;(JtdsConnection.java:433) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:184) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&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;&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;&amp;nbsp;&amp;nbsp; ... 9 more 
&lt;BR /&gt;&amp;nbsp; Caused by: java.net.SocketTimeoutException: Connect timed out 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.net.SocksSocketImpl.readSocksReply(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at net.sourceforge.jtds.jdbc.SharedSocket.createSocketForJDBC3(SharedSocket.java:288) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at net.sourceforge.jtds.jdbc.SharedSocket.&amp;lt;init&amp;gt;(SharedSocket.java:251) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at net.sourceforge.jtds.jdbc.JtdsConnection.&amp;lt;init&amp;gt;(JtdsConnection.java:331) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 12 more 
&lt;BR /&gt; 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Sylvain</description>
      <pubDate>Fri, 22 Jan 2016 11:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266564#M45741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-22T11:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266565#M45742</link>
      <description>Hi,&lt;BR /&gt;Are you using sql server authentication and windows authentication? Would you mind posting your DB connection in metadata&amp;nbsp;screenshot into forum? What does your string of connection look like? Does this issue repro on other build version?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 25 Jan 2016 03:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266565#M45742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T03:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266566#M45743</link>
      <description>Hello, 
&lt;BR /&gt;I'm using SQL Server identification. 
&lt;BR /&gt;Here is a screenshot of the DB connection in metadata: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD1m.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154285i023907D5FBD36C78/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD1m.png" alt="0683p000009MD1m.png" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;The connection string look like: 
&lt;BR /&gt;jdbc:jtds:sqlserver://IP_Address_SQL_server:1433/Database_Name;Instance_Name 
&lt;BR /&gt;I don't know if this issue reproduces on another build version, I'm only using TOS 6.1.0... 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Sylvain</description>
      <pubDate>Mon, 25 Jan 2016 15:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266566#M45743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T15:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266567#M45744</link>
      <description>Hi,
&lt;BR /&gt;We cannot repro this issue on V 6.1.0 on our end. Is your remote sqlserver running?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 26 Jan 2016 03:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266567#M45744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-26T03:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266568#M45745</link>
      <description>Hello,
&lt;BR /&gt;Indeed, our remote SQL Server is running, I can access it through SQL Server Management Studio.
&lt;BR /&gt;I've asked our Administrator to activate SQL Server Browser, it seems this might be required to allow&amp;nbsp;jtds to connect when instances are set up on SQL Server.
&lt;BR /&gt;I'll let you know the results of this test.
&lt;BR /&gt;Sylvain</description>
      <pubDate>Tue, 26 Jan 2016 15:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266568#M45745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-26T15:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266569#M45746</link>
      <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I've asked our Administrator to activate SQL Server Browser, it seems this might be required to allow&amp;nbsp;jtds to connect when instances are set up on SQL Server.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Let us know if it doesn't work for you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 27 Jan 2016 03:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266569#M45746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T03:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266570#M45747</link>
      <description>Hello,
&lt;BR /&gt;We've finally found what was causing this issue!
&lt;BR /&gt;No TCP port was specified for the instance of SQL server I'm trying to connect!
&lt;BR /&gt;Now I can retrieve some data from my remote SQL Server with tMSSQinput, but I still get a "timeout" error when testing the connection in Metadata... No matter, now I can do what I need; if I can fix the Metadata issue, I'll share the result with you (but no hurry from my side:-))!
&lt;BR /&gt;
&lt;BR /&gt;So maybe it's wise to list the SQL server settings to allow connection with Talend:
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;In SQL Server Management Studio, go to "properties" of your instance&lt;/U&gt;&lt;/B&gt;
&lt;BR /&gt;
&lt;BR /&gt;In "security", select "SQL Server and Windows authentification mode"
&lt;BR /&gt;In connections, select "allow remote connections"
&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;In SQL Server Configuration Manager&lt;/U&gt;&lt;/B&gt;
&lt;BR /&gt;
&lt;BR /&gt;In SQL Server services, activate SQL Serve Browser
&lt;BR /&gt;In SQL Server Native Client configuration, activate TCP/IP, and put it in the higer position (before named pipes)
&lt;BR /&gt;In Network configuration for SQL Server, select your instance and activate TCP/IP; in TCP/IP properties, scroll down to IP All, and check if a TCP Port is specified; if a "0" value is set in "dynamics TCP ports", remove it.
&lt;BR /&gt;
&lt;BR /&gt;Hope this will help the community,
&lt;BR /&gt;
&lt;BR /&gt;Sylvain</description>
      <pubDate>Thu, 11 Feb 2016 06:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266570#M45747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-11T06:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266571#M45748</link>
      <description>Hello, 
&lt;BR /&gt;We seem to get the same problem in talend 6.1.1 : 
&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: java.sql.SQLException: Login timed out. 
&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:1089) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:314) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.metadata.managment.repository.ManagerConnection.check(ManagerConnection.java:272) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$31.runWithCancel(DatabaseForm.java:2674) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$31.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: java.sql.SQLException: Login timed out. 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.JtdsConnection.&amp;lt;init&amp;gt;(JtdsConnection.java:433) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:184) 
&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;BR /&gt;&amp;nbsp; Caused by: java.net.SocketTimeoutException: Connect timed out 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.SocksSocketImpl.readSocksReply(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.SharedSocket.createSocketForJDBC3(SharedSocket.java:288) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.SharedSocket.&amp;lt;init&amp;gt;(SharedSocket.java:251) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; at net.sourceforge.jtds.jdbc.JtdsConnection.&amp;lt;init&amp;gt;(JtdsConnection.java:331) 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ... 12 more 
&lt;BR /&gt;My jobs work but we can't check the connection or retrieve table schemas from metadata (we also get the problem with AS400 connections).&amp;nbsp; 
&lt;BR /&gt;do you have any issues about it ?&amp;nbsp; 
&lt;BR /&gt;Thanks for your help, 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Rudy</description>
      <pubDate>Fri, 11 Mar 2016 15:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266571#M45748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-11T15:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266572#M45749</link>
      <description>Hi Rudy,&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Are you able to connect to the SQL Server database successfully via client without using Talend Tool?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Is there any connectivity or firewall issue for you?&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, 17 Mar 2016 08:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266572#M45749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-17T08:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266573#M45750</link>
      <description>Hi,&lt;BR /&gt;Thanks for your reply,&lt;BR /&gt;I can connect with SQL Server Management Studio, There's only an error when looking for schemas.&lt;BR /&gt;Regards&lt;BR /&gt;Rudy</description>
      <pubDate>Wed, 30 Mar 2016 15:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266573#M45750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-30T15:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266574#M45751</link>
      <description>I 've just found how to solve my problem : I delete the proxy settings for SOCKS entry in preferences&amp;gt;&amp;gt;General&amp;gt;&amp;gt; Network Connections&lt;BR /&gt;hope this help&lt;BR /&gt;Rudy</description>
      <pubDate>Wed, 30 Mar 2016 16:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266574#M45751</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-30T16:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] remote MS SQL 2008 R2 connection timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266575#M45752</link>
      <description>Hi 
&lt;A href="https://www.talendforge.org/forum/profile.php?id=247660" target="_blank" rel="nofollow noopener noreferrer"&gt;Moun74,&lt;/A&gt;
&lt;BR /&gt;Thanks for your feedback and share your solution with us.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 31 Mar 2016 09:03:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-remote-MS-SQL-2008-R2-connection-timeout/m-p/2266575#M45752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-31T09:03:15Z</dc:date>
    </item>
  </channel>
</rss>

