Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.48 KB

File metadata and controls

48 lines (37 loc) · 2.48 KB
title MSSQL_ENG014157 | Microsoft Docs
ms.custom
ms.date 03/01/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology replication
ms.topic conceptual
helpviewer_keywords
MSSQL_ENG014157 error
ms.assetid 1a0890cf-d977-43e0-a2ba-9c5ff1a8f856
author MashaMSFT
ms.author mathoma
monikerRange =azuresqldb-mi-current||>=sql-server-2016||=sqlallproducts-allversions

MSSQL_ENG014157

[!INCLUDEappliesto-ss-asdbmi-xxxx-xxx-md]

Message Details

Product Name SQL Server
Event ID 14157
Event Source MSSQLSERVER
Component [!INCLUDEssDEnoversion]
Symbolic Name
Message Text The subscription created by Subscriber '%s' to publication '%s' has expired and has been dropped.

Explanation

A Subscriber must synchronize with the Publisher within the time specified in the publication retention period. If a Subscriber does not synchronize within this period, the subscription expires. For more information, see Subscription Expiration and Deactivation.

User Action

The subscription must be re-created and initialized before the Subscriber can begin receiving data changes again:

If the subscription database contains changes that have not been synchronized with the Publisher, you can use the tablediff Utility to determine which rows are different in the publication and subscription databases.

You can increase the publication retention period to avoid having subscriptions expire. Use caution in setting a high value, because this can result in more data and metadata being stored, which affects performance. For more information, see Subscription Expiration and Deactivation.

See Also

Errors and Events Reference (Replication)