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

Issue: Host instances should be stopped as late as possible #267

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

When DeployPdbsToGac is True, the PDB's can be locked by the host instances. The BizTalk host instances must be stopped before any GAC deployments to prevent file locking issues. Currently the host instances are stopped very early in the process before basic validation is complete, which can cause the host instances to be left in a stopped state.

The host instances stop should be moved as late in the process as possible, just before GAC deployment occurs.

This work item was migrated from CodePlex

CodePlex work item ID: '10021' Assigned to: 'tfabraham' Vote count: '1'

tfabraham commented 6 years ago

[UnknownUser@4/9/2013] Resolved with changeset 72463.

tfabraham commented 6 years ago

[UnknownUser@5/16/2013]