Querying BAM Data using BAM’s Web Services
Our BizTalk Practice has recently embarked on the endeavor of creating a tracking portal for one of our new BizTalk solution accelerators. One of the initial steps for me was to devise a proof of...
View ArticleCryptographic Failure While Signing Assembly While Building BizTalk Solution
I encountered a peculiar error while building an existing BizTalk 2010 Visual Studio solution in a new BizTalk 2010 development environment. Cryptographic failure while signing assembly ‘assembly name...
View ArticleMSVCP100.dll Missing When Installing BizTalk Server 2013
A quick post today. While installing Microsoft BizTalk Server 2013 today on a fresh Windows Server I received the following error during the Enterprise Single Sign-On Server installation step: “The...
View ArticleUtilizing Promoted Properties within Receive Shape Filters in BizTalk
Receive shape filters using promoted properties can provide great flexibility as to what messages your orchestration is subscribed to. Though, that flexibility also introduces some difficulty when...
View ArticleXLANGs Object Reference Error when dynamically loading a map in BizTalk
This was one of those very frustrating errors that had a very simple solution. I had an orchestration that was dynamically loading a map using a Fully Qualified Name (FQN) that is stored in BRE. The...
View ArticleIntroducing the T-Connect EDI File Splitter
A common trend that we have been seeing recently is the similarities in the pain points that companies are often faced with. One of those such pain points is the difficulty in quickly receiving and...
View ArticleWCF-WebHttp and custom JSON error messages
I’m currently working on a solution that exposes a BizTalk Orchestration as a RESTful webservice using WCF-WebHttp. Upon successful processing of the message, the service returns binary data for the...
View ArticleUsing SubVersion Revision Numbers in Build Versions
Having used Team Foundation Systems (TFS) for many years I grew accustom to having an automated build process and the ability to have the Revision number in my binary file versions. Recently I began...
View Article