|
| Here's exception message,
System.Runtime.InteropServices.COMException (0xC0C01B13): Exception from
HRESULT: 0xC0C01B13.
at
Microsoft.BizTalk.Agent.Interop.IBTInstanceState.ReadReferencedMessageByID(Guid& msgID)
at
Microsoft.BizTalk.XLANGs.BTXEngine.BTXMessageState._retrieveBTMessage(IStateManager ctx)
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXMessageState._retrieveBTMessage()
at Microsoft.BizTalk.XLANGs.BTXEngine.BTXMessageState.GetPart(Int32
partIndex)
at Microsoft.XLANGs.Core.Part._slowProtectedRegisterWithValueTable()
at Microsoft.XLANGs.Core.Part.ProtectedRegisterWithValueTable()
at Microsoft.XLANGs.Core.Part.RetrieveAs(Type t)
at Microsoft.XLANGs.Core.Part.get_XmlDocument()
at Microsoft.XLANGs.Core.XSDPart.get_TypedValue()
at AllianceCapital.Aws.BizTalk.SUDs.segment10(StopConditions stopOn)
at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s,
StopConditions stopCond, Exception& exp)
This is only happening on our production environment and we've got two of
these and I don't know why this error got generated.
I believe this happens when orchestration tries to get the message.
My suspicion is that in my orchestration, a message is declared at the
global scope and use that global message to keep changed state after a step
and feed to next step while going over multiple steps. There's a loop that
makes this process repeated until some condition meets.
This error happens when the orchestration takes long pause (more than 9
hours) and repeat that process, I guess.
Anyone has any explanation for this?
I'm in really bad shape since this kind of error appears to be that the
whole system is not realiable.
Help me!!!
|
|