Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

The exception block variable is not visible in the "Call Orchestration" shape or in the "Start Orchestration" shape in a BizTalk Server 2004 orchestration


View products that this article applies to.

Symptoms

In a Microsoft BizTalk Server 2004 orchestration, when you put a Call Orchestration shape or a Start Orchestration shape in a scope exception-handler block, the exception block variable is not visible in the Call Orchestration shape or in the Start Orchestration shape.

↑ Back to the top


Cause

This behavior occurs because accessing the exception block variable from the Call Orchestration shape or from the Start Orchestration shape is not supported in BizTalk Server 2004.

↑ Back to the top


Resolution

To resolve this behavior, create a local variable of the same type as the scope exception object. Then, use an Expression shape to assign the exception object value to the local variable. You can use this local variable in the Call Orchestration shape or in the Start Orchestration shape.

↑ Back to the top


Status

This behavior is by design.

↑ Back to the top


More information

For more information, visit the following Microsoft Developer Network (MSDN) Web sites:

↑ Back to the top


Keywords: KB901266, kbbtsorchestration, kbprb, kbinfo, kbtshoot

↑ Back to the top

Article Info
Article ID : 901266
Revision : 3
Created on : 5/21/2007
Published on : 5/21/2007
Exists online : False
Views : 380