multiple xml schemas in single receive pipeline

Home Page Forums BizTalk 2004 – BizTalk 2010 multiple xml schemas in single receive pipeline

Viewing 1 reply thread
  • Author
    Posts
    • #17262
      Hi All,
      
      I have one mq series queue which process multiple xml message types. To 
      achieve this i have a receive pipeline with multiple disassembler xml 
      components one for each schema specified in the document schema property. 
      After deploying it recognizes the first message and process. But fails for 
      second message. Error message received in event viewer is
      
      There was a failure executing the receive pipeline: "BizTalkQueue.Receive, 
      BizTalkQueue, Version=1.0.0.0, Culture=neutral, 
      PublicKeyToken=87e1951975d24ed7" Source: "XML disassembler1" Receive Port: 
      "QueueReceivePort" URI: "MQS://10.177.150.142/CRNBD/INPUTSHASHI" Reason: No 
      Disassemble stage components can recognize the data. 
      
      Do i need to set any other property?
      
      Appreciate your help.
    • #17270

      YetAnotherAnon,

      I'm a bit mystified by your error. Perhaps I didn't understand what you have set up.

      You have a receive pipeline and you have added the XmlDisassembler component to the disassemble stage. Then you have the configured the component. You have given it several schemas in the appropriate property.

      Then you have deployed your project and configured a receive location to use your new pipeline.

      Is this correct?

      By the way, why do you "multiple disassembly components". You only one, configured with all of your schemas – it's a collection of schemas.

      John D.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.