Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Oracle/MSSQL/MySQL » Setup is unable to access the SQL UDP Port 1434 on the specified SQL Server
  • DS923   what is taking up my space
    What is taking up by Synology NAS Volume Space Storage
  • FEATURE IMAGE
    SSH into a VM created using Azure CLI or GUI Linux
  • enable or disable WinRM
    How to enable or disable WinRM via the command-line Network | Monitoring
  • Webp.net resizeimage 4
    Create a Service Fabric Cluster using the Azure Stack Hub portal and the CLI AWS/Azure/OpenShift
  • HighA
    Virtual Machine Scale Set: Demonstrating High Availability in Azure AWS/Azure/OpenShift
  • How to Enable & Disable CTRL + ALT + DEL Secure Login on Windows 11
    How to Enable/Disable CTRL + ALT + DEL Secure Login on Windows 11/10 Windows
  • Fixing TPM Vulnerability
    How to fix a vulnerable Trusted Platform Module [TPM] Windows
  • uninstall installed Windows Update from Windows
    How to uninstall installed Windows Update Windows

Setup is unable to access the SQL UDP Port 1434 on the specified SQL Server

Posted on 05/03/202409/07/2025 Christian By Christian No Comments on Setup is unable to access the SQL UDP Port 1434 on the specified SQL Server
Setup-is-unable-to-access-the-SQL-UDP-port-1434

When setting up SQL and configuring some applications. The following error might be prompted “Setup is unable to access the SQL UDP port 1434 on the specified SQL server”. This means that the setup requires access to the SQL UDP port 1434 to retrieve the TCP port assignment information from the SQL server. Please see DNS uses TCP and UDP, How to uninstall Microsoft SQL Server on Windows. Also, see how to change the default RDP port in Windows.

Windows Firewall help prevent unauthorized access to the Server. To access an instance of the SQL Server through a firewall. You must configure the firewall on the computer that is running SQL Server. When working locally, you do not need to do this.

Please see how to create a Windows firewall rule on Windows, Remote WMI Connection: How to enable or disable WMI Traffic Using Firewall UI, and How to enable or disable a Remote WMI Connection in Windows.

SQL Server Browser Service (UDP port 1434)

The SQL Server browser service listens for incoming connections to a named instance. The service provides the client the TCP port number that corresponds to that named instance.

Usually, the SQL Server Browser service is started whenever named instances of the Database Engine are used. The SQL Server Browser service isn’t required if the client is configured to connect to the specific port of the named instance.

Why the error “Setup is unable to access the SQL UDP port 1434”

As mentioned in the first paragraph above, the setup requires access to the SQL UDP port on 1434. When the installer connects to the SQL Server using the credentials.

If the installer can’t automatically determine the port. The following error message appears “Setup was unable to access the SQL UDP port 1434”. Click OK to return to the Database Information page as shown in the image below.

SQL-Trellix-Firewall

You can also manually create these firewall rules. The Windows Firewall with Advanced Security MMC snap-in lets you configure more advanced firewall settings.

Note: This is not a firewall issue as we are not accessing the SQL instance through the firewall. Even when you create these firewall rules, yet, it will FAIL.

firewall-use-1

Just in case you wish to create the firewall rules for a different task. Below are the commands to create a TCP port 1433 and UDP port 1434 for SQL Server default instance, and SQL Server Browser Service.

New-NetFirewallRule -DisplayName "SQLServer default instance" -Direction Inbound -LocalPort 1433 -Protocol TCP -Action Allow

New-NetFirewallRule -DisplayName "SQLServer Browser service" -Direction Inbound -LocalPort 1434 -Protocol UDP -Action Allow

Solution

Return to the SQL Server Configuration Manager. Click on “SQL Server Network Configuration” in the left pane and right-click the “TCP/IP” protocol and select “Properties”.

Note: Ensure TCP/IP is Enabled as this is disabled by default.

Click the IP addresses tab, and make sure Enabled is set to Yes for each active IP address. This will ensure that all the IP addresses on your Trellix ePolicy Server is capable of communicating to your SQL server.

Enabled is set to Yes
Enabled is set to Yes

Also, navigate to the “IP Addresses” tab and scroll down to the IPALL section. If you wish to use the default port, remove the value for TCP Dynamic Ports (leaving it blank).

You can also leave as you will manually specify the TCP port. Enter port 1433 for TCP port.

TCPIP-SQL-Port

You can now restart the service to make sure that your changes take effect.

restart-service

Note: When you use dynamic ports, the SQL Browser service must be running on the SQL Server. If the value for TCP Dynamic Ports is blank, your SQL Server is using a static port, and the value for this port is shown in the TCP Port field.

Once done restart the SQL instance and start the ePolicy Server installation again. Select SQL Server Services, select SQL Server on the right window, and then click Restart.

Restarting Services
Restarting Services

You should be able to continue with your installation as shown below. You can refer to this link to learn more about remotely accessing your SQL Server.

Trellix Evaluation
Trellix Evaluation

I hope you found this guide useful on “Setup is unable to access the SQL UDP port 1434 on the specified SQL Server”. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Click to share on X (Opens in new window) X
  • Click to share on Reddit (Opens in new window) Reddit
  • Click to share on LinkedIn (Opens in new window) LinkedIn
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pinterest (Opens in new window) Pinterest
  • Click to share on Tumblr (Opens in new window) Tumblr
  • Click to share on Telegram (Opens in new window) Telegram
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to share on Mastodon (Opens in new window) Mastodon
  • Click to share on Bluesky (Opens in new window) Bluesky
  • Click to share on Threads (Opens in new window) Threads
  • Click to share on Nextdoor (Opens in new window) Nextdoor
Oracle/MSSQL/MySQL Tags:Microsoft SQL, Microsoft Windows, Windows Server 2016

Post navigation

Previous Post: Something did not go well as planned: Windows Security update fails to install
Next Post: How to encrypt Microsoft SQL Server Traffic

Related Posts

  • Disable Microsoft SQL Auto Close Option
    Disable SQL Auto Close: Auto Close is enabled for both ePO and ePO Events Databases Oracle/MSSQL/MySQL
  • Always on and Veeam plugin setup
    Install SQL Server Always On & Configure Veeam Plug‑in for SQL Backup
  • SQL Server Management Studio 1
    How to manually check and update SQL Server Management Studio Oracle/MSSQL/MySQL
  • Oracle momory increase
    What to do after increasing the Memory of Oracle Database Oracle/MSSQL/MySQL
  • How to use DBeaver on MacOS
    Install DBeaver on macOS: Connect to PostgreSQL Database Oracle/MSSQL/MySQL
  • Change default postgreSQL database password
    How to change the default user password in PostgreSQL Oracle/MSSQL/MySQL

More Related Articles

Disable Microsoft SQL Auto Close Option Disable SQL Auto Close: Auto Close is enabled for both ePO and ePO Events Databases Oracle/MSSQL/MySQL
Always on and Veeam plugin setup Install SQL Server Always On & Configure Veeam Plug‑in for SQL Backup
SQL Server Management Studio 1 How to manually check and update SQL Server Management Studio Oracle/MSSQL/MySQL
Oracle momory increase What to do after increasing the Memory of Oracle Database Oracle/MSSQL/MySQL
How to use DBeaver on MacOS Install DBeaver on macOS: Connect to PostgreSQL Database Oracle/MSSQL/MySQL
Change default postgreSQL database password How to change the default user password in PostgreSQL Oracle/MSSQL/MySQL

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • DS923   what is taking up my space
    What is taking up by Synology NAS Volume Space Storage
  • FEATURE IMAGE
    SSH into a VM created using Azure CLI or GUI Linux
  • enable or disable WinRM
    How to enable or disable WinRM via the command-line Network | Monitoring
  • Webp.net resizeimage 4
    Create a Service Fabric Cluster using the Azure Stack Hub portal and the CLI AWS/Azure/OpenShift
  • HighA
    Virtual Machine Scale Set: Demonstrating High Availability in Azure AWS/Azure/OpenShift
  • How to Enable & Disable CTRL + ALT + DEL Secure Login on Windows 11
    How to Enable/Disable CTRL + ALT + DEL Secure Login on Windows 11/10 Windows
  • Fixing TPM Vulnerability
    How to fix a vulnerable Trusted Platform Module [TPM] Windows
  • uninstall installed Windows Update from Windows
    How to uninstall installed Windows Update Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,839 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.