Step 2 - Configuring Microsoft Distributed Transaction Coordinator Settings
In mirrored Spok Mobile configurations, the Microsoft Distributed Transaction coordinator (MS DTC) needs to be configured on each server. Spok recommends running the following command to perform all the steps in this section:
Set-DTCNetworkSetting -DTCName Local -AuthenticationLevel NoAuth -InboundTransactionsEnabled $True -OutboundTransactionsEnabled $True -RemoteClientAccessEnabled $True -RemoteAdministrationAccessEnabled $True -XATransactionsEnabled $True -LUTransactionsEnabled $True
If the above command fails, follow the steps below to configure MS DTC manually.
-
From the Windows start menu, choose Start > Administrative Tools > Component Services. The Component Services dialog displays.
-
In the Component Services snap-in, choose the Computers > Computer Name > Distributed Transaction Coordinator option.
-
Right click on the Local DTC option.
-
Choose the Properties option. The Local DTC Properties dialog displays.
-
Click on the Security tab. The Security tab displays.
- Configure the following options:
- Enable the Network DTC Access option.
- Enable the Allow Remote Clients option.
- Enable the Allow Remote Administration option.
- Enable the Allow Inbound option.
- Enable the Allow Outbound option.
- Enable the No Authentication Required option.
- Enable the Enable XA Transactions option.
- Enable the Enable SNA LU 6.2 Transactions option.
-
Click the Apply button. The MSDTC Service dialog displays.
-
Click the Yes button to restart the MSDTC service. After the service is restarted, a warning dialog displays.
-
In the MSDTC Service dialog, click the OK button.
-
In the Local DTC Properties dialog, click the OK button.