Using the same name space and root tag in two different orchestrations.

Home Page Forums BizTalk 2004 – BizTalk 2010 Using the same name space and root tag in two different orchestrations.

Viewing 1 reply thread
  • Author
    Posts
    • #20753

       Hi all.

      This must be a common problem that many of you have come across.

      How do I make two parallell orchestrations receiving the same message from different input adapters?

      Im my case it is a question of duplicating the entire BizTalk Application so there is one test system and one production system.

       

    • #20755

      Try below. I never tried this way.

      Create a receive port and two receive locations with respective adapters. Create the orchestrations with first receive shape’s filter property to respective inboundtransporttype and subscribe the both orchestations to same receive port.

      • #20756

        For test and production, you should really set up separate BizTalk environments on separate servers.  If there is no way to get dedicated servers for test, set up test on a virtual pc somewhere (preferably not on the prod server).  Deploy your app to test, test it, export an MSI file from test, and install it on prod.  Maintaining 2 versions of your apps would inevitably lead to disaster.

        • #20759

          Thanks Russell and Sidhu.

          Other threads on this forum made me suspect that I’m threading dangerous grounds. I shall have to discuss the idea of having the testsystem in another BizTalk server. The production system must not be compromised, so I will use your words as an argument 🙂

           

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