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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -