MSDTC problem IIS Error

Source: Internet
Author: User
Tags metabase

After IIS is installed, MSDTC cannot start the server. In computer management, "COM + cannot talk to Microsoft Distributed Transaction Coordinator" appears ". Search for the following answers on the Internet:
MSDTC)
The password of the IWAM account in ActiveDirectory, IIS metabase database, and COM + application cannot be synchronized. The solution is also simple. There are three steps:

1. Reset the iis iwam account password. [In User Management in Computer Management]
2. Synchronize the password of iwam_myserver in IIS metabase, in cmd: C:/inetpub/adminscripts> adsutil set w3svc/wamuserpass "yourpassword"
3. Synchronize the iwam_myserver password used by the COM + application. In cmd, run: C:/inetpub/adminscripts> cscript synciwam. vbs-V, but the error is always reported during step 3.

Later, the MSDTC Service was abnormal, so I started from here. The specific solution is as follows:
1. First, go to the component service and check the component service/computer/my computer/COM + application. The error "COM + cannot talk to Microsoft Distributed Transaction Coordination Program" is returned ", you cannot view the objects in it.
2. Go to the Event Viewer and find that the MSDTC Service is not started properly.
3. Delete the keys in the registry:
? HKEY_LOCAL_MACHINE/system/CurrentControlSet/services/MSDTC
? HKEY_LOCAL_MACHINE/software/Microsoft/MSDTC
? Hkey_classes_root/CID
4. Stop MSDTC: net stop MSDTC
5. Uninstall the MSDTC Service: MSDTC-uninstall
6. reinstall the MSDTC Service: MSDTC-install
7. confirm that the MSDTC Service has been started properly in the Event Viewer. [This step is critical. If not, restart the computer and check the password again (that is, the start step)

In fact, "COM + cannot talk to Microsoft Distributed Transaction Coordinator" does not cause this error after the message queue in the Windows component is installed, at the same time, the "message queue" component is dependent on the "Distributed Transaction Coordinator" (MSDTC Service) in the service. This service must be enabled before the Message Queue component can be installed! After the message queue is installed, the COM + application menu in can be opened, indicating that it is working properly! If you reinstall IIS or uninstall IIS at this time, you do not need the above manual password synchronization problem! That is to say, it is normal to install IIS by following this step! Actually, manually synchronize the password

I did it, but by Step 6: 6, re-install the MSDTC Service: MSDTC-install, the computer blue screen, tried several times are blue screen. Also execute: the same is true for mstdc-resetlog.
How can this problem be solved, except for reinstalling the system. Thank you.

 

 

My friend wants to learn ASP. wow?
As a matter of fact, there are so many steps on the Internet that are redundant...
I have summarized the following steps:
1. If IIS is installed, uninstall it first!
2. Stop MSDTC: net stop MSDTC
3. Uninstall the MSDTC Service: MSDTC-uninstall
4. reinstall the MSDTC Service: MSDTC-install
5. Start MSDTC: Net start MSDTC
If MSDTC fails to be started and the service is disabled, run the services. msc Service Manager, set the Distributed Transaction Coordinator service to manual, and start it!
6. The last step is to reinstall IIS.
During the last semester, ASP dynamic web page design was solved by many students in the class.
Friend, we recommend that you restore the deleted registry key value in the blue screen.

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.