<?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: SQL Server Connection Stops Working in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SQL-Server-Connection-Stops-Working/m-p/2325475#M95072</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;"I&amp;nbsp;checked with IT and no changes have been made to the server.&amp;nbsp;" -&amp;nbsp; Don't&amp;nbsp;believe them. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Double check the configuration of parameters for that user and instance. Again go through the recommendations mentioned in the error:&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;The connection to the host PRODSQL1, named instance \prodsql1 failed. Error: "java.net.SocketTimeoutException: Receive timed out". Verify the server and instance names and check that no firewall is blocking UDP traffic to port 1434.&amp;nbsp; For SQL Server 2005 or later, verify that the SQL Server Browser Service is running on the host.&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Lojdr&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2018 15:08:23 GMT</pubDate>
    <dc:creator>lojdr</dc:creator>
    <dc:date>2018-01-30T15:08:23Z</dc:date>
    <item>
      <title>SQL Server Connection Stops Working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-Server-Connection-Stops-Working/m-p/2325474#M95071</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I have an odd situation that just arose. I have been successfully using TOS DI to connect to a SQL Server 2014 instance for over a year now. Suddenly, however, I am getting a connection error within the studio when trying to use this connection. I checked with IT and no changes have been made to the server. I am able to use other programs on the same computer that TOS is installed on to connect to the DB (such as HeidiSQL) without issue. Furthermore, standalone jobs that I have built using this same TOS installation and SQL Server connection still run without issue (also on the same machine as the TOS installation).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Version: 6.4.1&lt;/P&gt; 
&lt;P&gt;OS: Windows Server 2012 R2&lt;/P&gt; 
&lt;P&gt;Connection Type: General JDBC&lt;/P&gt; 
&lt;P&gt;Driver jar: sqljdbc42.jar&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is a screenshot of the connection parameters:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TOS_DI1.jpg" style="width: 783px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls44.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153741iA87B6DE7615DD97E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls44.jpg" alt="0683p000009Ls44.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And here is the result after clicking Check:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Connection failure. You must change the Database Settings.&lt;BR /&gt;&amp;nbsp; java.lang.RuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: The connection to the host PRODSQL1, named instance \prodsql1 failed. Error: "java.net.SocketTimeoutException: Receive timed out". Verify the server and instance names and check that no firewall is blocking UDP traffic to port 1434.&amp;nbsp; For SQL Server 2005 or later, verify that the SQL Server Browser Service is running on the host.&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:1047)&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:315)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&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;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$62.runWithCancel(DatabaseForm.java:3983)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&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;&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: com.microsoft.sqlserver.jdbc.SQLServerException: The connection to the host PRODSQL1, named instance \prodsql1 failed. Error: "java.net.SocketTimeoutException: Receive timed out". Verify the server and instance names and check that no firewall is blocking UDP traffic to port 1434.&amp;nbsp; For SQL Server 2005 or later, verify that the SQL Server Browser Service is running on the host.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:191)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerConnection.getInstancePort(SQLServerConnection.java:5011)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerConnection.primaryPermissionCheck(SQLServerConnection.java:1697)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:1434)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:1285)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:700)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1131)&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;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Again, what is odd is that the standalone jobs are running without any issue and able to connect to the DB.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any ideas?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 18:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-Server-Connection-Stops-Working/m-p/2325474#M95071</guid>
      <dc:creator>Patrick5</dc:creator>
      <dc:date>2018-01-26T18:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Server Connection Stops Working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-Server-Connection-Stops-Working/m-p/2325475#M95072</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;"I&amp;nbsp;checked with IT and no changes have been made to the server.&amp;nbsp;" -&amp;nbsp; Don't&amp;nbsp;believe them. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Double check the configuration of parameters for that user and instance. Again go through the recommendations mentioned in the error:&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;The connection to the host PRODSQL1, named instance \prodsql1 failed. Error: "java.net.SocketTimeoutException: Receive timed out". Verify the server and instance names and check that no firewall is blocking UDP traffic to port 1434.&amp;nbsp; For SQL Server 2005 or later, verify that the SQL Server Browser Service is running on the host.&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Lojdr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 15:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-Server-Connection-Stops-Working/m-p/2325475#M95072</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2018-01-30T15:08:23Z</dc:date>
    </item>
  </channel>
</rss>

