Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
hi all,
If we need biztalk to capture our text diagnostics tracing as we do for a normal win or web app..
just add this to the btsntsvc.exe.config <configuration> section. Thats it no special coding reqd..
trace from anywhere within biztalk orchestration, functoid etc.. it gets captured. in the text file.. specified in initializeData attribute.
<system.diagnostics>
<trace autoflush="true">
<listeners>
<add name="TextTracer"
type="System.Diagnostics.TextWriterTraceListener, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" initializeData="c:\Temp\BtsGameServiceTrace.log" />
</listeners>
</trace>
</system.diagnostics>
Comments
- Anonymous
April 16, 2008
PingBack from http://microsoftnews.askpcdoc.com/?p=3002