Questions tagged [btdf]

BTDF - BizTalk Deployment Framework

The Deployment Framework for BizTalk eliminates the pain associated with BizTalk application deployments, and goes far beyond BizTalk’s out-of-the-box deployment functionality. It also includes additional tools to enhance developer productivity, such as binding file management.

Site at ... https://biztalkdeployment.codeplex.com/

50 questions
6
votes
1 answer

Is there someway to remove specific warning from an MSBuild run?

I'm getting warning in a BTDF MSBuild run like so ... EXEC : warning : If any of the assemblies were previously loaded by a Host Instance, it may be necessary to restart the Host Instance for changes to take effect. [C:\Program Files…
SteveC
  • 15,808
  • 23
  • 102
  • 173
6
votes
2 answers

Merging BizTalk binding files

I am using BizTalk Deployment Framework (BTDF) for deploying my BizTalk solution. If I have made any changes to BizTalk bindings, I export them from BizTalk Administration Console and replace my PortBindingsMaster.xml bindings file (created by BTDF)…
Arsen Magomedov
  • 480
  • 8
  • 21
3
votes
1 answer

Duplicate project GUID with MSBuild Runner

I have a solution with three projects which fails to be analyzed by SonarQube. It's a c# project, a BizTalk project (btproj) and a test project. The BizTalk and test-project both has project references to the c# project, while the test project has…
3
votes
1 answer

BizTalk Deployment and Business Rules

I am a newbie to BizTalk development, having only been using it properly for 6-7 weeks, so forgive my naivety. I have a basic BizTalk 2013 application in development and am ready to deploy to a test environment. I am using business rules to define…
2
votes
1 answer

IIS application creation fails with BTDF

In Biztalk 2010 and Biztalk Deployment Framework 5.0 (BTDF) I want a virtual directory to be created. I added the VDir sections in the .btdfproj file, but after deploy via the IDE (but also from the built MSI), I get these errors: C:\Program Files…
Patrick Peters
  • 9,456
  • 7
  • 57
  • 106
2
votes
2 answers

How to preprocess bindings file with Carriage Returns for BizTalk

I have a bindings XML file for BizTalk, the ports are WCF-WebHttp which is basically for calling rest services. These kind of ports have a HttpHeaders field where you normally put: Authorization: Basic ThenTHeToken ContentType:…
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
2
votes
2 answers

How can I set SB-Messaging adapter credentials securely?

I am developing a solution which involves reading messages from an Azure service bus queue using the BizTalk SB-Messaging adapter. I am using the BizTalk Deployment Framework to deploy the application without user input. Some adapters have an option…
Tom W
  • 5,108
  • 4
  • 30
  • 52
2
votes
1 answer

Passing parameters to Powershell

I have the following PS script: function Install-BizTalkApplication { param( [Parameter(Position=0,Mandatory=$true,HelpMessage="Msi file should be existing")] [ValidateScript({Test-Path $_})] [Alias("msi")] [string]$MsiFile, …
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
1
vote
1 answer

Azure devops release pipeline to deploy BizTalk application using BTDF

We are running BizTalk 2013 (non R2) currently and perform all of our deployments using BTDF. Whilst we are looking to move to BizTalk 2016, there is a desire to move to Azure devops (and git) first and I have started looking into how we might…
Kevin
  • 13
  • 3
1
vote
0 answers

BTDF error when targeting BounceAllBizTalkHosts (multi-server deployment)

I´m using BTDF v5.7 to deploy a BizTalk solution to BizTalk Server 2016. When deploying to our DEV environment (only one server) all goes well, but when we try to deploy to INT (two servers) it breaks on the second server (the one which have the…
Josto
  • 137
  • 11
1
vote
2 answers

Can BTDF deploy to a different SSO affiliate application than the name of the project?

I'm trying to use BTDF where the SSO affiliate application is named different than the BizTalk application. As far as I can tell, the projectname property is used for both the BizTalk application name and the SSO affiliate name. Does BTDF allow…
MikeDouglasDev
  • 1,331
  • 10
  • 22
1
vote
1 answer

Unable to add behaviorExtension in machine.config via c#

My BizTalk application requires me to add a custom behaviorExtension to my machine.config file. I install my application via MSI, via BizTalk Deployment Framework (BTDF), so I would like this to be done programmatically as well. Now I cannot seem to…
zurebe-pieter
  • 3,246
  • 21
  • 38
1
vote
3 answers

BizTalk deployment framework throws MSBuild errors MSB4061

I am having some problems with the BizTalk Development Framework. My BizTalk project builds completely fine. But when using the 'Deploy BizTalk Solution' option from Visual Studio MSBuild is not happy. I am deploying to a server that is on our…
Andy Midd
  • 79
  • 9
1
vote
1 answer

Customisation of BizTalk BTDF MSI Files

Is there a way via the BTDF configuration files to customize the Program Group, default installation folder and other high-level installer settings for a BizTalk BTDF generated MSI file? This would be in the latest BTDF version. As BTDF is built on…
Ben Jackson
  • 1,108
  • 6
  • 9
1
vote
2 answers

Changing Host Instance in BizTalk Deployment Framework

I am using BizTalk Deployment Framework to deploy my application. It is working in local machine. I want to deploy in Test Environment and it should be using Visual studio not by MSI. I am not sure where to change the HostInstance name.
Midhun Mathew
  • 2,147
  • 8
  • 28
  • 45
1
2 3 4