Reputation: 663
I have a BizTalk 2010 solution that polls a database table, retrieves unprocessed records, does a transform with a map and call a 3rd party service. The happy path is working.
Here is the workflow:
I would like to catch the following possible exceptions, create a message with exception info and call an internal exception handling service.
I was able to handle number 2 above by enabling Failed Message routing. Thanks to Greg.Forsythe.
My question is: How can I create a generic solution that will capture all exceptions and send exception info (such as exception datetime, message, stack trace etc.) to an internal service?
Upvotes: 0
Views: 3337
Reputation: 663
I was able to get an answer on the BizTalk General Forum. The short answer is "There is no way to catch all exceptions". Hit the link for some options.
Upvotes: 1