When MS DTC fails to start and you get an error like: Lorsque MS DTC ne parvient pas à démarrer et vous obtenez une erreur de ce type:
“The Distributed Transaction Coordinator service terminated with service-specific error 3221229584 (0xC0001010).” "Le Distributed Transaction Coordinator service de fin de service spécifiques erreur 3221229584 (0xC0001010)."

You know you are in trouble. Vous savez que vous êtes en difficulté. Fortunately there is a simple solution. Heureusement, il existe une solution simple.

You can find the actual error from Event Viewer: Vous pouvez trouver les erreurs de Observateur d'événements:
“MS DTC log file not found. "MS DTC log file not found. After ensuring that all Resource Managers coordinated by MS DTC have no indoubt transactions, please run msdtc -resetlog to create the log file.” Après s'être assuré que tous les gestionnaires de ressources coordonné par MS DTC n'ont pas indoubt transactions, s’il vous plaît terme msdtc-resetlog de créer le fichier journal. "

That is pretty much what you do. C'est à peu près ce que vous faites. After restarting the machine type in cmd / command prompt: Après le redémarrage de type d'appareil dans cmd / invite de commande:
msdtc -resetlog msdtc-resetlog

Now start the service again and it will start without a problem. Maintenant, lancez à nouveau le service et il commencera sans un problème.