Skip to content

Commit 8595f22

Browse files
committed
[SQL Server] 2019 CU 31 Errors and events
1 parent a2c9177 commit 8595f22

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/relational-databases/errors-events/includes/sql-server-2019-database-engine-events-and-errors-14000-14999.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rwestMSFT
33
ms.author: randolphwest
4-
ms.date: 12/12/2024
4+
ms.date: 02/13/2025
55
ms.topic: include
66
---
77
| Error | Severity | Event logged | Description |
@@ -120,8 +120,8 @@ ms.topic: include
120120
| 14126 | 16 | No | You do not have the required permissions to complete the operation. |
121121
| 14128 | 16 | No | Invalid @subscription_type parameter value. Valid options are 'push' or 'pull'. |
122122
| 14129 | 16 | No | The @status parameter value must be NULL for 'automatic' sync_type when you add subscriptions to an immediate_sync publication. |
123-
| 14130 | 10 | No | WARNING: The database '%s' does not contain database master key. Create a database master key and then update all replication secrets in this database. |
124-
| 14131 | 16 | No | The database '%s' does not contain database master key. Create database master key and repeat the procedure. |
123+
| 14130 | 10 | No | WARNING: The database '%s' does not contain database master key. Create a database master key and then update all replication secrets in this database. For more information, see https://aka.ms/sql-tr-dmk-warning-troubleshooting. |
124+
| 14131 | 16 | No | The database '%s' does not contain database master key. Create database master key and repeat the procedure. For more information, see https://aka.ms/sql-tr-dmk-error-troubleshooting. |
125125
| 14135 | 16 | No | There is no subscription on Publisher '%s', publisher database '%s', publication '%s'. |
126126
| 14136 | 16 | No | The keyword 'all' is reserved by replication stored procedures. |
127127
| 14137 | 16 | No | The @value parameter value must be either 'true' or 'false'. |

docs/relational-databases/errors-events/includes/sql-server-2019-database-engine-events-and-errors-18000-18999.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rwestMSFT
33
ms.author: randolphwest
4-
ms.date: 01/11/2024
4+
ms.date: 02/13/2025
55
ms.topic: include
66
---
77
| Error | Severity | Event logged | Description |
@@ -185,6 +185,7 @@ ms.topic: include
185185
| 18597 | 16 | No | Your %.\*ls installation is either corrupt or has been tampered with (%hs). Please uninstall then re-run setup to correct this problem |
186186
| 18598 | 16 | No | %.\*ls could not find the default instance (%.\*ls) - error %d. Please specify the name of an existing instance on the invocation of sqlservr.exe.\n\nIf you believe that your installation is corrupt or has been tampered with, uninstall then re-run setup to correct this problem. |
187187
| 18599 | 16 | No | %.\*ls could not find the specified named instance (%.\*ls) - error %d. Please specify the name of an existing instance on the invocation of sqlservr.exe.\n\nIf you believe that your installation is corrupt or has been tampered with, uninstall then re-run setup to correct this problem. |
188+
| 18749 | 16 | No | MaxCmdsInTran parameter for log reader cannot be set with CDC enabled on the db |
188189
| 18750 | 16 | No | %ls: The parameter '%ls' is not valid. |
189190
| 18751 | 16 | No | %ls procedure was called with the wrong number of parameters. |
190191
| [18752](../mssqlserver-18752-database-engine-error.md) | 16 | No | Only one Log Reader Agent or log-related procedure (sp_repldone, sp_replcmds, and sp_replshowcmds) can connect to a database at a time. If you executed a log-related procedure, drop the connection with session ID %I64d over which the procedure was executed or execute sp_replflush over that connection before starting the Log Reader Agent or executing another log-related procedure. |

0 commit comments

Comments
 (0)