Home Page › Forums › BizTalk 2004 – BizTalk 2010 › AS2 Orchestration › Re: AS2 Orchestration
September 9, 2008 at 3:53 PM
#20660
The best way I have found to debug correlation is to use the admin console to run a query for all subscriptions. When your orchestration dehydrates to wait for the MDN, it should create an instance subscription based on the values on the correlation set. You can view these values and the exact filter expression using the admin console. When the MDN arrives, it should be suspended due to no subscribers found, and you should be able to check all of the context properties against the subscription.