Difference between revisions of "HowTo:Solve MSDTC-related problems"
m |
|||
Line 70: | Line 70: | ||
{{attention|If you use a custom ports range, you have to create new rules to open that range specifically (inbound and outbound).}} | {{attention|If you use a custom ports range, you have to create new rules to open that range specifically (inbound and outbound).}} | ||
+ | |||
+ | Here's a documentation about how to add firewall rules with the Powershell: | ||
+ | |||
+ | https://learn.microsoft.com/en-us/powershell/module/netsecurity/new-netfirewallrule?view=windowsserver2022-ps | ||
= Test-Dtc and DTCPing = | = Test-Dtc and DTCPing = |
Revision as of 22:50, 16 August 2023
From version 4 on, UBIK® uses the Distributed Transaction Coordinator (MSDTC or DTC) to manage database transactions. However, there's the necessity for correct configuration on both the database server as well as the application server to make it work. This article explains how to do that.
Problem Symptoms
- UBIK® Studio or a UBIK® service can't connect to your database or fails to create a session
- Database view creation or instance data transfer doesn't work because of an exception
- There's an error/exception log entry like: "Communication with the underlying transaction manager has failed"