I am trying to connect to SQL SERVER 2016 database, but not
I can connect, when I try, it shows me the following error:
SQLState - 08S01
com.microsoft.sqlserver.jdbc.SQLServerException: The connection to the host 172.16.100.244, named instance MSSQLSERVER 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. For SQL Server 2005 or later, verify that the SQL Server Browser Service is running on the host.
But I do not understand why? ... if port 1433 is open and I install SQL STUDIO I execute a connection and if it connects.
This is what it says it is - there's no useful route between your Confluence Server and your database server.
Your statement that "1433 is open and talks to SQL Studio" is a useful debugging thing, but please re-read the error message again - it's not the same port.
Yes, the message indicates port 1434, what I don't understand is the use of that port since I don't have any application running on that port, according to the installation manual the default port is 1433 for SQLSERVER.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It will have taken the 1434 from the connection settings you gave it during installation. Check the settings you are giving it for the connection.
You may however have left the port blank and it's assumed a default, and there are a couple of things that might kick in here
However, the "why" of this is not that important - go back to the connection settings screen and look at the connection settings, especially the port - that needs to be 1433 (assuming that's where the database is listening)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.