Home Authors Posts by Tiago Oliveira

Tiago Oliveira

Tiago Oliveira
0 POSTS 1 COMMENTS

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

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

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

VSTS – How to link a GIT commit with backlog task...

0
It's very easy and recommended to link all GIT commits with VSTS scrum backlog tasks or bugs. Just put the task or bug "id" in...

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

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

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

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

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

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

Biztalk xml header processing

0
When we use infopath or similar technologies with biztalk, the messages have always a xml processing header. Biztalk does not copy xml processing header...