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
0
votes
1 answer

Running exe with BTDF Deployment in multi-server deployment

I was having one requirement for running some exe after the deployment of BizTalk application. I have added the script accordingly in btdf proj file:
TechGuru
  • 399
  • 8
  • 20
0
votes
1 answer

Deploy BizTalk application msi (created with BTDF) via msiexec

We are setting up deployment automation for our BizTalk MSIs that were created with BTDF. Currently the approach we're working on is by calling msiexec from our deployment toolset. However, we need to install the application in a different folder…
0
votes
1 answer

BizTalk deployment framework installation

I have installed BizTalk Deployment Framework5.7 (ThomasAbhram). When I open a project in VS 2013 and then try to add new project from solution explorer of opened project i can see "deployment Framework for BizTalk project". But when Go to Tools I…
bigB
  • 55
  • 9
0
votes
1 answer

Can SSO config only import selective SettingsFileGenerator.xml settings?

The SettingsFileGenerator.xml file seems to have two purposes. One is to set the SSO Config and the other is to dynamically replace settings in the PortBindingsMaster.xml for each environment. I am replacing dozens of values in the…
MikeDouglasDev
  • 1,331
  • 10
  • 22
0
votes
1 answer

Unrecognized escape characters in bindings with BizTalk Deployment Framework

I'm using BTDF and the settingfilegenerator to dynamically configure the bindings. My first binding was a SQL binding and it worked fine. However, most of my binding settings are UNC paths and I'm getting errors when trying to apply the settings. …
MikeDouglasDev
  • 1,331
  • 10
  • 22
0
votes
1 answer

Error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\BizTalk\BizTalkC.targets"

I am part of doing BizTalk server 2013 R2 CI and CD using VSTS. I am getting below error "Error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\BizTalk\BizTalkC.targets" was not found. Confirm that the path in the …
0
votes
2 answers

Configuring WCF ports in BTDF deployment

Currently for configuring WCF ports in BizTalk, I am giving username and password in the PortBindingsMaster file which anyone can see. This is a major security hole. I want to keep my username and password encrypted and also at the time of BTDF…
0
votes
1 answer

How to Deploy BizTalk Application into production Server?

I have the following doubts in BizTalk deployment: How to deploy the BizTalk application to the production server? When I am modify the existing BizTalk application like artifacts, custom pipeline/functions, custom classes, etc., how again do I…
Naidu
  • 1
  • 1
0
votes
2 answers

Unenlisting Orchestration using BTDF

I am working on a requirement where in we need to keep 2 out of 20 orchestrations in Unenlisted state. I am using BTDF for the deployment. Even if I keep state as Unenlisted in the binding file, at the end of the deployment BTDF will start the…
0
votes
1 answer

BizTalk Auto Deployment

I was able to build BizTalk applications using TFS automatic build but I am not sure how to do automatic deployment.I have tried BTDF but I am not getting how to do auto deployment using that.I am not able to find a suitable documentation/link for…
Midhun Mathew
  • 2,147
  • 8
  • 28
  • 45
0
votes
2 answers

BizTalk build using some tools

Is it possible to do Continuous integration. We are using Power shell script to deploy BTDF packages. I found many resources to do continuous integration for BizTalk using TFS but is it possible to do continuous integration. Is there any resources…
0
votes
2 answers

Where the vales like Userid and passwords are stored in SSO of BTDF

I have a query regarding BTDF SSO config setting. I am beginner with BizTalk. I am looking for SSO storage where credentials are stored and retrieved from SSO. I have built-in app located at C:\Program Files (x86)\Deployment Framework for BizTalk…
0
votes
1 answer

How do I update BizTalk solution using BTDF

When using BTDF and deploying the original deployment using installer package generated, existing application is deleted and new one is created, deleting history of orchestration execution. This would be a potential issue for our Organization as we…
Low Flying Pelican
  • 5,974
  • 1
  • 32
  • 43
0
votes
2 answers

Automated testing an Orchestration

I have an orchestration which polls data from a database (which is actually used by an ERP, so i am not able to manipulate data in this database), Once the polling port finds matching data it executes the orchestration and sends data to a third…
Low Flying Pelican
  • 5,974
  • 1
  • 32
  • 43
0
votes
2 answers

Generating BTDF settings file generator

I am using BizTalk server deployment framework (Sure many of Biztalkers do so) to generate environment specific bindings. When I'm deploying my solution to a new environment, I'm manually setting connection strings and URLs for sendports/receive…
Arsen Magomedov
  • 480
  • 8
  • 21