Welcome to MSDN Blogs Sign in | Join | Help

MADHU@MICROSOFT BLOG

All About Distributed apps

Syndication

News

Madhu Ponduru works at Microsoft. Everything here, though, is his personal opinion and is not read or approved by Microsoft before it is posted. No warranties or other guarantees will be offered as to the quality of the opinions or anything else offered here.
System.Transactions Trace

Add following info to your application config file to trace System.Transactions calls

<configuration>
<system.diagnostics>
     <sources>
          <source name="System.Transactions" switchValue="Information">
               <listeners>
                    <add name="tx"
                     type="System.Diagnostics.XmlWriterTraceListener"
                     initializeData= "tx.log" />
               </listeners>
          </source>
     </sources>
</system.diagnostics>
</configuration>

 

MORE INFO:

 

once you got trace file, you can open the trace in SvcTraceViewer.exe

 

You can enable MSDTC transaction trace,CM trace to know more about transaction also

 

Reference:

 

http://msdn2.microsoft.com/en-us/library/ms229979.aspx

 

http://msdn2.microsoft.com/en-us/library/ms678891.aspx

 

http://support.microsoft.com/kb/926099

 

http://support.microsoft.com/kb/898918/

 

 

 

 

Published Monday, February 18, 2008 3:52 PM by madhu_ponduru@hotmail.com

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# WS-AT TRACING @ Monday, February 18, 2008 7:06 PM

Tracing The WS-AT protocol service supports integrated, transaction specific tracing that can be enabled

MADHU@MICROSOFT BLOG

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement  
Page view tracker