Solved the "Network Access to the Distributed Transaction Manager (MSDTC) Disabled" error.

Source: Internet
Author: User

When the system prompts, "network access to the Distributed Transaction Manager (MSDTC) has been disabled. Use the component service management tool to enable DTC for network access in MSDTC security configuration ." You can follow these steps.

Save the following parts as a. BAT file and run it.

 

@ Echo off
Setlocal
@ Echo % WINDIR % \ system32 \ msdtc.exe-uninstall
% Windir % \ system32 \ msdtc.exe-uninstall
Call: delkey "hkcr \ Cid"
Call: delkey "HKLM \ System \ CurrentControlSet \ Services \ MSDTC"
Call: delkey "HKLM \ System \ controlset001 \ Services \ MSDTC"
Call: delkey "HKLM \ System \ controlset002 \ Services \ MSDTC"
Call: delkey "HKLM \ Software \ Microsoft \ MSDTC"
@ Echo % WINDIR % \ system32 \ msdtc.exe-install
% Windir % \ system32 \ msdtc.exe-install
Endlocal
Goto: EOF
: Delkey
Set key = % 1
Call: delkeyq % key %> NUL 2> & 1
@ Echo.
Goto: EOF
: Delkeyq
Reg Delete % key %/F

 

 

Enable network COM + access.

Enable transaction Internet protocol and XA transaction.

Verification is not required.
Enable network DTC Access.

Restart your computer.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.