Home Page › Forums › BizTalk 2004 – BizTalk 2010 › How to track Oracle Adapter Error? › Re: How to track Oracle Adapter Error?
February 23, 2010 at 4:11 AM
#24273
I know this might be a bit too late for you :-). But as a service to others with the same problem:
Add a reference to Microsoft.ServiceModel.Channels and System.ServiceModel in your project.
Now you can catch the Microsoft.ServiceModel.Channels.Common.TargetSystemException and suspend the instance with a nice message.