Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.41 KB

basic-orchestration-design1.md

File metadata and controls

25 lines (18 loc) · 1.41 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Exception handling in the orchestration designer in BizTalk Server
Basic Orchestration Design
06/08/2017
biztalk-server
article

About Basic Orchestration Design

When you create a basic orchestration, you receive XML into the receive port of your orchestration. The XML is sent to the back-end system to be processed. In the back-end system, an exception could occur that could stop the orchestration and generate a fault. The exception that is produced, provides information that the orchestration did not complete.

Exception handling in the orchestration designer in BizTalk Server

When a fault occurs, the call is suspended. In the Event Viewer log, you can view the fault and the reason for the failure.

To prevent the orchestration from entering a suspended state and to redirect the fault, you can create a CatchExpression. To trap the exception generated by the back-end system, and to assist in locating the cause of the problem, you can use the Scope shape in your orchestration.

Add a scope shape to exception handling in the orchestration designer in BizTalk Server

See Also

Using BizTalk Server Exception Handling