0

I am trying to find out where a value is getting dropped by BizTalk 2006 R2 as it progresses through my orchestration. I have been using the Health and Testing utility and can see the Message IDs as they move through, but have a hard time figuring out how to look them up to see their values?

I tried going into SQL and executing the ReadMessage proc, but that returned empty values.

Any Ideas how to find a specific message?

Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54
SpaceCowboy74
  • 1,367
  • 1
  • 23
  • 46

1 Answers1

0

You will want to use the Orchestration debugger tool and put a break point in the Orchestration, then run your message through and then find that suspended Orcherstration, and debug it.

Dijkgraaf
  • 11,049
  • 17
  • 42
  • 54