12-28-04 10:49 PM
Hi,
I have an BTS 2004 Orchestration which has a Scope and an
exception handler of System.SystemException
I have a map inside the above scope and when the map
fails the exception is not being caught even though
XTransformationFailureException derives from
System.SystemException.
If I put a generalexception block, the error is being
caught, but I'm curious why the Error is not being caught
if I use System.SystemException block.
Any body has run into this or similar kind of issue and
any help would be appreciated.
Thanks,
Deepak
The detailed Error is below
Description:
Uncaught exception terminated service Testing.Test
(adf8d7d8-16b9-00f8-2feb-b8887804ec75), instance 490fca7b-
9630-49ec-a6c1-4d19deccea08
Error encountered while executing the transform
RMIC.B2B.Common.Maps.LOANCASE_to_test.
Error:Transformation failed..
Exception type: XTransformationFailureException
Source: Microsoft.XLANGs.Engine
Target Site: Void ApplyTransform(System.Type,
System.Object[], System.Object[])
Help Link:
Additional error information:
Function 'userVB:MyConcat()' has failed.
Exception type: XsltException
Source: System.Xml
Target Site: Void InvokeFunction
(System.Xml.XPath.XPathNavigator,
System.Xml.XPath.XPathNodeIterator)
Help Link:
Additional error information:
Exception has been thrown by the target of an invocation.
Exception type: TargetInvocationException
Source: mscorlib
Target Site: System.Object InternalInvoke(System.Object,
System.Reflection.BindingFlags, System.Reflection.Binder,
System.Object[], System.Globalization.CultureInfo,
Boolean, System.Reflection.Assembly, Boolean)
Help Link:
Additional error information:
Cannot create ActiveX component.
Exception type: Exception
Source: Microsoft.VisualBasic
Target Site: System.Object CreateObject(System.String,
System.String)
Help Link:
Additional error information:
[ Post a follow-up to this message ]
|