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

Feature: Option to skip stopped host instances on restart #351

Open tfabraham opened 6 years ago

tfabraham commented 6 years ago

//Check if ServiceState is 'Stopped' and ignoreStopped flag if ((_mode == ModeType.Restart && _ignoreStopped && currentServiceState == ServiceStateType.Stopped ) { this.Log.LogMessage("Skipping host instance due to ignore stopped flag: " + hostName + " on " + runningServer); continue; } Problem: host instance services may be disabled at the OS service level, but enabled in BizTalk. One workaround is to provide a SkipStoppedHostInstancesOnRestart-type of property.

This work item was migrated from CodePlex

CodePlex work item ID: '10714' Vote count: '2'