Book Image

Getting Started with BizTalk Services

Book Image

Getting Started with BizTalk Services

Overview of this book

Table of Contents (17 chapters)
Getting Started with BizTalk Services
Credits
Foreword
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Troubleshooting bridges


Earlier, we saw how to troubleshoot two stages of bridges, namely the schema validation stage and the transform stage. While using custom code inside a bridge, things can get difficult if the message processing runs into errors. It is recommended that you use IMessageInspectorContext.Tracer to log the System.Diagnostics.TraceEventType error as part of the custom code. These statements would be surfaced in the WADLogsTable mentioned earlier.