Dont work MSDTC between docker container and MSSQL server for exec distributed transaction.
I use on client:
Docker version 27.3.0
Docker Net driver: Nat
OS: Windows server 2022 Standart. 21H2
I use on server:
OS: Windows server 2022 Standart. 21H2
I try assign ports for msdtc for both (server and client) and cretted mapping ports for container. But It dont work.
I guess it because 135 port listening on host with client and msdtc from MSSQL to try connect to it, but schould connect with 135 port inside container, that impossible in current cases.
How we can decide this problem?
Dont work MSDTC between docker container and MSSQL server for exec distributed transaction.
I use on client:
Docker version 27.3.0
Docker Net driver: Nat
OS: Windows server 2022 Standart. 21H2
I use on server:
OS: Windows server 2022 Standart. 21H2
I try assign ports for msdtc for both (server and client) and cretted mapping ports for container. But It dont work.
I guess it because 135 port listening on host with client and msdtc from MSSQL to try connect to it, but schould connect with 135 port inside container, that impossible in current cases.
How we can decide this problem?