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

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

2
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

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

Developing a WCF Service – Calling the hosted service

0
In the first part of this topic, I showed you how to develop a WCF service. In this next part I will show how to implement a client application...