Skip to content

Commit b381b5d

Browse files
committed
minor updates
1 parent 04d3d83 commit b381b5d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
---
2-
title: Unable to find an entry point error when updating SQL Server 2022
3-
description: This article documents an issue where applying a SQL Server 2022 Cumulative Update (CU) from the command line generates an error message.
2+
title: Unable to Find an Entry Point Error when Updating SQL Server 2022
3+
description: This article describes an issue where the command line generates an error message when applying a SQL Server 2022 Cumulative Update (CU).
44
ms.date: 01/31/2025
55
ms.custom: sap:Installation, Patching, Upgrade, Uninstall
66
ms.author: brcarrig
77
---
88
# Unable to find an entry point error when updating SQL Server 2022
99

10-
This article documents an issue where applying a SQL Server 2022 Cumulative Update (CU) from the command line generates an error message.
10+
This article describes an issue where the command line generates an error message when applying a SQL Server 2022 Cumulative Update (CU).
1111

1212
_Applies to:_   SQL Server 2022 on Windows
1313

1414
## Symptoms
1515

1616
Consider the following scenario:
1717

18-
- You have a computer that's running an OS that has an earlier build of the Windows OS than Windows 10 Build 20348, such as Windows Server 2016 or Windows Server 2019.
18+
- You have a computer that's running an operating system (OS) that has an earlier build of the Windows OS than Windows 10 Build 20348, such as Windows Server 2016 or Windows Server 2019.
1919

20-
- You apply a cumulative update (CU) to SQL Server 2022 using **setup.exe** from the command line. For information on how to run setup from command line see [Install and configure SQL Server on Windows from the command prompt](/sql/database-engine/install-windows/install-sql-server-from-the-command-prompt)
20+
- You apply a cumulative update (CU) to SQL Server 2022 using **setup.exe** from the command line. For information on how to run the setup from command line, see [Install and configure SQL Server on Windows from the command prompt](/sql/database-engine/install-windows/install-sql-server-from-the-command-prompt).
2121

2222
In this scenario, an exception occurs in the setup console during the update process, displaying the following error message:
2323

2424
> System.EntryPointNotFoundException: Unable to find an entry point named 'GetNumaNodeProcessorMask2' in DLL 'kernel32.dll'
2525
2626
## Cause
2727

28-
When the **setup.exe** runs on an OS version where the [GetNumaNodeProcessorMask2 API](/windows/win32/api/systemtopologyapi/nf-systemtopologyapi-getnumanodeprocessormask2) is unavailable, an exception appears in the setup console.
28+
When **setup.exe** runs on an OS version where the [GetNumaNodeProcessorMask2 API](/windows/win32/api/systemtopologyapi/nf-systemtopologyapi-getnumanodeprocessormask2) is unavailable, an exception appears in the setup console.
2929

3030
## Resolution
3131

32-
No resolution steps are necessary as the exception does not affect the setup behavior or success of the update. The error message can be safely ignored.
32+
No resolution steps are necessary as the exception doesn't affect the setup behavior or success of the update. The error message can be safely ignored.
3333

3434
## More information
3535

36-
This exception is only visible in the setup console when running **setup.exe** from the command line and applies to only CU15 and above.
36+
This exception is only visible in the setup console when running **setup.exe** from the command line and only applies to CU15 and later.
3737

38-
This article lists the Microsoft SQL Server 2022 builds that were released after the release of [SQL Server 2022](/support/sql/releases/sqlserver-2022/build-versions.md).
38+
This article lists the Microsoft SQL Server 2022 builds that were released after the release of [SQL Server 2022](../releases/sqlserver-2022/build-versions.md).

0 commit comments

Comments
 (0)