Document type does not match any of the given schemas

Home Page Forums BizTalk 2004 – BizTalk 2010 Document type does not match any of the given schemas

Viewing 1 reply thread
  • Author
    Posts
    • #20927

      I receive this error from my send pipeline when trying to run messages through BizTalk 2006.

      “Document type “Development.POI.Pathology_In#Pathology_In” does not match any of the given schemas.”

      The problem is that I’m not referencing pathology_in in my send pipeline.

       

      My project works like this.

      Schema Pathology In is Mapped to a schema.clinic, which is mapped to schema.clinicout

       

      In the document collection for my send pipeline I reference schema.clinic (I need to use a promoted property in the filters for the send port and the second map is the outbound map on that sendport)

       

      The problem is in the assembly used in the pipeline.

       

      If I set the pipeline to passthru I get no errors, but all I get is a copy of my inbound message

      The same thing happens if I remove the assembly from the pipeline or set the document in the assembler to the Pathology_In schema.

       

      I’m lost, can anyone help?

       

       

       

    • #20937

      You haven’t described where you are mapping from your pathology_in message to the schema.clinic message – it sounds like the mapping isn’t working somewhere and the message that is passed to your send port is still the pathology_in message.

      I’m also thinking that your problem may be coming from the receive side rather than the send side, let me explain: if the error was on the send side, BizTalk will have already found a schema to associate with the message, so if its found a message in the MgmtDb on the way in (the receive port), it shouldn’t then have problems on the send side! I’m therefore thinking that your error is actually on the receive side….

      Either way, if you could advise on how you projects are structured and how they are
      deployed in BizTalk Applications; it would also be good to get a copy
      of the full error you are receiving from the Event Log.

      Cheers, Nick.

       

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