New Post: Will the Deployment Framework work with Visual Studio 2013
Thanks Tom. That solves my problem. When is the final release of V6.0 planned? And will there be any changes in the final release from Beta version? Thanks. Vikram
View ArticleNew Post: Will the Deployment Framework work with Visual Studio 2013
I do this work in my personal time, usually late at night, so I can't make any statements about when I'll finalize the release. I'm sure there will be some changes to address reported issues, but...
View ArticleNew Post: Removing unnecessary warnings
On top of the aforementioned warning, I am also getting a few of the following one:EXEC : warning : Assembly "Be.Stateless.BizTalk.Transforms, ..." depends on the following assemblies that must be...
View ArticleNew Post: Undeploy in TFS build failing build when not deployed
I have been giving a new requirement for my TFS automated builds that use BTDF, they want me to undeploy all the application before I build, I have added a call to MSBuild that used /t:undeploy and...
View ArticleNew Post: Undeploy in TFS build failing build when not deployed
Hi Bill, Let's attempt a very simple approach for v5.5... not sure if it will...
View ArticleNew Post: Undeploy in TFS build failing build when not deployed
Where would I need to put that? in the BTDF Proj file or in one of the targets? Thanks, Bill
View ArticleNew Post: Get password into Oracle Adapter
BTDF is superb but I've started to use the Oracle adapter for the first time (BTS 2013 project) and I've hit a problem. An extract from my PortBindingsMaster.xml:<PrimaryTransport><!-- ifdef...
View ArticleNew Post: Parameterize Itinerary XML exports
Hi Tom, Is there a way we can parameterize the values inside an Itinerary instead of entire Itinerary file? Or generate complete Itinerary based on the chosen deployment server? As the end point on the...
View ArticleNew Post: Get password into Oracle Adapter
Hi Rob, Do you have the RequireXmlPreprocessDirectives property in your .btdfproj? It's set to True by default in new projects, which eliminates all of the ifdef/endif comments. Did you get any errors...
View ArticleNew Post: Parameterize Itinerary XML exports
Hi Koushik, The XML preprocessing replaces specific tokens or areas within the XML, not the entire file, so I'm not sure I'm understanding your question. If you have an itinerary XML that needs to be...
View ArticleNew Post: Parameterize Itinerary XML exports
Hi Tom, your solution works fine for non-server deployment. On a server deplyoment i have the following problem: <ItemGroup Condition="'$(Configuration)' != 'Server'"><FilesToXmlPreprocess...
View ArticleNew Post: Get password into Oracle Adapter
Hi Tom, Thanks for replying so soon. I wan't aware of the RequireXmlPreprocessDirectives, previously I'd always included the ifdef comments. I do like the ability to turn this off since it makes the...
View ArticleNew Post: Parameterize Itinerary XML exports
Thank you for super quick reply Tom. :). Absolutely, the token replacement is working on our for non ESB projects. After creating the MSI and running it on the other server, I expected an option other...
View ArticleNew Post: Parameterize Itinerary XML exports
Christian, It looks like you repeated the ESB folder in both the filename and the LocationPath. The filename should just be MyEvent.xml.<ItemGroupCondition="'$(Configuration)' ==...
View ArticleNew Post: Parameterize Itinerary XML exports
Koushik, Since you say it is working in Visual Studio and not in the MSI, I suspect you have a similar issue to Christian. The location of the itinerary XML files moves in a Server deploy to ..\ESB, so...
View ArticleNew Post: Get password into Oracle Adapter
When you have a bindings file issue like this, the only reasonable way to figure it out is an A-B comparison. Get everything manually configured and working in BizTalk Admin, then export the bindings....
View ArticleNew Post: Get password into Oracle Adapter
I have now run a compare of a PortBindings.xml that imports ok (with the Password element commented out) and the one that fails with the message "Invalid or malformed XML". Here's a screen grab of the...
View ArticleNew Post: Get password into Oracle Adapter
Does your password contain XML reserved characters? Particularly &, >, <. If so, that's probably the issue.
View Article