Skip to content

Commit 24904e0

Browse files
committed
Fixing two minor problems
1 parent 6e56f66 commit 24904e0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/linux/sql-server-linux-configure-msdtc-docker.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ docker run `
5151

5252
In this command, the **RPC Endpoint Mapper** service has been bound to port 13500, and the **MSDTC** service has been bound to port 51000 within docker virtual network. SQL Server TDS communication occurs on port 1433 within docker virtual network. These ports have been externally exposed to host as TDS port 51433, RPC endpoint mapper port 13500, and MSDTC port 51000.
5353

54-
> [!NOTE] The RPC Endpoint Mapper and MSDTC port do not have to be same on host and the container. So while RPC Endpoint Mapper port was configured to be 13500 on container, it could potentially be mapped to port 13501 or any other available port on the host server.
54+
> [!NOTE]
55+
> The RPC Endpoint Mapper and MSDTC port do not have to be same on host and the container. So while RPC Endpoint Mapper port was configured to be 13500 on container, it could potentially be mapped to port 13501 or any other available port on the host server.
5556
5657
## Configure the firewall
5758

docs/linux/sql-server-linux-configure-msdtc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For more information about these settings and other related MSDTC settings, see
3636

3737
The following MSDTC configurations are supported:
3838

39-
- OLE-TX Distributed transactions against SQL Server on Linux for JDBC providers.
39+
- OLE-TX Distributed transactions against SQL Server on Linux for JDBC and ODBC providers.
4040
- XA Distributed transactions against SQL Server on Linux using JDBC providers.
4141
- Distributed transactions on Linked server.
4242

0 commit comments

Comments
 (0)