Skip to content

Commit 3528e54

Browse files
committed
Errors and events for CU 11
1 parent 4b6f7e3 commit 3528e54

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/relational-databases/errors-events/includes/sql-server-2022-database-engine-events-and-errors-16000-17999.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: MashaMSFT
33
ms.author: mathoma
44
ms.reviewer: randolphwest
5-
ms.date: 07/06/2023
5+
ms.date: 01/11/2024
66
ms.topic: include
77
---
88
| Error | Severity | Event logged | Description |
@@ -472,6 +472,7 @@ ms.topic: include
472472
| 17439 | 10 | Yes | %.\*ls session tear down failed with error %d. |
473473
| 17440 | 10 | Yes | %.\*ls session close failed with error %d. |
474474
| 17441 | 10 | Yes | This operation requires %.\*ls libraries to be loaded. |
475+
| 17442 | 10 | Yes | SQL Server detected the following NUMA node configuration (NUMA Node number %d, Processor Group number %d, CPU Mask 0x%0\*I64x). |
475476
| 17550 | 10 | Yes | DBCC TRACEON %d, server process ID (SPID) %d. This is an informational message only; no user action is required. |
476477
| 17551 | 10 | Yes | DBCC TRACEOFF %d, server process ID (SPID) %d. This is an informational message only; no user action is required. |
477478
| 17557 | 16 | Yes | DBCC DBRECOVER failed for database ID %d. Restore the database from a backup. |

docs/relational-databases/errors-events/includes/sql-server-2022-database-engine-events-and-errors-31000-41399.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: MashaMSFT
33
ms.author: mathoma
44
ms.reviewer: randolphwest
5-
ms.date: 11/16/2023
5+
ms.date: 01/11/2024
66
ms.topic: include
77
---
88
> [!NOTE]
@@ -1231,6 +1231,7 @@ ms.topic: include
12311231
| 37532 | 16 | No | Ledger table '%.\*ls' cannot contain check constraints, filtered indexes and statistics or computed columns that reference columns using a multi-part identifier. |
12321232
| 37533 | 16 | No | Computed column '%.\*ls' cannot be added to ledger table '%.\*ls'. Ledger tables do not support computed columns that use CLR functions or types. |
12331233
| 37534 | 16 | No | Error while trying to read database information from master metadata. Transaction is not active anymore. |
1234+
| 37535 | 16 | No | Principal name with object id '%ls' must begin with original principal name followed by a user-defined suffix to differentiate between the names. (https://aka.ms/AADUserNonUniqueDisplayName) |
12341235
| 37536 | 16 | Yes | Internal error occurred while obtaining version information from IMDS endpoint. Substate: '%ls', status: 0x%08x. |
12351236
| 37537 | 16 | Yes | Internal error occurred while obtaining version information from IMDS endpoint. Error code: '%ls'. Error message: '%ls'. Return code: '0x%08x'. |
12361237
| 37538 | 16 | Yes | Internal error occurred while obtaining version information from IMDS endpoint. Return code: '0x%08x'. |
@@ -1239,6 +1240,9 @@ ms.topic: include
12391240
| 37541 | 16 | No | Provider '%ls' is no longer supported. Please use MSOLEDBSQL provider instead. (https://go.microsoft.com/fwlink/?linkid=2206241&clcid=0x409) |
12401241
| 37542 | 16 | Yes | The operation could not be completed because attempts to connect to Azure Key Vault (AKV) were denied by the configured Network Security Perimeter. Key vault uri: '%ls'. |
12411242
| 37543 | 10 | No | The trust of the certificate imported could not be verified with the Certificate Authority (CA) or verified through the Internet. Most likely the host operating system where SQL Server is hosted is missing the latest root certificate updates, or access to the Internet. In case this certificate is used for authentication when partner server rotates the certificate, the authentication will fail unless the issue has been resolved on the host OS. Please ensure that the host OS has the latest root certificate updates, or access to the Internet to reach out to remote CA. Error code: 0x%lx. |
1243+
| 37545 | 16 | No | '%ls' is not a valid object id for '%ls' or you do not have permission. |
1244+
| 37546 | 16 | No | Can only specify object_id when creating user from external provider. |
1245+
| 37559 | 16 | No | Object_id is not a valid option |
12421246
| 38001 | 16 | No | Cannot find the file id %d in the database '%s'. |
12431247
| 38002 | 16 | No | Only users having %s permission can execute this stored procedure. |
12441248
| 39001 | 16 | No | Only SELECT statement is supported for input data query to 'sp_execute_external_script' stored procedure. |

0 commit comments

Comments
 (0)