Event ID 4370 — Transaction Manager Functionality
Applies To: Windows Server 2008
Transaction Manager is the component of the Microsoft Distributed Transaction Coordinator (MS DTC) that is responsible for coordinating transaction processing among all interested parties.
Event Details
Product: | Windows Operating System |
ID: | 4370 |
Source: | Microsoft-Windows-MSDTC |
Version: | 6.0 |
Symbolic Name: | IDS_DTC_E_TIPSOCKETBINDFAILED |
Message: | MS DTC was unable to bind to the TIP socket. This failure may have occurred because some other application is using the TIP socket. MS DTC will continue to start but TIP features will be unavailable. If you require TIP, please make the socket available and restart MS DTC.%0 |
Resolve
Restart MSDTC
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 then press ENTER.
- At the command prompt, type net start msdtc, and then press ENTER.
Verify
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To verify that the Microsoft Distributed Transaction Coordinator (MS DTC) 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 these two items appear: SERVICE_NAME: msdtc and STATE : 4 RUNNING.