Questions tagged [biztalk-deployment]

Relates to deployment of BizTalk applications and artifacts, whether via MSI, BTSTask or the Biztalk Deployment Framework. Included are the management of dependencies, and handling of Bindings associated with a deployment.

Deployment and management of BizTalk applications in an enterprise environment can be complex and requires planning.

Common resources for Biztalk deployment

Mechanisms for Deployment

Managing Bindings

Managing Dependencies in BizTalk applications

83 questions
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
4
votes
3 answers

BizTalk deployment errors

I got the following errors when I deployed my BizTalk project. Error 1 Failed to update binding information. Could not change the bindings for orchestration 'BizTalk_Server_test.BizTalk_Orchestration1,BizTalk Server test, Version=1.0.0.0,…
EmC
  • 111
  • 1
  • 7
4
votes
3 answers

Importing Biztalk bindings error

I am trying to deploy Biztalk project to my local Biztalk Server using Biztalk Deployment Framework and i am getting the following error: Information: Importing bindings "C:\Users...\PortBindings.xml" into application "Mdm" in BizTalk…
Arsen Magomedov
  • 480
  • 8
  • 21
3
votes
1 answer

Where solution build order is saved

I have a solution which contains multiple projects (csproj & btproj). I'm actually running BizTalk 2013 R2, so I'm developing under Visual Studio 2013. I have many powershell scripts to deploy my applications and I have to enhance them. I need to…
3
votes
4 answers

Deploy BizTalk Application via MSBuild

I am trying to setup up a continuous integration type environment for BizTalk. When source code is checked in, I need it to build then deploy to a build server. I have found BTSTask.exe but this seems to only be able to install an application from…
aceinthehole
  • 5,122
  • 11
  • 38
  • 54
3
votes
1 answer

ERROR: Could not contact the SSO server

I'm getting the following error on my dev machine when attempting to manage SSO settings: ERROR: 0xC0002A0F : Could not contact the SSO server 'SSODB'. Check that SSO is configured and that the SSO service is running on that server. The Enterprise…
BizTalkMama
  • 308
  • 1
  • 2
  • 13
3
votes
2 answers

How to keep deployed code on multiple BizTalk front ends in sync?

We have multiple BizTalk 2006 application servers, and I find it almost impossible to keep the versions of our projects in sync on them. It's a tedious process of deploying the MSI packages, importing them, matching up files in the GAC, deploying…
SqlRyan
  • 33,116
  • 33
  • 114
  • 199
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…
3
votes
4 answers

What are the primary advantages of Visual Studio Team Foundation Server over the other versions?

We are looking into the possibility of upgrading to Team Foundation Server 2008 for our development team. One of our primary reasons is some of the deployment capabilities surrounding BizTalk 2009, but I am curious what other benefits there are for…
Andrew Dunaway
  • 1,206
  • 3
  • 16
  • 29
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
1 answer

BizTalk 2009 Cumulative Update 2 installation problems

Back in April, I installed the BizTalk 2009 CU 2 hotfix in our development environment. All local (developer machine) installations were successful and have no problems. However, our QA server installation is having some problems that we cannot seem…
dramatix01
  • 65
  • 7
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
2 answers

Redeploying BizTalk application that is used by other applications

I'm trying to deploy a new version of a BizTalk application that contains common orchestrations for several applications (about 20 or so). The new version contains a new orchestration that will be used by several new applications. When I try…
Eric v
  • 21
  • 1
  • 2
2
votes
2 answers

Biztalk deployment/building problems

Has anyone ever bothered about the fact that BizTalk has a lot of annoying deployment/building problems. For example if I use c# assembly classes to be build/deployed I regularly get sgen.exe errors, which get fixed if I remove them from my…
WtFudgE
  • 5,080
  • 7
  • 47
  • 59
2
votes
3 answers

Multiple BizTalk Servers in a BizTalk Group - How to handle concurrency?

I'm currently responsible for putting up a multi environment BizTalk Deployment and we're planning on deploying two or more BizTalk Server in a BizTalk Group to provide High Availability and Scalability. Our concern now is how to handle concurrency…
1
2 3 4 5 6