Skip to content

Commit 5f31eab

Browse files
Merge pull request #32565 from markingmyname/errors_events_2019_CU_30
[SQL Server] 2019 CU 30 Events and Errors log release
2 parents 51ab3e3 + 4de87ac commit 5f31eab

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 3 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: 12/12/2024
55
ms.topic: include
66
---
77
| Error | Severity | Event logged | Description |
@@ -120,6 +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. |
123125
| 14135 | 16 | No | There is no subscription on Publisher '%s', publisher database '%s', publication '%s'. |
124126
| 14136 | 16 | No | The keyword 'all' is reserved by replication stored procedures. |
125127
| 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-7000-7999.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: 12/12/2024
55
ms.topic: include
66
---
77
| Error | Severity | Event logged | Description |
@@ -166,6 +166,7 @@ ms.topic: include
166166
| 7438 | 16 | No | The 32-bit OLE DB provider "%ls" cannot be loaded in-process on a 64-bit SQL Server. |
167167
| 7439 | 16 | No | Failed to read required information about %S_MSG pool %S_MSG. |
168168
| 7440 | 10 | No | Remote execution status: "%ls" . |
169+
| 7455 | 16 | Yes | Service Master Key is not generated or access is lost so encryption/decryption of linked server passwords cannot be done. |
169170
| 7601 | 16 | No | Cannot use a CONTAINS or FREETEXT predicate on %S_MSG '%.\*ls' because it is not full-text indexed. |
170171
| 7602 | 16 | No | The full-text service (msftesql%ls%ls) is not available. The system administrator must start this service. |
171172
| 7603 | 10 | No | Inconsistent accent sensitivity of full-text catalog is detected. Full-text catalog for catalog ID '%d', database ID '%d' is reset. |

0 commit comments

Comments
 (0)