Discussion:
Can't ExecuteReceivePipeline, Help!!!
(too old to reply)
sep
2007-06-06 11:56:00 UTC
Permalink
i have this error in eventLog

XLANGs:
Uncaught exception (see the 'inner exception' below) has suspended an
instance of service
'KCS.CB.FTG.BPGS.Orchestration.SendProcessedFile(4695d626-2597-52be-1023-91643775173f)'.
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: b71bd654-fd6f-4af8-b11c-bb6f93fcc72e
Shape name: ExcuteRcvPipe
ShapeId: ba426b04-066d-4fdd-a46b-6eb9e1084035
Exception thrown from: segment 3, progress 11
Inner exception: There was a failure executing pipeline
"KCS.CB.FTG.BPGS.Pipeline.FTG.FTGGIROFlatFileReceivePipeline". Error details:
"No Disassemble stage components can recognize the data. ".

Exception type: XLANGPipelineManagerException
Source: Microsoft.XLANGs.Pipeline
Target Site: Microsoft.XLANGs.Pipeline.ReceivePipelineOutputMessages
ExecutePipeline(Microsoft.BizTalk.PipelineOM.ReceivePipeline,
Microsoft.XLANGs.BaseTypes.XLANGMessage)
The following is a stack trace that identifies the location where the
exception occured

at
Microsoft.XLANGs.Pipeline.XLANGPipelineManager.ExecutePipeline(ReceivePipeline p, XLANGMessage inMsg)
at
Microsoft.XLANGs.Pipeline.XLANGPipelineManager.ExecuteReceivePipeline(Type
receivePipelineType, XLANGMessage inMsg)
at
KCS.CB.FTG.BPGS.Orchestration.SendProcessedFile.segment3(StopConditions
stopOn)
at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s,
StopConditions stopCond, Exception& exp)
Additional error information:

DummyText

Exception type: BTSException
Source: Microsoft.BizTalk.Pipeline
Target Site: Microsoft.BizTalk.Component.Interop.IBaseComponent
ProbeMessage(Microsoft.BizTalk.PipelineOM.IBTMPipelineContext,
Microsoft.BizTalk.Message.Interop.IBaseMessage)
The following is a stack trace that identifies the location where the
exception occured

at Microsoft.BizTalk.PipelineOM.Stage.ProbeMessage(IBTMPipelineContext
pc, IBaseMessage msg)
at
Microsoft.BizTalk.PipelineOM.Stage.GetNextComponentToExecute(IBTMPipelineContext pc, IBaseMessage msg)
at
Microsoft.BizTalk.PipelineOM.DisassemblingParserStage.Disassemble(IBTMPipelineContext pc, IBaseMessage inMsg, Int32 dasmStageIndex)
at Microsoft.BizTalk.PipelineOM.ReceivePipeline.Execute(IBaseMessage msgIn)
at
Microsoft.BizTalk.PipelineOM.PipelineManager.ExecuteReceivePipeline(ReceivePipeline
receivePipeline, IBaseMessage message, Object interceptor, Stream
perInstanceCofigStrm, Object transaction, IPipelineContext pBTMPipeCtx)
at
Microsoft.BizTalk.PipelineOM.PipelineManager.ExecuteReceivePipeline(ReceivePipeline receivePipeline, IBaseMessage msg, IResourceTracker& rt)
at
Microsoft.XLANGs.Pipeline.XLANGPipelineManager.ExecutePipeline(ReceivePipeline p, XLANGMessage inMsg)


-----------------------------------------------------------------------------------------

the expression shape that have error:

RcvPipeFTGGiroOutput =
Microsoft.XLANGs.Pipeline.XLANGPipelineManager.ExecuteReceivePipeline(typeof(KCS.CB.FTG.BPGS.Pipeline.FTG.FTGGIROFlatFileReceivePipeline), MsgDataFile);

detail of this expression shape:
- this is in atomic scope
- i execute receivepipeline of this inside decide shape
- MsgDataFile is get from StringUtility.ByteArrayToString(DataFile);
which DataFile = System.Convert.FromBase64String(___Variable___)
and MsgDataFile is Create Above the decide shape that have execute
receivepipeline expression shape



what's wrong, i'm stucking for a day , anyone can help me


,Thank you in advance
Paul Somers
2007-06-15 06:33:59 UTC
Permalink
Hi,

What the error "No Disassemble stage components can recognize the data"
means is that the message you are sending to the pipeline is not recognized
by the pipeline, either you didn't specify the envelop and document schema
in the pipeline config, or the document you sent is not matching the
namespace and root node of the schema you did specify.

Paul
Post by sep
i have this error in eventLog
Uncaught exception (see the 'inner exception' below) has suspended an
instance of service
'KCS.CB.FTG.BPGS.Orchestration.SendProcessedFile(4695d626-2597-52be-1023-91643775173f)'.
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: b71bd654-fd6f-4af8-b11c-bb6f93fcc72e
Shape name: ExcuteRcvPipe
ShapeId: ba426b04-066d-4fdd-a46b-6eb9e1084035
Exception thrown from: segment 3, progress 11
Inner exception: There was a failure executing pipeline
"No Disassemble stage components can recognize the data. ".
Exception type: XLANGPipelineManagerException
Source: Microsoft.XLANGs.Pipeline
Target Site: Microsoft.XLANGs.Pipeline.ReceivePipelineOutputMessages
ExecutePipeline(Microsoft.BizTalk.PipelineOM.ReceivePipeline,
Microsoft.XLANGs.BaseTypes.XLANGMessage)
The following is a stack trace that identifies the location where the
exception occured
at
Microsoft.XLANGs.Pipeline.XLANGPipelineManager.ExecutePipeline(ReceivePipeline
p, XLANGMessage inMsg)
at
Microsoft.XLANGs.Pipeline.XLANGPipelineManager.ExecuteReceivePipeline(Type
receivePipelineType, XLANGMessage inMsg)
at
KCS.CB.FTG.BPGS.Orchestration.SendProcessedFile.segment3(StopConditions
stopOn)
at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s,
StopConditions stopCond, Exception& exp)
DummyText
Exception type: BTSException
Source: Microsoft.BizTalk.Pipeline
Target Site: Microsoft.BizTalk.Component.Interop.IBaseComponent
ProbeMessage(Microsoft.BizTalk.PipelineOM.IBTMPipelineContext,
Microsoft.BizTalk.Message.Interop.IBaseMessage)
The following is a stack trace that identifies the location where the
exception occured
at Microsoft.BizTalk.PipelineOM.Stage.ProbeMessage(IBTMPipelineContext
pc, IBaseMessage msg)
at
Microsoft.BizTalk.PipelineOM.Stage.GetNextComponentToExecute(IBTMPipelineContext
pc, IBaseMessage msg)
at
Microsoft.BizTalk.PipelineOM.DisassemblingParserStage.Disassemble(IBTMPipelineContext
pc, IBaseMessage inMsg, Int32 dasmStageIndex)
at Microsoft.BizTalk.PipelineOM.ReceivePipeline.Execute(IBaseMessage msgIn)
at
Microsoft.BizTalk.PipelineOM.PipelineManager.ExecuteReceivePipeline(ReceivePipeline
receivePipeline, IBaseMessage message, Object interceptor, Stream
perInstanceCofigStrm, Object transaction, IPipelineContext pBTMPipeCtx)
at
Microsoft.BizTalk.PipelineOM.PipelineManager.ExecuteReceivePipeline(ReceivePipeline
receivePipeline, IBaseMessage msg, IResourceTracker& rt)
at
Microsoft.XLANGs.Pipeline.XLANGPipelineManager.ExecutePipeline(ReceivePipeline
p, XLANGMessage inMsg)
-----------------------------------------------------------------------------------------
RcvPipeFTGGiroOutput =
Microsoft.XLANGs.Pipeline.XLANGPipelineManager.ExecuteReceivePipeline(typeof(KCS.CB.FTG.BPGS.Pipeline.FTG.FTGGIROFlatFileReceivePipeline),
MsgDataFile);
- this is in atomic scope
- i execute receivepipeline of this inside decide shape
- MsgDataFile is get from StringUtility.ByteArrayToString(DataFile);
which DataFile = System.Convert.FromBase64String(___Variable___)
and MsgDataFile is Create Above the decide shape that have execute
receivepipeline expression shape
what's wrong, i'm stucking for a day , anyone can help me
,Thank you in advance
Loading...