Skip to content

Commit 08a7233

Browse files
authored
Suggestions
1 parent 4cb6dbc commit 08a7233

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/sql/database-engine/install/windows/error-command-line-cu-sql-server-2022.md

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

@@ -17,19 +17,19 @@ Consider the following scenario:
1717

1818
- 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.
1919

20-
- You try to apply a CU to SQL Server 2022 using **setup.exe** from the command line
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)
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](https://learn.microsoft.com/windows/win32/api/systemtopologyapi/nf-systemtopologyapi-getnumanodeprocessormask2) is unavailable, an exception appears in the setup console.
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.
2929

3030
## Resolution
3131

32-
No resolution is necessary as the exception does not affect the setup behavior or update outcome.
32+
No resolution steps are necessary as the exception does not affect the setup behavior or success of the update.
3333

3434
## More information
3535

0 commit comments

Comments
 (0)