New Post: Executing commend file while BTDF deployment
Hi Tom, I have used below code then which executed in the local as well in the server <Exec command="cmd.exe /c "..\CleanCopy.cmd ""></Exec> I need to pass environment...
View ArticleNew Post: Executing commend file while BTDF deployment
You just need to add EnvironmentName to the existing PropsFromEnvSettings ItemGroup, assuming that EnvironmentName is the setting name within the spreadsheet. I think that's all you're missing. Thanks,...
View ArticleNew Post: Problems deploying solution to production
I'm having problems getting a solution to deploy to production and I hope someone can help me. Our company is new to using BizTalk and I'm developing our first solution. I'm using BizTalk server 2013...
View ArticleNew Post: Executing commend file while BTDF deployment
Thank you tom. I have added in the PropsFromEnvSettings then my issue got resolved .
View ArticleNew Post: Problems deploying solution to production
Hi Barry, Sounds like a frustrating situation. I don't think any of these issues are related to the Deployment Framework, but I'll throw out a few comments and ideas.Were the production servers...
View ArticleNew Post: Problems deploying solution to production
Hi Tom, Thanks so much for responding. The production servers were brand new clean installs of both the OS and BizTalk. However, since I'm seeing completely different behavior in our staging...
View ArticleNew Post: Multiple BtsHttpReceive.dll ports and URLs
Hi Tom, I have a similar requirement. I am trying to deploy three virtual directories with three different App Pools. But, we are creating those app pools manually as want to then to run under specific...
View ArticleNew Post: Updating passwords after deployment
Hi , application already deployed and successfully running . Downstream system is updating the password from their end then need to update in the BizTalk as well I need to update the password in the...
View ArticleNew Post: Executing commend file while BTDF deployment
I have set the environment tag in the PropsFromEnvSettings then its worked. Thank you Tom for your help .
View ArticleNew Post: Updating passwords after deployment
Assuming that you're using SSOSettingsFileReader to read the password at runtime, yes. The new value should take effect automatically after a period of time, but it's safest to restart the host...
View ArticleNew Post: Updating passwords after deployment
few applications are using passwords through SSOSettingsFileReader and few are require to update the password in the port then I need to update the password in the setting file generator file ,make a...
View ArticleNew Post: BTDF build agent task for Visual Studio Online (VSO)?
Hi We are very happy users of BTDF and with great success used the template BTDFDefaultTemplate.xaml template on our old on premise build setup. After migrating to VSO having on-prem build controllers...
View ArticleNew Post: BTDF build agent task for Visual Studio Online (VSO)?
Hi Morten, Thanks for the great feedback! The thing that makes the BTDF builds special is the fact that I don't have a Visual Studio "project system" like .csproj, .vbproj, etc.. As a result, the BTDF...
View ArticleNew Post: Updating passwords after deployment
Since you have some directly on the port configurations, you have a few options:Make the changes manually in BizTalk AdminUpdate the settings spreadsheet locally and give the updated file to the admins...
View ArticleNew Post: Multiple BtsHttpReceive.dll ports and URLs
Are you aware that you can have the BTDF create the AppPools with unique identities? For example, from the Advanced sample...
View ArticleNew Post: BTDF build agent task for Visual Studio Online (VSO)?
Thanks for the answer Tom. I'll let you know if I start working on the new VSO Build Task. You made some good points about why the customization is needed... Thanks again, Morten
View ArticleNew Post: Using deployment framework with BTS 2013 R2
Guys, If you are using the deployment framework with BizTalk 2013 R2 can you shed some light on how you are using it ? I want to use it in our environment but cannot use it since it is not RTM. The...
View ArticleNew Post: Simple Question Deploying and Biztalk Application Name
Hi I am new to BTDF. I am learning with a small biztalk solution that I previously deployed manually. The solution name = dpBiztalkSolution and holds 2 projects. The first project is named...
View ArticleNew Post: Simple Question Deploying and Biztalk Application Name
Hi Tica, It seems there is a problem in btdf file can you please share btdf project code. Thanks, Sharad
View ArticleNew Post: Simple Question Deploying and Biztalk Application Name
Thank you Sharad! This is the Deployment.btdfproj file<?xml version="1.0" encoding="utf-8"?><!-- Deployment Framework for BizTalk 5.0 Copyright (C) 2004-2012 Thomas F. Abraham and Scott...
View Article