BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

bounce clustered host instance #458

Closed andDev123 closed 5 years ago

andDev123 commented 5 years ago

Hi,

We've a biztalk application that uses a clustered host instance. To deploy the application we use BTDF TFS release pipeline tasks. The clustered host instance needs to be restarted after deploy so we configure BTDF to bounce this host in the btdfproj file. We don't have any errors during execution of the TFS release pipeline (BTDF deploy) However the clustered host instance is down after deploy. In the btdf logs we can see a stop command and a start command. However in the event log on the host server we only see the stop command. We've noticed that it takes some time to stop the clustered host (around one minute) The issue is intermittent.

Any idea what could be wrong here? Anybody got similar issue with btdf release involving clustered hosts?

andDev123 commented 5 years ago

Sorry, I'm closing this. No issue in btdf. Wrong configuration from our part of the release pipeline task. I'm quite sure that the check box 'multiple' was set for 'Targets to deploy to in parallel' option causing this issue.