nable Biztalk Failed Message Routing in Orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 nable Biztalk Failed Message Routing in Orchestration

Viewing 1 reply thread
  • Author
    Posts
    • #26253

      In Biztalk ReceivePort, we can enable failed message routing such that error message will be routed to the message box for further processing.

      But for orchestration, how to enable failed message routing, same as ReceivePort?

      Thanks.

    • #26256

      For an orchestration, you can implement a Scope shape with one or more Catch Exception shapes along with it, and use a Send port to output the error message if the flow of the orchestration falls into one of the Catch Exception shapes.

      • #26258

        Where I can find the schema of the Error Message such that I can create in Orchestration catch exception block? Thanks.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.