BizTalk Orchestration Debug Options

BizTalk Orchestration Debug Options


Introduction

When it comes to debugging orchestrations there are several options you as a developer can choose. A developer can choose to use the orchestration debugger, use System.Diagnostic.Trace statements in Expression shapes, or framework like BizTalk.CAT.Instrumentation.  This article will discuss the several options for debugging your orchestrations.

Orchestration debugging

Using the Group Hub page in the BizTalk Server Administration console, you can debug your orchestrations by writing the information to the event log to trace the output or using custom code to track your business process. MSDN: Debugging orchestrations. It is also possible to directly debug the underlying XLang engine by attaching to the generated C# file, this is explain in the post 'Orchestration debugging'.

System.Diagnostics

One of the oldest tricks you as a developer can pull is using the print statement in expression shapes in an orchestration at critical points. This can be done by using the .NET System.Diagnostics.Trace and System.Diagnostics.Debug class libraries. You can use these libraries to write trace and debug information to one or more listeners like DebugView for instance. With this tool you can monitor debug output on your local system or on any computer on the network that you can reach via TCP/IP.

log4net

Another way of debugging similar to System.Diagnostic is log4net. Log4net is a port of the log4j framework to the .NET runtime and part of the Apache Logging Services project. This project is intended to provide cross-language logging services for purposes of application debugging and auditing. It is a tool that helps the programmer output log statements to a variety of output targets. It can enable to track orchestration events, without using the orchestration debugger and can be viewed as a substitute for it. The following resources can be used to download the tool, find guidance in usage and background information:

Frameworks

Another way of debugging your orchestration is using the Event Tracing for Windows. The BizTalk Instrumentation Best Practices Samples solution provides a reusable framework intended to help BizTalk developers enrich their solutions with high-performance instrumentation based on the Event Tracing for Windows (ETW) infrastructure.  The Microsoft's BizTalk Customer Advisory Team (CAT) build a framework on top of the ETW infrastructure and Thomas F. Abraham build the BizTalk CAT Instrumentation Framework Controller, which is an easy-to-use GUI for the BizTalk CAT Instrumentation Framework. This controller enables you to start and stop a trace and adjust filter options, and can easily enable real-time tracing to Microsoft Sysinternal DebugView (or other debuggers), to a log file or to both at the same time. The following resources can be used to download the tool, find guidance in usage and background information:

See Also



Leave a Comment
  • Please add 7 and 2 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
Page 1 of 1 (10 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Steef-Jan Wiggers edited Revision 16. Comment: Minor edit

  • Steef-Jan Wiggers edited Revision 13. Comment: Minor edit

  • Steef-Jan Wiggers edited Revision 10. Comment: Adjusted text

  • Steef-Jan Wiggers edited Revision 9. Comment: Added topics and resource links

  • Steef-Jan Wiggers edited Revision 7. Comment: Added text

  • Steef-Jan Wiggers edited Revision 6. Comment: Added text

  • Steef-Jan Wiggers edited Revision 5. Comment: Formatting

  • Steef-Jan Wiggers edited Revision 4. Comment: Added resource link

  • Steef-Jan Wiggers edited Revision 3. Comment: Added text

  • Steef-Jan Wiggers edited Original. Comment: Added note

Page 1 of 1 (10 items)