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

BTDF 5.5 does not seem to gac dll's on first server #331

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

After updating from version 5.0 to 5.5 the deployment framework does not gac my dll's on the first server, only on the last server. This was not an issue in 5.0. No errors during deploy and the deploy log shows succeded on all tasks.

Is there any setting that i have to add to my Deployment.btdfproj file, or change a value in the targets file?

This work item was migrated from CodePlex

CodePlex work item ID: '10587' Vote count: '1'

tfabraham commented 6 years ago

[tfabraham@4/10/2014] The difference in behavior between the last server and other servers is the DeployBizTalkMgmtDB property. On the last server it's True which causes all of the management database work to happen, and in that case btstask.exe is adding the resources to BizTalk and GAC'ing at the same time. On the other servers, the Deployment Framework is just running gacutil.exe on the DLL's. I'm not sure what version of BizTalk you are using, but keep in mind that there are two GAC's, one for .NET 2.x/3.x and one for 4.x. Is your app actually failing at runtime? You should see the various gacutil.exe commands being called in the deploy log on the first server.

tfabraham commented 6 years ago

[UnknownUser@4/25/2014]

tfabraham commented 6 years ago

Issue closed by tfabraham with comment This is probably due to a user-defined script requiring an update for 5.5. No further information from the user after 2+ weeks.

Reason closed Can't Reproduce