Test MSDTC Connectivity Between Servers
Need to test MSDTC connectivity between app server(s) and database server(s) to determine if issue is firewall or configuration based.
MSDTC
DTC
.NET
MSDTC connectivity and configuration between servers needs to be tested.
Connect to server you are testing from. Typically you will need to test the connection from the application server going to the database server
Run PowerShell as administrator
Run the script below, replacing xxx with the target server name
Test-Dtc -LocalComputerName "$env:COMPUTERNAME" -RemoteComputerName "xxxx" -ResourceManagerPort 17100 -Verbose
Ex: Test-Dtc -LocalComputerName "$env:COMPUTERNAME" -RemoteComputerName "tyler-db" -ResourceManagerPort 17100 -Verbose
The script output will say in plain text if configuration or firewall settings are causing connectivity between servers to fail.
The OleTx CID Is The Same, The CID should be unique to each computer