Skip to content

Commit 6805895

Browse files
[SQL Server 2022] CU 23 release - Errors and Events (Windows) (01/15/2026) (#36226)
1 parent bcfed48 commit 6805895

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: rwestMSFT
33
ms.author: randolphwest
44
ms.reviewer: maghan, mikeray
5-
ms.date: 05/30/2025
5+
ms.date: 01/15/2026
66
ms.topic: include
77
---
88
| Error | Severity | Event logged | Description |
@@ -265,6 +265,7 @@ ms.topic: include
265265
| 19530 | 16 | No | The %ls operation is not allowed by the current availability group configuration. The required_synchronized_secondaries_to_commit needs to be 0 when changing availability mode to ASYNCHRONOUS_COMMIT. Change required_synchronized_secondaries_to_commit to 0 and retry the operation. |
266266
| 19533 | 16 | No | Cannot create distributed availability group '%.\*ls' as it requires two Availaiblity Group Replicas, however %d were specified. |
267267
| 19536 | 10 | No | The default startup routine of database '%.\*ls' that belongs to an availability group (Group ID: %d) cannot be skipped because SQL Server did not initialize the Availability Replica Manager. This is an informational message only. No user action is required. |
268+
| 19544 | 16 | No | Attempting to create an availability group with cluster_type set to NONE or EXTERNAL, with a name that is longer than 64 characters, is not supported. Please change the name of availability group '%.\*ls' to be 64 characters or less and try again. |
268269
| 19601 | 16 | No | System error. |
269270
| 19602 | 16 | No | System error. |
270271
| 19603 | 16 | No | System error. |

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: rwestMSFT
33
ms.author: randolphwest
44
ms.reviewer: maghan, mikeray
5-
ms.date: 05/30/2025
5+
ms.date: 01/15/2026
66
ms.topic: include
77
---
88
| Error | Severity | Event logged | Description |
@@ -395,3 +395,4 @@ ms.topic: include
395395
| 2816 | 16 | No | The metadata for object with id %d has changed. Retry the statement. |
396396
| 2817 | 16 | No | '%.\*ls' is not supported on the '%.\*ls' platform. |
397397
| 2818 | 16 | No | The stored procedure '%.\*ls' cannot be run since this server has not been enabled for external governance. |
398+
| 2820 | 16 | No | The feature '%.\*ls' is not enabled on this SQL Server instance. |

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: rwestMSFT
33
ms.author: randolphwest
44
ms.reviewer: maghan, mikeray
5-
ms.date: 09/11/2025
5+
ms.date: 01/15/2026
66
ms.topic: include
77
---
88
| Error | Severity | Event logged | Description |
@@ -123,6 +123,11 @@ ms.topic: include
123123
| 41678 | 16 | No | Failed to transition to PRIMARY role for physical database '%ls' (ID %d) of Windows Fabric partition '%ls' (partition ID '%ls'). |
124124
| 41679 | 16 | No | Transition to PRIMARY role for physical database '%ls' (ID %d) of Windows Fabric partition '%ls' (partition ID '%ls') has been aborted. |
125125
| 41681 | 16 | No | SQL Server cannot generate grip tds redirection url of the replica with ID %ls (Windows Fabric partition ID %ls). |
126+
| 41685 | 16 | No | Could not start probe listener for '%ls' (URI: '%ls', partition ID '%ls'). Encountered error (error code: 0x%08X). |
127+
| 41686 | 16 | No | Could not stop probe listener for '%ls' (URI: '%ls', partition ID '%ls'). Encountered error (error code: 0x%08X). |
128+
| 41687 | 16 | No | Missing probe listener for '%ls' (URI: '%ls', partition ID '%ls'). |
129+
| 41688 | 16 | No | Invalid probe listener port '%d' for %ls' (URI: '%ls', partition ID '%ls'). |
130+
| 41689 | 16 | No | Failed to set probe listener endpoint for '%ls' (URI: '%ls', partition ID '%ls'). Encountered error (error code: 0x%08X). |
126131
| 41700 | 16 | No | System views related to Windows Fabric partitions and replicas are not available at this time, because replica manager has not yet started. Wait for replica manager to start, then retry the system view query. |
127132
| 41701 | 20 | No | The Activation Context is unavailable at this time. The Windows Fabric Runtime is unavailable at this time, retry later. Wait for the activation context to become available, then retry. |
128133
| 41702 | 20 | No | The requested Configuration Package is unavailable at this time. The Configuration Package is not a part of the Activation Context. Verify that the requested Configuration Package name exists and is properly formatted. |
@@ -1363,6 +1368,8 @@ ms.topic: include
13631368
| 49516 | 16 | No | Shrink timeout waiting to acquire schema modify lock in WLP mode to process IAM pageID %d:%d on database ID %d |
13641369
| 49517 | 15 | No | %lu is not a valid value for MAX_DURATION; MAX_DURATION must be equal to %lu. |
13651370
| 49518 | 10 | No | %.\*ls: Page %d:%d could not be moved because its marked for defer deallocation. |
1371+
| 49540 | 16 | No | The specified DBCC command is not supported on this platform. |
1372+
| 49541 | 16 | No | The command failed due to an internal error. Check the error log for more details. |
13661373
| 49600 | 22 | No | SQL tiered storage table schema is corrupt. |
13671374
| 49602 | 16 | No | Failure waiting for %ls latch in '%ls'. |
13681375
| 49603 | 16 | No | CREATE FILE encountered operating system error %ls while attempting to copy the physical file '%.\*ls'. |

0 commit comments

Comments
 (0)