nable Biztalk Failed Message Routing in Orchestration Home Page › Forums › BizTalk 2004 – BizTalk 2010 › nable Biztalk Failed Message Routing in Orchestration This topic has 2 replies, 1 voice, and was last updated 9 years, 2 months ago by community-content. Viewing 1 reply thread Author Posts February 6, 2014 at 3:36 AM #26253 community-content 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. February 8, 2014 at 12:36 PM #26256 community-content 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. February 11, 2014 at 1:54 AM #26258 community-content Where I can find the schema of the Error Message such that I can create in Orchestration catch exception block? Thanks. Author Posts Viewing 1 reply thread The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies. Log in / Register