BizTalk Server High Availability and Disaster Recovery

Home Page Forums BizTalk 2004 – BizTalk 2010 BizTalk Server High Availability and Disaster Recovery

Viewing 1 reply thread
  • Author
    Posts
    • #22269

      Orchestration Execution:

      Consider there are five steps one by one are going to execute in a single Orchestration.

      As the all messages (steps) are getting stored into the MsgBox database. Suppose only 3 steps executed successfully and my primary sites goes down and somehow I am able to manage data to be replicate on to the secondary site.

      In that case how we can force to Biztalk to execute Orchestration from 4th step on secondary site?

    • #22351

      You need to create a BizTalk Server Group with two servers in that group.  This will provide both high availability and scalability for message processing.  The message box should be available via a clustered instance of SQL Server. You need two additional servers with Microsoft Windows Clustering Service installed in an active-passive configuration.  This way, if one of your BizTalk nodes goes offline the other will pick up the work automatically.  If both BizTalk nodes are up, they share the work load.  Lastly, if either of the SQL Server nodes go offline, the other will pick up the work load.  However the SQL Server nodes cannot share the work load since they are in an active-passive configuration. 

      Ben McFarlin
      BizTalk Consultant 

       

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