file duplication to send port location

Home Page Forums BizTalk 2004 – BizTalk 2010 file duplication to send port location

Viewing 1 reply thread
  • Author
    Posts
    • #14199

      Hi

      A simple question for you gurus out there.

      I have run two simple messaging examples:
      The first one was just a flat file coming into the recieve port, was disassembled in a custom pipeline then output to the send port as xml file. This output just the one file as it should.

      I then built a simple orchestration that does exactly the same thing with just receive and send shape with appropriate configured ports. I then bound my configured ports to the physical ports I created for the first example. On adding my file to the recieve location the message is duplicated in the send location rather than just the once.

      I remember seeing this on some tutorial, but I can’t remember what causes the duplication of the message.

      In HAT I have 4 \”Completed\” processes in the following time order:

      CustomRecievePipeline > XMLTransmit Send Pipeline > Orchestration > XMLTransmit Send Pipeline.

      Any ideas?
      Cheers

    • #14198

      Have you checked that the old send port is not configured anymore to pick up messages from the same Receive Port that is bound to the orchestration?

      If so, the incoming message would match two different subscriptions and go both to the orchestration for processing as well as going out the send port. If this is the case, fixing it should be a matter of just removing any filter expressions in the send port configuration.

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