When MS DTC fails to start and you get an error like: Когда MS DTC не загружается и вы получите ошибку типа:
“The Distributed Transaction Coordinator service terminated with service-specific error 3221229584 (0xC0001010).” "Распределенных транзакций координатор службы прекращается со службой конкретные ошибки 3221229584 (0xC0001010)."

You know you are in trouble. Вы знаете, вы в беде. Fortunately there is a simple solution. К счастью, есть простое решение.

You can find the actual error from Event Viewer: Вы можете найти фактические ошибки из Event Viewer:
“MS DTC log file not found. "MS DTC лог-файл не найден. After ensuring that all Resource Managers coordinated by MS DTC have no indoubt transactions, please run msdtc -resetlog to create the log file.” После того чтобы все менеджеры ресурсов координируется MS DTC не indoubt сделок, выполните msdtc-resetlog создавать лог-файла. "

That is pretty much what you do. То есть очень похоже, что вы делаете. After restarting the machine type in cmd / command prompt: После перезагрузки машины типа cmd / командной строки:
msdtc -resetlog msdtc-resetlog

Now start the service again and it will start without a problem. Теперь запустим сервис, и он снова начнет без проблем.