all Technical posts
Adding dynamic behavior to static send ports: a caveat
It's a good practice to make static send ports dynamic, by changing the OutboundTransportLocation property in the send pipeline. However, when using this mechanism on WCF send ports, there's a caveat. Let's have a look!
all Technical posts
Rule “FusionActive Template Library (ATL)” failed at SQL Server 2008 R2 Installation
When installing SQL Server 2008 R2 on an Azure VM, you might come across the error: Rule "FusionActive Template Library (ATL)" failed. There are two corrupt manifest files blocking the installation.
all Technical posts
How to register WCF extensions in BizTalk?
In more advanced WCF scenarios, the BizTalk standard functionality can be insufficient. In those cases, WCF extensibility can help us to overcome the limitations of the standard BizTalk WCF adapters. Let's have a look on how we can register these WCF extensions
Download Our New White Paper "Understanding SaaS and PaaS for IoT"
Discover which solution will help you meet your IoT goals.
Unlocking the Value of Dynamics 365 Through Integration
Learn how you can unlock the value of Dynamics 365 through integration for your organization.
Discover How You Can Get Started with IoT in this eBook "Beyond the IoT Hype"
This eBook walks you through the steps on how to begin your IoT journey.
all Technical posts
BizTalk XML disassembler vs validator
In the BizTalk toolbox, you have two standard pipeline components that can perform this XML validation. These components have a very different behavior. Let’s have a detailed look.
all Technical posts
Importing two schemas of the same namespace in BizTalk
It’s a common practice to reuse schemas and types within your BizTalk solution. Lately, I’ve encountered an issue regarding this. Here you can find a simplified example and a solution to the problem.
all Technical posts
Elevating permissions for BizTalk Server Operators group
This blog post is about elevating the permissions for members of the BizTalk Server Operators group. By executing a SQL Server script, you can easily grant them the rights to view BizTalk message bodies which allows easy debugging or follow up in different scenarios without having to change memberships.