Skip to content

Commit ee5e8d0

Browse files
committed
DocuMentor updates
1 parent 3117d13 commit ee5e8d0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

support/sql/database-engine/replication/subscription-exists-linux-containers-transactional.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Troubleshoot Issues Configuring Transactional Replication on Multiple SQL Server Linux Containers
3-
description: Learn about a known issue when configuring transactional replication in SQL Server on Linux containers, including symptoms, cause, workaround, and resolution.
3+
description: Learn how to fix duplicate subscription errors when setting up transactional replication on SQL Server Linux containers.
44
ms.reviewer: pijocoder, mlandzic, randolphwest, v-shaywood
55
ms.custom: sap:Replication, Change Tracking, Change Data Capture\Errors or unexpected results during operation
66
ms.date: 11/03/2025
@@ -29,13 +29,13 @@ This behavior is specific to Linux container environments where named instances
2929

3030
## Workaround
3131

32-
To successfully add multiple subscribers on the same machine but in different containers:
32+
To successfully add multiple subscribers on the same machine but in different containers, follow these steps:
3333

3434
1. Install [Cumulative Update 20 (CU20) for SQL Server 2022](https://www.catalog.update.microsoft.com/Search.aspx?q=KB5059390).
3535

36-
1. Enable trace flag [15005](/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql#tf15005). This trace flag enables using a Subscriber with a nondefault port for transactional replication.
36+
1. Enable trace flag [15005](/sql/t-sql/database-console-commands/dbcc-traceon-trace-flags-transact-sql#tf15005). This trace flag enables using a subscriber with a nondefault port for transactional replication.
3737

38-
1. Perform the following manual cleanup and configuration steps in Transact-SQL. Make sure to replace the `@hostname`, `@port_sub1`, `@port_sub2`, `@PublicationName`, `@SubscriberDb_Sub1`, and `@SubscriberDb_Sub2` variables with values specific to your environment:
38+
1. Perform the following manual cleanup and configuration steps in Transact-SQL. Replace the `@hostname`, `@port_sub1`, `@port_sub2`, `@PublicationName`, `@SubscriberDb_Sub1`, and `@SubscriberDb_Sub2` variables with values specific to your environment:
3939

4040
```sql
4141
DECLARE @hostname AS SYSNAME = 'LinuxSubscriberHostName',
@@ -166,9 +166,9 @@ To successfully add multiple subscribers on the same machine but in different co
166166

167167
## Resolution
168168

169-
Currently, no permanent fix is available. The previous [workaround](#workaround) is the recommended approach.
169+
Currently, no permanent fix is available. Use the previous [workaround](#workaround).
170170

171-
The product team is evaluating potential fixes for future releases. Once a permanent fix is available, this article will be updated.
171+
The product team is evaluating potential fixes for future releases. This article will be updated when a permanent fix is available.
172172

173173
## Related content
174174

0 commit comments

Comments
 (0)