Difference between revisions of "HowTo:Solve MSDTC-related problems"
(Created page with "From version 4 on, {{UBIK}} uses the Distributed Transaction Coordinator (MSDTC or DTC) to manage database transactions. However, there's the necessity for correct configurati...") |
|||
Line 76: | Line 76: | ||
https://learn.microsoft.com/en-us/powershell/module/msdtc/test-dtc?view=windowsserver2022-ps&source=recommendations | https://learn.microsoft.com/en-us/powershell/module/msdtc/test-dtc?view=windowsserver2022-ps&source=recommendations | ||
− | + | {{hint|For an end-to-end test, you have to open an inbound port for the resource manager service created by this (3002 by default, but you can specify a different one).}} | |
=== DTCPing === | === DTCPing === | ||
Line 86: | Line 86: | ||
https://puneet-gupta.github.io/puneetgupta/2008/11/12/troubleshooting-msdtc-issues-with-the-dtcping-tool/ | https://puneet-gupta.github.io/puneetgupta/2008/11/12/troubleshooting-msdtc-issues-with-the-dtcping-tool/ | ||
− | + | {{hint|The DTCPing program has to run on both the host and the client machine.}} | |
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS --> | ||
+ | |||
+ | [[Category:Resources (internal)|Solve MSDTC-related problems]] | ||
+ | [[Category:Service|Solve MSDTC-related problems]] | ||
+ | [[Category:How-To|Solve MSDTC-related problems]] | ||
+ | [[Category:Install|Solve MSDTC-related problems]] | ||
+ | [[Category:Installing|Solve MSDTC-related problems]] | ||
+ | [[Category:Database|Solve MSDTC-related problems]] |
Revision as of 22:40, 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"