SCCM prerequisite check fail

golden alick 140 Reputation points
2024-11-12T12:15:24.4266667+00:00

While installing SCCM 2403 with SQL Server 2019, the prerequisite check fails at the SQL Server TCP Port step. The error message states, "Configuration Manager primary site and central administration site require SQL Server TCP is enabled and set to Static port."

What steps can be taken to resolve this issue?

Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. AllenLiu-MSFT 46,531 Reputation points Microsoft Vendor
    2024-11-13T01:53:30.49+00:00

    Hi, @golden alick

    Thank you for posting in Microsoft Q&A forum.

    Here are the steps you can take:

    1. Open SQL Server Configuration Manager: This tool allows you to manage SQL Server services and network configurations.
    2. Navigate to SQL Server Network Configuration: Expand the "SQL Server Network Configuration" section and select "Protocols for [Your Instance Name]".
    3. Enable TCP/IP: Make sure that the TCP/IP protocol is enabled. If it is disabled, right-click on it and select "Enable". Configure TCP/IP Properties: Right-click on TCP/IP and select "Properties". Go to the "IP Addresses" tab. Under the "IPAll" section, set the "TCP Port" to a static port number (e.g., 1433). Ensure that the "Dynamic Ports" field is empty.
    4. Restart SQL Server Services: After making these changes, restart the SQL Server services for the changes to take effect. You can do this from the SQL Server Configuration Manager.
    5. Check Firewall Settings: Ensure that your firewall settings allow traffic on the static port you configured.

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Add comment".

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.