SQL Server 2014 Not Accepting Remote Connections

Anthony C 46 Reputation points
2022-01-04T13:17:37.077+00:00

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
{count} votes

5 answers

Sort by: Most helpful
  1. Anthony C 46 Reputation points
    2022-01-04T14:50:04.027+00:00

    ServerNAME,1434 works!!

    1 person found this answer helpful.

  2. 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 example

    tcp:servername, 1434
    

    or with the IP address.

    0 comments No comments

  3. 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...

    0 comments No comments

  4. 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


  5. 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

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.