Home Page › Forums › BizTalk 2004 – BizTalk 2010 › No Disassemble stage components can recognize the data
- This topic has 3 replies, 1 voice, and was last updated 9 years, 1 month ago by
community-content.
-
AuthorPosts
-
-
August 30, 2010 at 2:55 AM #25783
Normal
0false
false
falseEN-ZA
X-NONE
X-NONEI am trying to run a very simple BizTalk project. At them
moment the only components I am using are a file receive port, an XSD and a
file send port. The send port is hooked up the the receive port so it just
sends out whatever comes through the port. The problem lies in the receive
pipleine. I keep getting the same error “No Disassemble stage components
can recognize the data”.I have used Visual Studio’s XSD validator to validate
that the flat file I am using fits the schema correctly. I have made sure that
the schema is deployed to the server. I have tried specifying the
DocumentSpecName in the XML Receive piepline, didn’t help. I created my own
cusomt pipeline with kjust an XML dissasemble component, with the schema
explicitly specified, still no good.Pleas help, I thought this was going to be simple.
As far as I am aware I don;t need an orchestration or a
map or anything, currently I only have the receive port and the send port.Thank You,
Sean
-
August 30, 2010 at 7:53 AM #25785
Hi Sean,
Is your Biztalk project using a custom receive pipeline? If so, that could be the issue: check your receive location and make sure that you are using the correct pipeline in the receive pipeline setting in the general tab. See the following BizTalkGurus blog for more information:
Daniel.
-
August 30, 2010 at 11:42 PM #25800
I’ve tried using both the default XML Receive pipeline (with and without the document schema specified) as well as a custom pipeline (that is nothing more than an XML dissasemble with the schema specified) neither scenario resolves the problem.
Sean
-
September 1, 2010 at 8:57 AM #25841
Try using a flat file disassembler component instead of the XML disassembler component in your custom pipeline.
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.