Replies: 2 comments 1 reply
-
0 experience here, just regular debugging ideas. |
Beta Was this translation helpful? Give feedback.
-
Could you check the listener controller status: |
Beta Was this translation helpful? Give feedback.
-
I have a local sql server Express installed on my machine (for my tests).
I can use sql server management studio to connect to this server without any problem (using both Windows and sql server authentication)
When I try to connect to this sql server with DBeaver, I receive the following error.
The TCP/IP connection to the host HABIB, port 1342 has failed. Error: "Connection refused: no further information. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall."
In sql server management studio, if I run
EXEC sp_readerrorlog 0, 1, N'Server is listening on'
I receive : Server is listening on [ 127.0.0.1 1342] accept sockets 1.
The server is running because SSMS can connect to it and the port is correct.
I've tried with HABIB - localhost - HABIB\MSSQLSERVER - 127.0.0.1 ---> all returns the same error.
Can anybody help?
Beta Was this translation helpful? Give feedback.
All reactions