New Post: Custom WCF Extensions
Good morning all, I've got the need for custom WCF extension (to handle Salesforce OAUTH tokens in the REST communication...) and am wondering what you guys feel is the best way to handle the...
View ArticleNew Post: Custom WCF Extensions
Hi Chris, I haven't touched custom WCF bindings in BizTalk for a long time. I believe you can accomplish #2 (my recommendation) by manually configuring the port in BizTalk Admin using Import WCF...
View ArticleNew Post: Support for a shared EnvironmentSettings file
Hi, Did the "Settings Merger" functionality ever get integrated into the main "Environment Settings Manager" toolset? We would like to have a shared Environments Settings spread sheet to hold common...
View ArticleNew Post: Custom WCF Extensions
Hi Chris. All my WCF SendPorts are custom because we use a logging extension. I use option #2 all the time. It works fine. Only when first time installation you'll need to update the WCF-Custom...
View ArticleNew Post: Custom WCF Extensions
Thanks to you both for the replies on this. Bo, that's what I'm going to do. Since it's a BizTalk configuration and not an "application" configuration, it will last between undeploy/deploy processes....
View ArticleNew Post: Menu Unavailable in VS2012
Hi there. I have a really odd issue with my development machine. For the last year I've been using the "Tools > Development Framework for BizTalk" menu in Visual Studio 2012 about 10 times a day,...
View ArticleNew Post: Administrator permissions
Hi, I'm setting up a build under TFS 2010 with BizTalk 2010. I have the BizTalk build working under TFS but the BTDF deployment fails. I followed the directions in the documentation to configure the...
View ArticleNew Post: Administrator permissions
Solved --Find gacutil.exe and btstask.exe using Windows Explorer. for each: right click, select the Compatibility tab, select Run as Administrator
View ArticleNew Post: Using BTDF ProductVersion Build Drop Path
I get the build to complete and then deploy my application locally yet I'm not getting an MSI file generated. Is there something I need to do to get the MSI generated through the TFS build?
View ArticleNew Post: Vocabulary dependencies
Trying to create a BTDF where two vocabulary files exists, a Constants and a Vocabulary file. The Vocabulary file depends on the Constants file. The project file defines the following:<ItemGroup>...
View ArticleNew Post: Using BTDF ProductVersion Build Drop Path
Are you sure that you're executing the Installer MSBuild target on the .btdfproj? In new projects, it's the default (DefaultTargets="Installer"). Older projects might have a different default and need...
View ArticleNew Post: Exported_ProdSettings.xml overwritten during deployment
I was using MasterPortBinding and that's why settings were overwritten
View ArticleNew Post: Using and operator in XMLPreprocessDirectives
Hi I am using different number of receive locations depending on environment. For that I use:<!-- #if GetProperty("Environment")=="DEV" --> It works fine. But can I use an OR operator in the...
View ArticleNew Post: LoadLibraryFromPath: FQ Dll, error: 0x7e
Has anyone seen these errors while attempting to perform a build from Visual Studio 2013?Target DeploySchemas:__ BTSTask.exe AddResource -Type:BizTalkAssembly -Overwrite...
View ArticleNew Post: Using and operator in XMLPreprocessDirectives
Hi Johan, XmlPreprocess.exe is not my project, so I rely on Loren's (the author) documentation. I'm surprised that statement doesn't work. According to the docs, that expression is dynamically compiled...
View ArticleNew Post: LoadLibraryFromPath: FQ Dll, error: 0x7e
I can tell you with confidence that this is not a Deployment Framework issue. Both DLL's mentioned in the log are Oracle DLL's. Have you installed the Oracle Developer Tools for Visual Studio? Perhaps...
View ArticleNew Post: Using and operator in XMLPreprocessDirectives
Hi Tom The parentheses did the trick. This code worked:<!-- #if (GetProperty("Environment")=="DEV" || GetProperty("Environment")=="TEST")--> Thanks a lot Johan
View ArticleNew Post: Vocabulary dependencies
Hmm, looking over the code in bzitalkDeploymentFramework.targets and BizTalkDeploymentFramework.Tasks.dll (the PopulateRulePoliciesMetadata method) it appears that it actually reverses the list before...
View ArticleNew Post: LoadLibraryFromPath: FQ Dll, error: 0x7e
Tom, Thanks for getting back to me on this. I believe I have resolved the issue. I agree with you, BTDF is NOT the issue. The root cause was a recent Windows update to my Windows 7 VM at the client...
View Article