New Post: Missing BuildDebugMsi.bat and BuildReleaseMsi.bat
Please start another discussion thread since this is unrelated to this topic.
View ArticleNew Post: SSO deploy seems to succeed, what causes the error "The mapping...
Hi Tom, That last part was the life saver! My map contained the functoid to read from SSO from the BizTalk Mapper Extensions UtilityPack, and that uses apparently an unsupported method. I changed that...
View ArticleNew Post: SSO deploy seems to succeed, what causes the error "The mapping...
No problem, thanks for the update! Tom
View ArticleNew Post: NUnit config file
Yeah, I'd added an app.config to my class project, but it didn't copy ? In the end I did a quick hack ... created a file with the project name + .config and set it to copy always Cheers, SteveC.
View ArticleNew Post: Remove a Biztalk application as part of the deployment?
Hello, This is a bit of an unusual question! We have 5 solutions. 4 of them are BizTalk applications and have a BTDF config for each and they all work correctly. The 5th project is a group of common...
View ArticleNew Post: Remove a Biztalk application as part of the deployment?
You can add a step to the deployment to delete the application, but then when you go to undeploy, the undeploy script will abort because the app doesn't exist. I've done it both ways, but when I've had...
View ArticleNew Post: Remove a Biztalk application as part of the deployment?
Thanks for the feedback. I think we will just have an empty BizTalk app, so the deployment and undeployment will work. The ability to utilise the SSO config (needed for the common app) via the excel...
View ArticleNew Post: Announcing: Completely overhauled BRE integration
Ah, OK. I guess when the feature was designed, it was built around the Rule Engine Deployment Wizard which does not mix policies and vocabs in the same file. I didn't realize that now you can have...
View ArticleNew Post: How do you add policies to an application?
Tom, tried deploying and the policies go into the <All Artifacts>, rather than the actual application <RuleVocabularies Include="Searches_BRE_Vocabulary.xml">...
View ArticleNew Post: How do you add policies to an application?
Hi Steve,<All Artifacts> is a rollup view of artifacts from all installed BizTalk apps, so they're always going to show there. The Deployment Framework runs "BTSTask.exe AddResource" once for...
View ArticleNew Post: How do you add policies to an application?
Tom, something weird ... I tried a manual BtsTask and the policy was added to a specific application but the BTDF deploy didn't ... but the command I used in my manual AddResource came from the BTDF...
View ArticleNew Post: How do you add policies to an application?
Tom, I must have been doing something wrong ... _cleaned off all rules and the application, rebooted virtual machine, etc. _ Tried deployment, which worked fine, including the addition of the policies...
View ArticleNew Post: How to deploy mutli project solution using BTDF
Hi, My solution looks like: Solution 'HelloWorld'(2 projects) HelloWorld.Deployment --Deployment.btdfproj --InstallWizard.xml --License.rtf --PortBindingsMaster.xml --SetingsFileGenerator.xml...
View ArticleNew Post: How do you deploy policies
If I run the following stand-alone at the command prompt, the policy is both published and deployedDeployBTRules.exe /ruleSetVersion:1.2 /ruleSetName:SetTestEndpoint /ruleSetFile:Testpol.xml Importing...
View ArticleNew Post: How do you deploy policies
They are deployed during application start. If you need them to be deployed immediately when they are published, you can add the property ExplicitlyDeployRulePoliciesOnDeploy set to True. Thanks, Tom
View ArticleNew Post: How do you add policies to an application?
No problem, glad to hear it's behaving itself now! Tom
View ArticleNew Post: How do you deploy policies
Tom, how many ways can I say "Thank you" :-) Cheers, SteveC.
View ArticleNew Post: BRE Policy Deployment using BTDF
Hi, I have a specific scenario where i need to deploy BRE Policy with respect to environment. Example. BREPOLICY_DEV BREPOLICY_TEST BREPOLICY_PROD I have all 3 policies under solution folder , i have...
View ArticleNew Post: Multiple applications deployment at a time
Hi Is there any way to deploy multiple applications in one go sequentially using biztalk deploymwent framework ?
View Article