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
2
votes
8 answers

Error saving map. Stored procedure returned non-zero result

When manually deploying a simple application from Visual Studio 2012 to BizTalk Server 2013 (i.e. right-click -> deploy) I receive the error: Error 63 Failed to deploy map "". Error saving map. Stored procedure…
2
votes
1 answer

BizTalk Schema development Could not find schema information for the element

Please find the below sample XML format, for which I'm trying to build a schema's on BizTalk Solution. I was receiving the warning messages as warning BEC2004: Could not find schema information for the element 'ORX'. warning BEC2004: Could not find…
Software Enginner
  • 675
  • 2
  • 14
  • 43
2
votes
2 answers

Artifact already exists deployment error - how do I remove unnamed application artifacts?

I was developing a quick demonstration application for BizTalk 2010, and deployed the application without providing an application name in the project properties. It took me a minute to figure out why the application wasn't showing up in the BizTalk…
Ickster
  • 2,167
  • 4
  • 22
  • 43
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
2
votes
2 answers

How to set up a BizTalk active/active cluster

I am setting up a virtual environment as a proof of concept with the following architecture: 2 node web farm 2 node SQL active/passive fail-over cluster 2 node BizTalk active/active cluster The first two are straight forward, now I'm wondering…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1
vote
2 answers

BizTalk deployment including a web reference

Trying out BizTalk with a web service call The request/response is working fine on my own dev machine, but not on test ... Exported the MSI over to my deployment test server (a seperate virtual), created the application with the Application/Import…
SteveC
  • 15,808
  • 23
  • 102
  • 173
1
vote
1 answer

BizTalk looses port bindings when deploying

As the title says: every time I deploy from Visual Studio to BizTalk 2013 R2 the orchestration gets unbounded and unenlisted. The receive/send port looses its pipeline. I have tried to clean cached bindings on…
1
vote
0 answers

BizTalk Deployment 2016 through pipeline

I'm having trouble releasing my zip file that has been build onto my BizTalk server. The specific problem occurs when i try to do a CreateApplication inside of the buildpipeline. My pipeline consists of a Source control and 2 servers. Push change…
1
vote
2 answers

Use msbuild to deploy BizTalk 2009 project

When I run msbuild on my BizTalk 2009 .btproj file, the default targets execute and the project is built. Is there a target I can invoke to deploy the project?
Jeremy Stein
  • 19,171
  • 16
  • 68
  • 83
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
vote
2 answers

Publish BizTalk orchestration as wcf service into remote IIS

I am trying to publish my BizTalk Orchestration to IIS. When I try with my local IIS it is working. But when I try with a remote IIS it says host not found. Is there any way to do this? I am using BizTalk Server 2013 R2 and IIS 8.5 In the remote…
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
2 answers

BizTalk error: failed while updating the application "BizTalk.System"

I'm using biztalk 2009 and trying to deploy via vs.net 2008. My project is just an empty BizTalk application with an empty orchestration. I've created a strong name key file and selected it in the Project properties under "Signing". I've also…
dtc
  • 10,136
  • 16
  • 78
  • 104
1
vote
0 answers

BizTalk 2013 CU2 + ESB : Failed to update resources in the application

Recently upgraded to BizTalk 2013 CU2 and installed ESB. This has had some side effects as we can no longer deploy without getting a database FK reference error. Any one seen this before? Here is the error when we try to deploy a new assembly to the…
Wernerdt
  • 23
  • 1
  • 6
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