Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server 2008
The Microsoft Distributed Transaction Coordinator service (MSDTC) supports the Windows Volume Snapshot Service, a feature that is used by System Restore, Windows Complete PC Backup, and Windows Server Backup. Through this support, MSDTC guarantees transaction completeness without data corruption across backup and restore operations.
Product: | Windows Operating System |
ID: | 4453 |
Source: | Microsoft-Windows-MSDTC |
Version: | 6.0 |
Symbolic Name: | IDS_DTC_E_THAW_FAILED |
Message: | Attempt to thaw the transaction manager failed. Error Specifics: %1%0 |
Stop and then restart the Microsoft Distributed Transaction Coordinator service (MSDTC).
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To stop and then restart MSDTC:
- Click Start, and then click Command Prompt.
- At the command prompt, type net stop msdtc, and press ENTER.
- At the command prompt, type net start msdtc, and press ENTER.
Run the application, and then verify that the Microsoft Distributed Transaction Coordinator service (MSDTC) is running properly.
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To verify that MSDTC is running:
- Click Start, and then click Command Prompt.
- At the command prompt, type sc query msdtc, and then press ENTER.
- The system responds with information about the service. Confirm that the these two items appear: SERVICE_NAME: msdtc and STATE : 4 RUNNING.