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
1
vote
1 answer

TFS - How much nesting on disk structure

We just got TFS installed and ready go. I'm trying to decide on the disk structure. Let's suppose I have two BizTalk projects called Common and BookTransfer (in actuality I have 7). [At this client, we adopted the style of having schemas, orchs,…
NealWalters
  • 17,197
  • 42
  • 141
  • 251
1
vote
1 answer

BizTalk Scheduled Task Adapter v5 fails - unable to cast object

I have v5 of the BizTalk scheduled task adapter installed to test and live servers. It is configured to run with the following class - triggered every 2 minutes ScheduledTaskAdapter.TaskComponents.FileStreamProvider,…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200
1
vote
1 answer

How can we deploy a BizTalk solution from BizTalk Deployment Framework using command prompt

I have a biztalk solution and configuration file (.btdfproj) included in the solution, using which the deployment is done. The solution have multiple projects and all are deployed using the same configuration file mentioned above. I also publish a…
Varun Bajpai
  • 545
  • 5
  • 20
0
votes
1 answer

Why is my BTDF build msi failing to deploy into Biztalk?

I have a dev machine where I do my development for biztalk 2020 using framework 4.8 and BTDF V5.8. When I install my apps using the Visual studio 2019 Biztalk extensions I can install the applications no issues. And the with the following settings…
Ivan
  • 7
  • 3
0
votes
1 answer

How to deploy two services under two different applications in IIS using BTDF

I have a requirement wherein I need to deploy two different services under two different application in IIS using BTDF. IIS://localhost/w3svc/1/Root using IISMetabasePath I can deploy multiple services but that…
Nemo
  • 5
  • 2
0
votes
1 answer

BizTalk 2020 with BTDF & Azure Pipelines - Application dependencies

Currently transitioning from BizTalk 2013r2 to 2020, and implementing Azure Pipelines to automate deployment with BTDF. So far, we're able to deploy our Core applications, but we've just realised there are dependencies with the 'child applications'…
0
votes
1 answer

BizTalk Deployment: File is not a valid BizTalk Assembly

I am using BizTalk 2020 and I have a project that I recently upgraded from BizTalk 2006. I have into the following error: BTSTask.exe AddResource -Type:BizTalkAssembly -Source:"....\xxx.dll" -ApplicationName:"app1"…
Ivan
  • 7
  • 3
0
votes
1 answer

Getting the following BTDF Error - export settings file not being found

I have BizTalk 2020 project, which builds no errors. I installed the visual studio 2019 plugin for BizTalk 2020, I also installed BTDF v5.8 and setup a deployment project with the necessary exported settings. And I have tried to search for solution…
Ivan
  • 7
  • 3
0
votes
1 answer

msb4018: the "createvirtualdirectory" task failed unexpectedly

While deploying Biztalk application I am getting below error: \Program Files (x86)---- for BizTalk 1.0.0\1.0\Deployment\Framework\BizTalkDeploymentFramework.targets(1829,5): error MSB4018: The "CreateVirtualDirectory" task failed…
0
votes
1 answer

CustomPostDeployTarget invoking before ApplicationStart(Biztalk Deployment Framework)

As per BizTalk Deployment Framework : CustomPostDeployTarget Runs just after the Deployment Framework has deployed all artefacts and started the BizTalk application and just before the BizTalk hosts are restarted. So in order to unenlist some send…
0
votes
1 answer

BizTalk Deployment Framework Solution Deployment Restarts all Host instances

When I deploy my solution using BTDF, all Host instances are getting restarted while I need only 3 to restart for this BT App. I have the 3 hosts identified in the SettingFileGenerator.xml file (SendHost, ReceiveHost and ProcessingHost) and here is…
jepaulin
  • 3
  • 1
0
votes
1 answer

How to override BTDF Settings file name?

I am creating the release pipeline for the BizTalk solution (2010) in Azure DevOps. In BTDF - the environment specific settings file generated, will be of the format Exported_DevSettings, Exported_TestSettings. But the BTDF - deploy in azure…
0
votes
0 answers

How force teamcity to use BTDF 6.0

We are upgrading from BizTalk 2013 R2 to BizTalk 2016. While we were in BizTalk 2013 R2, we used version Deployment framework for Biztalk 6.0(BTDF). but for BizTalk 2016, we need to have BTDF version 5.7. And our current team city server has BTDF…
0
votes
1 answer

Updating the Biztalk assemblies without removing/undeploying the dependent ports which uses it

I am trying to add a resource using the BTSTASK command line and it works fine. BTSTASK.EXE AddResource -Type:BizTalkAssembly /Source:dllpath /ApplicationName:myapp /Options:GacOnAdd,GacOnImport,GacOnInstall /Overwrite But when the Biztalk…
Navaneet
  • 1,367
  • 1
  • 19
  • 44
0
votes
1 answer

BRE Policy - Where to Store Connection Strings for Db Facts

Using BizTalk 2016 FP3 CU5. I have a BRE Rule that accepts 4 typed xml documents and a single data connection. I've setup an orchestration to execute it using the call rules shape. I'm using the BizTalk Deployment Framework (BTDF) for deployment…
Rob Bowman
  • 7,632
  • 22
  • 93
  • 200