Shailender Singh
Shailender Singh

Reputation: 1037

How to debug a Receive and Send ports in BizTalk Admin Console?

I have couple of Receive and Send ports, they are working fine except one of them.

So do we have any way by which I can debug or look at the sequence in which the ports are executed and get the details as to why that particular port is not working?

Upvotes: 2

Views: 579

Answers (1)

Jay
Jay

Reputation: 14471

Turn on tracking on your orchestration. In the management console group hub look at 'tracked message events'. You can also view the progress within an orchestration. Right click on an orchestration tracking event and you can find orchestration debugger there.

Upvotes: 1

Related Questions