Skip to content

Commit 9504db4

Browse files
committed
brcarrig ICM 571989304
1 parent bbd12d0 commit 9504db4

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
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 commmand line generates an error message.
4+
ms.date: 01/31/2025
5+
ms.custom: sap:Installation, Patching, Upgrade, Uninstall
6+
ms.reviewer: brcarrig
7+
---
8+
# Unable to find an entry point error when updating SQL Server 2022
9+
10+
This article documents an issue where applying a SQL Server 2022 Cumulative Update (CU) from the commmand line generates an error message.
11+
12+
_Applies to:_   SQL Server 2022 on Windows
13+
14+
## Symptoms
15+
16+
Consider the following scenario:
17+
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.
19+
20+
- You try to apply a CU to SQL Server 2022 using **setup.exe** from the command line
21+
22+
In this scenario, an exception occurs in the setup console during the update process, displaying the following error message:
23+
24+
> System.EntryPointNotFoundException: Unable to find an entry point named 'GetNumaNodeProcessorMask2' in DLL 'kernel32.dll'
25+
26+
## Cause
27+
28+
When the **setup.exe** runs on an OS version where the [GetNumaNodeProcessorMask2 API](/sdk-api/sdk-api-src/content/systemtopologyapi/nf-systemtopologyapi-getnumanodeprocessormask2.md) is unavailable, an exception appears in the setup console.
29+
30+
## Resolution
31+
32+
No resolution is necessary as the exception does not affect the setup behavior or update outcome.
33+
34+
## More information
35+
36+
This exception is only visible in the setup console when running **setup.exe** from the command line.

support/sql/database-engine/install/windows/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
items:
22
- name: .Net Framework requirements for SQL Server
33
href: understanding-dotnet-framework-requirements.md
4+
- name: Unable to find an entry point error when updating SQL Server 2022
5+
href: error-command-line-cu-sql-server-2022.md
46
- name: Attempted to perform an unauthorized operation error
57
href: error-set-up-update-instances.md
68
- name: Cannot install on Windows case-sensitive servers

0 commit comments

Comments
 (0)