1433 SQL Server Not Listening Error: How to solve? (2024)

by Manu Menon | Sep 15, 2022

Let us examine the error 1433 SQL server not listening and the reasons and solutions for it with the support of our MSSQL support services at Bobcares.

Error: 1433 SQL server not listening

1433 SQL Server Not Listening Error: How to solve? (1)

While configuring an ODBC connection from another machine, the error MS-SQL server does not respond may appear. We can go through some steps to answer and resolve this error.

Reason for the 1433 SQL Server Not Listening Error

There could be a number of reasons why we are unable to connect to the MS-SQL server, but there are two main ones:

  • A local firewall prevents connections.
  • The currently active communication port is not active.

Before we can begin troubleshooting the MS-SQL connection, we must first test the connection.

Test the MS-SQL connection

To test the connection, we can use the Telnet client program. Using the Telnet client program is quick and eliminates the need to repeatedly type the username and password during the test and subsequent troubleshooting.

The Telnet client is enabled by default on most Windows machines; however, the Telnet client might not be enabled by default on some Windows version Server machines.

To enable the Telnet client on Windows server machines

Follow the steps given below to manage the 1433 SQL server not listening error:

  1. To open the Control Panel form on the local machine, go to Start then to Control Panel.
  2. Click Programs and Features in the Control Panel form to open the Programs and Features form.
  3. Click Turn Windows features on or off in the Programs and Features form to open the Windows features form.
  4. Close the Windows features form by checking the Telnet Client box and clicking the OK button.
  5. Close the Programs and Features and Control Panel windows.
  6. Click the Start button on the local machine and type “CMD” into the search programs and files field.
  7. Enter “Telnet IP-address 1433” in the Command Prompt.
  8. If port 1433 is not open, it will immediately return an error. We will be able to connect to the MS-SQL server if port 1433 is open.

To use the Telnet client to test a connection

Local Firewall on the MS-SQL server can block connection

If the Telnet client returns an error when testing the connection on port 1433, the connection to the MS-SQL server may be blocked by the local firewall. Temporarily disable the firewall on the MS-SQL server to see if it is blocking the connection.

If we can connect to the MS-SQL server while the firewall is turned off, we can create a firewall rule granting either local scope or specific IP addresses the right to do so and re-enable the firewall.

If we are unable to connect to the MS-SQL server when the firewall is disabled, it is possible that port 1433 is disabled. To test the connection, enable the firewall and open port 1433.

Port 1433 disabled on the MS-SQL Server

Port 1433 was enabled (open) by default in previous versions of MS-SQL server, but as part of a hardening procedure implemented to improve the security of the MS-SQL server, port 1433 is disabled in current versions of MS-SQL Server.

If a port is disabled, any communication requests made through that port are ignored by the local machine.

Enable port 1433 on the MS-SQL Server

On the MS-SQL server, we can enable port 1433 in two ways:

  • Using SQL Server Configuration Manager
  • Using the Windows Registry

To enable port 1433 on the MS-SQL Server through the SQL Server Configuration Manager

  1. Open the SQL Server Configuration Manager1 by clicking Start > All Programs > MS-SQL Server 2008 R2> Configuration Tools > SQL Server Configuration Manager on the MS-SQL Server machine.
  2. Click SQL Server Network Configuration > Protocols for SQLExpress in the left pane of the SQL Server Configuration Manager form.
  3. To open the TCP/IP Properties form, right-click the TCP/IP field in the Protocol Name column in the right pane and select Properties.
  4. Expand the IPALL group in the TCP/IP Properties form> IP addresses tab and enter “1433” in the TCP port field.
  5. Close the TCP/IP Properties form and the SQL Server Configuration Manager form by clicking the OK button.

The following procedure is based on MS-SQL Express 2008 R2. Other MS-SQL versions may differ slightly.

To enable port 1433 on the MS-SQL Server through the Windows Registry¹

  • To open the Registry Editor form on the local machine, click the Start button and type “Regedit” into the search programs and files field.
  • Navigate to the HKEY LOCAL MACHINE SOFTWARE Microsoft SQL Server SQLEXPRESS MSSQLServer SuperSocketNetLib TCP folder in the Registry Editor form’s left pane.
  • Close the Registry Editor form after changing the TcpPort registry key setting to 1433.

[Need assistance with similar queries? We are here to help]

Conclusion

To conclude the error 1433 SQL server, not listening can occur due to multiple reasons. Two reasons are more prevalent in generating the error. We can remove the error following simple troubleshooting steps from our MSSQL support services.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

Related posts:

  1. Incorrect syntax near ‘auto_increment’: Solution
  2. 14421 error in SQL server: Fix and Troubleshooting Steps
  3. How to prevent anonymous login and ban IP address of attacker in Windows
  4. SQL Server Error 35206 – How to resolve
1433 SQL Server Not Listening Error: How to solve? (2024)

FAQs

1433 SQL Server Not Listening Error: How to solve? ›

If the Telnet client returns an error when testing the connection on port 1433, the connection to the MS-SQL server may be blocked by the local firewall. Temporarily disable the firewall on the MS-SQL server to see if it is blocking the connection.

How do I get SQL Server to listen on port 1433? ›

How To Set Static TCP Port (1433) in Microsoft SQL Server/Express
  1. Step 3) Double click on Protocols for SQLEXPRESS.
  2. Step 4) Right click TCP/IP and select Properties. If necessary, first enable TCP/IP.
  3. Step 5) Scroll down to IPAll make sure TCP Dynamic Ports is blank and that TCP Port is set to 1433.
  4. Step 6) Click OK.
Mar 30, 2020

How do I enable TCP IP listener on port 1433? ›

Enable TCP/IP:
  1. Click the Windows Start button.
  2. Under Programs, select Microsoft SQL Server.
  3. Launch the SQL Server Configuration Manager.
  4. Expand SQL Server Network Configuration.
  5. Protocol.
  6. Enable TCP/IP Right box.
  7. Double-Click on TCP/IP.
  8. Go to IP Addresses Tap and Put port 1433 under TCP port.
Mar 17, 2023

How to check for firewall blocking SQL Server port 1433? ›

Solution
  1. Connect to your SQL server.
  2. Open the Windows firewall.
  3. Click on Inbound Rules.
  4. Select New Rule.
  5. Select the Port type of the rule.
  6. Specify the ports 1433 and 1434 to which this rule applies inside the Specific local ports area. ...
  7. In this step, leave the default selection: Allow the connection.
Nov 17, 2022

How do I enable TCP IP listening in SQL Server? ›

Enable TCP/IP in the SQL Server

Expand the Configuration Tools subfolder and right-click on SQL Server Configuration Manager. Click on Run as Administrator. Select SQL Server Network Configuration and click Protocols for SMTKINGDOM. In the right pane, right-click TCP/IP and click Enable.

Why is port 1433 not listening? ›

Local Firewall on the MS-SQL server can block connection

If we are unable to connect to the MS-SQL server when the firewall is disabled, it is possible that port 1433 is disabled. To test the connection, enable the firewall and open port 1433.

How to check SQL Server listening port? ›

Option 1: Use SQL Server Configuration Manager
  1. In SQL Server Configuration Manager, expand SQL Server Network Configuration, expand Protocols for instance name, and then double-click TCP/IP.
  2. In TCP/IP Properties, select Protocol.
  3. Check the value in the Listen All setting.
Jun 20, 2023

How to check if port 1433 is open or not? ›

For example, at the command prompt, type telnet 192.168. 0.0 1433 where 192.168. 0.0 is the address of the computer that is running SQL Server and 1433 is the port it is listening on. If you receive a message that states "Telnet cannot connect," TCP/IP is not listening on that port for SQL Server connections.

How to check if SQL Server is accepting TCP/IP connections? ›

Have you enabled 'Named Pipes' and 'TCP/IP'?
  1. Open the 'Sql Server Configuration Manager' application.
  2. In the left pane, go to 'SQL Server Network Configuration' -> 'Protocols for [instance-name]'
  3. Right-click on both 'Named Pipes' and 'TCP/IP' and select 'enable'.
Nov 8, 2015

How to configure listener IP in SQL Server? ›

Creating the Listener

The Listener name and IP addresses must be unique. If you have more than one AG it cannot be the same name or have any of the IP addresses as any other Listener on any other AGs on that instance. Right-click on the 'Availability Group Listeners' node within SSMS and select 'Add Listener…'.

How do I monitor SQL Server blocking problems? ›

To check blocking in SQL Server, you can use a query to identify the blocking SPID. All you need to do is use SQL Server DMVs and execute a query using the sys. dm_exec_requests DMV. This will return a list of the blocking SPID, any blocked SPIDs, and the wait type and duration.

How do I enable SQL ports in my firewall? ›

Create Inbound Rules for the SQL Server Ports
  1. Open Windows Control Panel and select System and Security.
  2. From the System and Security window, click Windows Defender Firewall.
  3. From the Windows Defender Firewall window, click Advanced Settings.
  4. Add the port SQL uses for TCP. ...
  5. From the New Inbound Rule Wizard, select Port.

What is the default port 1433 for SQL Server? ›

TCP port 1433 is the default port for communication between Microsoft SQL Server and its applications. SQL Server powers many of the world's top data-driven solutions, and port 1433 is widely used to connect to the database.

How to enable TCP IP in SQL Server using CMD? ›

To enable the TCP protocol when connected to the console with SQLPS.
  1. Open a command prompt and type: C:\> SQLPS.EXE. Tip. ...
  2. At the PowerShell command prompt, type: # Instantiate a ManagedComputer object that exposes primitives to control the # Installation of SQL Server on this machine. $
Jul 3, 2024

How to check if TCP/IP is enabled? ›

Press the 'windows' key and type 'cmd'. Press “Command Prompt”. Step 3: On the command prompt, type the command “telnet + IP address or hostname + port number” and check the status of the provided TCP port.

How do I enable TCP IP connectivity on my server? ›

Enable Named Pipes and TCP/IP Connections
  1. Select Start, and in your list of programs, select SQL Server Configuration Manager.
  2. Navigate to SQL Server Configuration Manager > SQL Server Network Configuration > Protocols for <machine instance>.
  3. Double-click Named Pipes. ...
  4. From Enabled, select Yes. ...
  5. Double-click TCP/IP.

How to configure a server to listen on a specific TCP port? ›

Solution
  1. Run the SQL Server Configuration Manager.
  2. Select the SQL Server Network Configuration.
  3. Select from the list the instance you want to configure to listen to on a specific port.
  4. To change the port assignment right-click on the TCP/IP protocol and select Properties.
  5. Click on the IP Addresses tab.
Nov 17, 2022

How to connect SQL Server instance with port number? ›

Connect to a default SQL Server instance on the same machine
  1. If you're connecting to a server configured with default settings, use one of the following options: localhost. 127.0. 0.1. . ...
  2. If you're connecting to a custom TCP port, such as 51433 , use one of the following options: tcp:localhost,51433. 127.0. 0.1,1433.
Dec 7, 2023

Is SQL Server listening on port 1434? ›

The SQL Browser listens on UDP 1434 and answers all client requests with the port number that is currently being utilized. SQL Server Browser service is required for both TCP and named pipes protocols. SQL Server Browser is used by clients transparently and there is no need for special configuration.

How do I configure SQL Server Express to allow remote TCP/IP connections on port 1433 aspx? ›

Configure SQL Server machine
  1. Windows Firewall ->Advanced Settings->Inbound Rules. Add a rule to enable TCP port 1433 (default port for SQL Server)
  2. Enable SQL Service to listen on TCP/IP. Check SQL Server version and run appropriate version of SQL Configuration Manager to enable TCP.
  3. Restart SQL Server Service.
Aug 23, 2024

Top Articles
Send Money to Canada from the UK | Money Transfer to Canada from the UK - Wise, formerly TransferWise
SPIRIT ANIMALS: IS THE SNAKE YOUR ANIMAL GUIDE?
Is Sam's Club Plus worth it? What to know about the premium warehouse membership before you sign up
Cold Air Intake - High-flow, Roto-mold Tube - TOYOTA TACOMA V6-4.0
Craigslist Niles Ohio
Wizard Build Season 28
Readyset Ochsner.org
Apex Rank Leaderboard
Elden Ring Dex/Int Build
Atrium Shift Select
Skip The Games Norfolk Virginia
Oppenheimer & Co. Inc. Buys Shares of 798,472 AST SpaceMobile, Inc. (NASDAQ:ASTS)
Elizabethtown Mesothelioma Legal Question
Missing 2023 Showtimes Near Landmark Cinemas Peoria
Sony E 18-200mm F3.5-6.3 OSS LE Review
Gino Jennings Live Stream Today
Munich residents spend the most online for food
Tamilrockers Movies 2023 Download
Katherine Croan Ewald
Diamond Piers Menards
The Ultimate Style Guide To Casual Dress Code For Women
Site : Storagealamogordo.com Easy Call
Is Windbound Multiplayer
Filthy Rich Boys (Rich Boys Of Burberry Prep #1) - C.M. Stunich [PDF] | Online Book Share
Integer Division Matlab
Sandals Travel Agent Login
Horn Rank
Ltg Speech Copy Paste
Random Bibleizer
Craigslist Fort Smith Ar Personals
The Clapping Song Lyrics by Belle Stars
Poe T4 Aisling
R/Sandiego
Kempsville Recreation Center Pool Schedule
Rogold Extension
Beaver Saddle Ark
Log in or sign up to view
A Man Called Otto Showtimes Near Amc Muncie 12
Powerspec G512
Saybyebugs At Walmart
2007 Jaguar XK Low Miles for sale - Palm Desert, CA - craigslist
Miami Vice turns 40: A look back at the iconic series
Love Words Starting with P (With Definition)
Tlc Africa Deaths 2021
Youravon Com Mi Cuenta
Nope 123Movies Full
Kushfly Promo Code
Diario Las Americas Rentas Hialeah
Game Akin To Bingo Nyt
Marion City Wide Garage Sale 2023
Latest Posts
Article information

Author: Clemencia Bogisich Ret

Last Updated:

Views: 5635

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Clemencia Bogisich Ret

Birthday: 2001-07-17

Address: Suite 794 53887 Geri Spring, West Cristentown, KY 54855

Phone: +5934435460663

Job: Central Hospitality Director

Hobby: Yoga, Electronics, Rafting, Lockpicking, Inline skating, Puzzles, scrapbook

Introduction: My name is Clemencia Bogisich Ret, I am a super, outstanding, graceful, friendly, vast, comfortable, agreeable person who loves writing and wants to share my knowledge and understanding with you.