BizTalk Mapping 在執行時發生異常
-
2012年5月10日 上午 09:59
各位先進大家好,
在做Transform時發生問題, 已用Map 的 Test Map可以使用, 但Deploy上Server執行時, 却發生如下異常,
可否請問各位先進, 指導一下方向, 有沒有哪裡設定錯誤了呢?
Microsoft.XLANGs.Core.XTransformationFailureException: Error encountered while executing the t$ransform 846_GR.Mapping.EDIStageTOEDI. Error:Unable to create the transform.. ---> System.Xml.Xsl.XsltCompileException: (50,17) 發生 XSLT 編譯錯誤。請參閱 InnerException 以取得詳細資料。 ---> System.Xml.Xsl.XsltException: '' 是無效的 XPath 運算式。 ---> System.Xml.XPath.XPathException: 運算式必須演算出節點集。
於 MS.Internal.Xml.XPath.XPathParser.ParseNodeTest(AstNode qyInput, AxisType axisType, XPathNodeType nodeType)
於 MS.Internal.Xml.XPath.XPathParser.ParseStep(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParseRelativeLocationPath(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParseLocationPath(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParsePathExpr(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParseUnionExpr(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParseUnaryExpr(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParseMultiplicativeExpr(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParseAdditiveExpr(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParseRelationalExpr(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParseEqualityExpr(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParseAndExpr(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParseOrExpr(AstNode qyInput)
於 MS.Internal.Xml.XPath.XPathParser.ParseXPathExpresion(String xpathExpresion)
於 MS.Internal.Xml.XPath.QueryBuilder.Build(String query, Boolean allowVar, Boolean allowKey)
於 System.Xml.Xsl.XsltOld.Compiler.AddQuery(String xpathQuery, Boolean allowVar, Boolean allowKey, Boolean isPattern)
--- 內部例外狀況堆疊追蹤的結尾 ---
於 System.Xml.Xsl.XsltOld.Compiler.AddQuery(String xpathQuery, Boolean allowVar, Boolean allowKey, Boolean isPattern)
於 System.Xml.Xsl.XsltOld.Compiler.AddBooleanQuery(String xpathQuery)
於 System.Xml.Xsl.XsltOld.IfAction.CompileAttribute(Compiler compiler)
於 System.Xml.Xsl.XsltOld.CompiledAction.CompileAttributes(Compiler compiler)
於 System.Xml.Xsl.XsltOld.IfAction.Compile(Compiler compiler)
於 System.Xml.Xsl.XsltOld.Compiler.CreateIfAction(ConditionType type)
於 System.Xml.Xsl.XsltOld.ContainerAction.CompileInstruction(Compiler compiler)
於 System.Xml.Xsl.XsltOld.ContainerAction.CompileOnceTemplate(Compiler compiler)
於 System.Xml.Xsl.XsltOld.ForEachAction.Compile(Compiler compiler)
於 System.Xml.Xsl.XsltOld.Compiler.CreateForEachAction()
於 System.Xml.Xsl.XsltOld.ContainerAction.CompileInstruction(Compiler compiler)
於 System.Xml.Xsl.XsltOld.ContainerAction.CompileOnceTemplate(Compiler compiler)
於 System.Xml.Xsl.XsltOld.ContainerAction.CompileLiteral(Compiler compiler)
於 System.Xml.Xsl.XsltOld.ContainerAction.CompileOnceTemplate(Compiler compiler)
於 System.Xml.Xsl.XsltOld.TemplateAction.Compile(Compiler compiler)
於 System.Xml.Xsl.XsltOld.Compiler.CreateTemplateAction()
於 System.Xml.Xsl.XsltOld.ContainerActi

