Hi All,
I am facing issue like below:
xlang/s engine event log entry: Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'HP.GSSC.SPS.BizTalk.orcShared_PurchaseOrder_Process(9d7eb64b-0dc1-c041-cfc6-311e70a120de)'. 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: afc688e2-e822-4d83-8dc7-251b30133ab4 Shape name: ConstructMessage_1 ShapeId: 91a87fd2-310f-4cc3-93f8-37a8fb60ab91 Exception thrown from: segment 1, progress 65 Inner exception: Error encountered while executing the transform HP.GSSC.SPS.BizTalk.Shared_PurchaseOrder_Process.Transform_Add_Report_To_PurchaseOrder. Error:Transformation failed.. Exception type: XTransformationFailureException Source: Microsoft.XLANGs.Engine Target Site: Void ApplyInMemoryTransform(System.Type, Microsoft.XLANGs.RuntimeTypes.TransformMetaData, System.Object[], System.IO.Stream[]) The following is a stack trace that identifies the location where the exception occured at Microsoft.XLANGs.Core.Service.ApplyInMemoryTransform(Type mapRef, TransformMetaData trfMetaData, Object[] outParams, Stream[] inStreams) at Microsoft.XLANGs.Core.Service.ApplyTransform(Type mapRef, Object[] outParams, Object[] inParams) at HP.GSSC.SPS.BizTalk.orcShared_PurchaseOrder_Process.segment1(StopConditions stopOn) at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s, StopConditions stopCond, Exception& exp) Additional error information: Exception has been thrown by the target of an invocation. Exception type: TargetInvocationException Source: mscorlib Target Site: System.Object InvokeMethod(System.Object, System.Object[], System.Signature, Boolean) The following is a stack trace that identifies the location where the exception occured at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Microsoft.XLANGs.BaseTypes.CompiledXsltWrapperTransform.Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver resolver)
By the above error it can confirm that service is failed at orchestration level. and my transaction type is atomic at orchestration level.
So here the issue is when I am trying to open the instance in orchestration debugger then I am getting the below error:
"Tracking database does not have any records".
Could you please explain to me what are route causes for this.
Note:I have checked same message is binded to the incoming message and there is host level tracking also available.
Thanks.