New Post: Deploying VDirs on multiple servers
Looking through the doc's, I think I'll see about a smart batch file that I can just run and let it work out the "what to do, on what server" Cheers, SteveC.
View ArticleNew Post: Microsoft BizTalk Server 2013 R2
Tom, In v6, please add the following xpaths to adapterXPaths.txt, for WCF-WebHttp transport types:...
View ArticleNew Post: Using log4net in multiple applications
Hi Tom. I have two BizTalk applications with BTDF, both using log4net. After installing both applications log4netConfig string at registry was created only for first installed application. I have...
View ArticleNew Post: Spaces in ProjectName
I tried using single quotes. It worked for me :) Example: BTSTASK.exe AddResource /ApplicationName:'My BizTalk App' /Type:System.BizTalk:Rules /Name:'My Policy' /Version:3.0 Shah M.
View ArticleNew Post: Spaces in ProjectName
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: adding WCF behavior details to the machine config
Hi, We have developed custom wcf end point behavior which is added in the WCF-Isolated custom adapter at receive port. how can we add the wcf behavior detail in the machine config suing BTDF tool
View ArticleNew Post: Microsoft BizTalk Server 2013 R2
The AdapterXPaths suggestion above has been copied to a work item. Click here to go to the work item.
View ArticleNew Post: Getting error "Affiliate application XXX already exists"
Just set <IncludeSSO> to True and I'm getting the error "Affiliate application XXX already exists". Not familiar with SSO, so any ideas where things are going wrong / directions to track down the...
View ArticleNew Post: Getting error "Affiliate application XXX already exists"
You can go into Start, Microsoft Enterprise Single Sign-on, SSO Administration. Select Enterprise Single Sign-On\Affiliate Applications then in the View menu check Config Store. A ton of stuff named by...
View ArticleNew Post: Creating Virtual Directories on selected servers in Multiserver...
Hello Tom, We have BizTalk multiserver set up with 3 Biztalk servers and we are able to deploy successfully without having any issues.its working great. In btdf proj we have a virtaul directory. and...
View ArticleNew Post: Creating Virtual Directories on selected servers in Multiserver...
The easiest way is to make IncludeVirtualDirectories conditional on the computer name.<PropertyGroup><IncludeVirtualDirectoriesCondition="'$(Configuration)' == 'Server' and '$(ComputerName)'...
View ArticleNew Post: adding WCF behavior details to the machine config
You can create a custom MSBuild task or use or import an existing one (MSBuild Extension Pack) to manipulate XML files. See Extension Pack documentation here. MSBuild 4.0 has a few XML-related tasks...
View ArticleNew Post: Guidance on partial/hotfix deployments
I'm looking for some guidance or best practices for doing partial or hotfix deployments with the BTDF. To give a bit of background, we have an existing solution that has a number of partners sending...
View ArticleNew Post: deploy orchestration without inbound port
Hi I have one biztalk application that have an orchestration that does not have an inbound port. This is because the orchestration is callable from other orchestrations. the orhestration however have...
View ArticleNew Post: deploy orchestration without inbound port
The Deployment Framework doesn't care about the specific configuration of orchestrations. You most likely have a problem with your bindings file. Use WinMerge or another file comparison tool to compare...
View ArticleNew Post: deploy orchestration without inbound port
Hi, thanks for the answer. I posted the same question on MSDN's forum and a guy there made me think. The issue were that I had used the same configuration port on both of my orchestration ports. When i...
View ArticleNew Post: The "UpdateSSOConfigItem" task failed unexpectedly.
Hi , I am getting following error while deploying SSO. We are using BizTalk server 2013 InitSettingsFilePath: Using settings file xxxxxxxxxxxx\Deployment\EnvironmentSettings\Exported_LocalSettings.xml...
View ArticleNew Post: The "UpdateSSOConfigItem" task failed unexpectedly.
There are different versions of SSOSettingsFileReader.dll and SSOSettingsFileImport.exe for BizTalk 2013 vs. BizTalk 2010. If you have BizTalk 2013 installed then install the Deployment Framework, then...
View ArticleNew Post: Dealing with disabled services
Hi We have DR servers that are part of the BizTalk Group, the host instances are enabled in BizTalk but disabled at the OS level. When deploying using BTDF the restart on the last server fails as it...
View ArticleNew Post: Dealing with disabled services
What does BizTalk Admin do when you attempt to control those disabled services? The Deployment Framework uses the BizTalk WMI interface to control the host instances. Tom
View Article