Article ID: 945924 - Last Review: January 14, 2008 - Revision: 1.4 Error message when you use a map to transform messages in a BizTalk Server orchestration: "Uncaught exception (see the 'inner exception' below) has suspended an instance of service"SYMPTOMSConsider the following scenario:
Event Type: Error
Event Source: XLANG/s Event Category: None Event ID: 10030 Description: Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'BizTalk orchestration'. The service instance will remain suspended until administratively resumed or terminated. If resumed the instance will continue from its last persisted state and may re-throw the same unexpected exception. InstanceId: instance id Shape name: shape name ShapeId: shape id Exception thrown from: segment number, progress number Inner exception: Error encountered while executing the transform project name.map name. Error:Unable to create the transform. Resolving of external URIs was prohibited. CAUSEThis issue can occur if the XSLT file that is defined in the Custom XSL Path Grid Properties uses the <xsl:import> element or the <xsl:include> element to import or to include an external XSLT file. WORKAROUNDTo work around this issue, make sure that the XSLT file that is defined in the Custom XSL Path Grid Properties contains all the code that is required to transform the message. STATUS
This behavior is by design. MORE INFORMATIONThe <xsl:import> element is used to import an external XSLT file. The <xsl:include> element is used to include an external XSLT file. You cannot use these elements in custom XSLT files that are defined in the Custom XSL Path Grid Properties in a BizTalk project. You cannot do this because a Uniform Resource Identifier (URI) that is defined in an external XSLT file may be from a nonsecure source such as the Internet. APPLIES TO
| Article Translations
|

Back to the top
