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.

You receive a run-time exception but not an error message if the Copy Processing Instructions (PIs) property is set for multipart transform maps in BizTalk Server 2004


View products that this article applies to.

Symptoms

In Microsoft BizTalk Server 2004, the XLANG engine may throw a run time exception that is similar to the following:

Error encountered while executing the transform Transform_encoding.Transform_UTF_8.
Error: Invalid input/output document into/from the transform. Does not have a single root node

Exception type: XTransformationFailureException
Source: Microsoft.XLANGs.Engine
Target Site: Void ApplyTransform(System.Type, System.Object[], System.Object[])
Help Link:
Additional error information:
You do not receive an error message in the compiler.

↑ Back to the top


Cause

This problem may occur if you have a transform shape in your orchestration that is transforming from multiple messages to multiple-part messages (many to many) and if the source documents (messages) have the Processing Instructions (PI) property and the Copy Processing Instructions property is set on the map.

↑ Back to the top


More information

The Copy Processing Instructions (PIs) property copies instructions only from one message to another single message. You cannot copy PIs to or from all the parts in multipart mappings (one-to-many or many-to-one).

You do not receive an error message in the compiler under these conditions. Instead, the XLANG engine throws a run-time exception.

↑ Back to the top


Keywords: KB870610, kbprb, kbbtsmessaging, kbbtsorchestration, kbbiztalk2004-2006swept

↑ Back to the top

Article Info
Article ID : 870610
Revision : 2
Created on : 8/11/2006
Published on : 8/11/2006
Exists online : False
Views : 299