Hi,
I am working on SQL Cluster 2008 along with MSDTC service configured for the purpose of Distributed transactions.
I was looking into cluster logs and found that there is fail over happened of MSDTC service. I have analyzed the event viewer logs and found the MSDTC service interrupted at particular time and same was restored automatically. Below is the details of MSDTC logs captured:
Event ID: 4103, Source MSDTC Client 2
Description: Service: MSDTC$d02c9ba0-70c4-4b72-994c-30170ab14f2d is still running. Attempt to cleanup the service has failed.
I have gone through the Health status of server and found the cause of Service interrupt is due to high disk space utilization. I have verified the MSDTC log file but haven't found any error which indicates any issue from MSDTC service end.
Generally MSDTC log consuming 4 MB space and currently there is 5 GB disk space is allocated to MSDTC service.
I am still struggling to find the RCA... Please help on same.