ServerNAME,1434 works!!
SQL Server 2014 Not Accepting Remote Connections
Hello Forum
I have just built a new default installation of SQL Server 2014, listening on Port 1434. I can connect to the Database Server locally but not remotely.
Remote Connections are configured.
Authentication is mixed
Can connect locally with my AD account and a SQL Server Account
Cannot connect from my laptop
Can anyone offer any advice?
SQL Server Other
5 answers
Sort by: Most helpful
-
-
Olaf Helper 47,436 Reputation points
2022-01-04T13:22:09.643+00:00 listening on Port 1434
Really IP port 1434, not default 1433? In this case the SQL Server-Browser service must be running to provide the used IP port to clients.
Have you tried to pass the port in the server name to connect to, for exampletcp:servername, 1434
or with the IP address.
-
Anthony C 46 Reputation points
2022-01-04T13:26:02.703+00:00 Browser is running (sorry I should have mentioned that). Also before it was running on Port 1433 and it still would not allow remote connections...
-
Olaf Helper 47,436 Reputation points
2022-01-04T14:11:44.3+00:00 Is TCP/IP network protocoll enabled? Enable or Disable a Server Network Protocol
Otherwise see MS Support: Solving Connectivity errors to SQL Server -
Tom Phillips 17,771 Reputation points
2022-01-04T19:47:01.28+00:00 What exactly is the error message?
What application is unable to connect? Is this SSMS or something else?
I suggest you start here:
https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/troubleshoot-connecting-to-the-sql-server-database-engine?view=sql-server-ver15