Month: August 2017

How to map a instance of MSDTC to a instance of MSSQL Server

How map a Microsoft Distributed Transaction Coordinator (MSDTC) resource to an application that uses failover clusters such MSSQL Server, Exchange or MSMQ: msdtc -tmMappingSet -name <MappingName> -service <SQLServerServiceName> -ClusterResourceName <MSDTCResourceName> To map MSSQLinstancename_1 to DTC resource in the same service or application group following command should be run: Msdtc –tmMappingSet –name Mapping1 –service MSSQLinstancename_1 –ClusterResourceName […]

Read More