To resolve this problem, use the following methods as required, in the order in which they are presented.
Method 1: Re-create the MS DTC log
Re-create the MS DTC log, and then restart the service. To do this, follow these steps:
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type the following command, and then press ENTER:
msdtc -resetlog
Warning The msdtc -resetlog command can cause data corruption if it is used incorrectly. Make sure that you do not have any pending transactions when you run this command. - Type the following command, and then press ENTER:
net start msdtc
Method 2: Set the logon account permissions for the MS DTC service
If Method 1 does not resolve the problem, set the logon account for the MS DTC service to have read and write permissions for the Msdtc.log file. To do this, follow these steps:
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type control admintools, and then press ENTER.
- Double-click Services.
- In the Services pane, locate Distributed Transaction Coordinator.
- In the Log On As column, note the account name.
Note The default logon account for the MS DTC service is the NETWORK SERVICE account. - Start Windows Explorer, and then open the %windir%\System32\Msdtc folder.
- Right-click the Msdtc.log file, and then click Properties.
- Click the Security tab.
- Click the logon account name that you noted in step 5. For example, click the NETWORK SERVICE account name.
- In the Permissions pane, click to select the Allow check box for the following permissions:
- Click OK.
- Click Yes to accept the security warning.
- In the Services pane, right-click Distributed Transaction Coordinator, and then click Start.
Method 3: Assign permissions to the NETWORK service to traverse the directory tree
Determine whether the NETWORK service has permissions to traverse through the folder. To do this, follow these steps.
Note By default, the "Everyone" group has these permissions. For more information, go to the following Microsoft TechNet website:
- Click Start, click Run, type secpol.msc, and then click OK.
- Browse through the following computer configuration:
\Windows Settings\Security Settings\Local Policies\User Rights Assignment
- Check for "Bypass traverse checking," and then add the "Everyone" group.
- Update the Group Policy settings on the computer. To do this, click Start, click Run, type gpupdate, and then click OK.
- In the Services pane, right-click Distributed Transaction Coordinator, and then click Start.