Skip to content

Instantly share code, notes, and snippets.

@modul8com
Created December 4, 2013 08:38
Show Gist options
  • Save modul8com/7784196 to your computer and use it in GitHub Desktop.
Save modul8com/7784196 to your computer and use it in GitHub Desktop.
How to read your MSDTC log files ?
First open a Administrator Command Promnpt.
In there do a cd \windows\system32\msdtc
then:
msdtcvtr.bat -tracelog dtctrace.log.2013-11-21-18-01-40-0576-00 -o mylog
PS: don't try to browse with the file explorer, you can't get in c:\windows\system32\msdtc
@wsmelton
Copy link

One correction here is the batch file is located under C:\windows\system32\msdtc\Trace

@realtebo
Copy link

i obtain obly an empty csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment