sql - View a message as it works through a BizTalk orchestration? -


i trying find out value getting dropped biztalk 2006 r2 progresses through orchestration. have been using health , testing utility , can see message ids move through, have hard time figuring out how them see values?

i tried going sql , executing readmessage proc, returned empty values.

any ideas how find specific message?

you want use orchestration debugger tool , put break point in orchestration, run message through , find suspended orcherstration, , debug it.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -