BizTalk Server HL7 – Strange break lines in MSH segment

0
If you create an HL7 MSH segment with XmlDocument, you can get a strange break line in all empty values, like in the following image. The HL7 message will also...

How to fix BizTalk Server Administration Exception 0xC00CE557: Could not enlist Send Port

With the need to deploy all port bindings from Visual Studio straight to BizTalk Server, I did export bindings on BizTalk Server Administration. With this, I can merge new...

BTDF – How to config BRE policies or vocabularies

0
Greetings to all BizTalk programmers :) There's not much information how to properly add a BRE rule in a BTDF deployment script. It's very easy to put it to work, but...

BTDF – Generate specific environment binding

0
BizTalk Deployment Framework (BTDF) is known as the best way to perform BizTalk artifacts installation. It's also the only way (I know) to create an automatic BizTalk deployment. If you don't...

BizTalk News – Issue #15

0
Main topics A Better ReadPropertyBag in BizTalk Pipeline components Why full NuGet support for BizTalk projects is important! Azure App Service: BizTalk Server PaaS Done Right BizTalk Integration API Apps in Microsoft Azure...

BizTalk Server Single Sign On – Save config data in SSO

0
This is my last post about using SSO on Biztalk Server. In this post I will show how to set and retrieve configuration data from SSO. To configure and set...

BizTalk News – SPECIAL – Integrate 2014

0
It seems a lot happened at Integrate 2014! I've been reading all the stuff being written and it's clear: the Microservices architecture has brought a big wave of surprise and enthusiasm around the BizTalk community! I leave...

BizTalk Server Single Sign On – Using SSO with adapters

0
In BizTalk Server there are several adapters that automatically support SSO without any code. Many BizTalk Adapters already support this feature, like SQL, most of WCF, Oracle, FTP, HTTP, etc. The SSO configuration...

BizTalk News – Issue #14

0
Great Stuff! Building an Azure based Integration Platform  New version of BizTalk Deployment Utility (BizTalk Diff) is now available BizTalk Mapping Patterns and Best Practices book released WorkflowChannel for Windows Azure BizTalk...

BizTalk Server Single Sign On – Get mapped credential by code

0
This is my second post about using single sign on in Biztalk Server. In this post i will show how to access mapped credentials by code. First create a new affiliate...