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...

[FIX] BizTalk Server 2010, 2013, 2013 R2 & 2016 errors “Class not registered (WinMgmt)”...

Hi folks, Due to Microsoft .NET Framework Security Updates, some BizTalk Server installations may be affected. Access denied or Class not registered errors. BizTalk engine will still process messages, including sending...

BizTalk Server Single Sign On Configuration

2
This is my first post (in a total of four) about using SSO on BizTalk Server. In this post i will show how to config an 1 on 1 credential...

BizTalk Server – HL7 Error: Failure executing BTAHL72XSendPipeline “Body schema is missing”

1
Recently I had a requirement to generate an HL7 ORM to send to Oracle. To fulfill the requirements, an HL7 message must be generated inline inside an orchestration. The ExecuteReceivePipeline method...

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 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...

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...

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...

Replace namespace prefix pipeline component

0
In some biztalk integrations with legacy systems, there are message specifications that requires a specific namespace prefix, but all biztalk messages use ns0, ns1, ns... definition to define prefix...

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...