How to Suppress Nodes In the BizTalk Mapper

Recently on a project I was required to filter out single records from a large batch that were not required to be processed inside the business process. In this case, the vast majority of the thousands of input records would not be required in the Orchestration....

read more

BizTalk Server 2004 Exam 074-135 Available

The BizTalk 2004 Exam is now available! The exam number is 074-135: Developing E-Business Solutions Using Microsoft BizTalk Server 2004 (English). Get some more details on Scott’s Blog. Best of luck! PS: Sorry for the long delay in posting. More content and...

read more

How to Name Output Files Inside An Orchestration

In many cases it can be useful to know the exact name of your output file that will be sent from your Orchestration using the File Adapter. This can be difficult if you are using the %MessageId%.xml macro to write the file since this it set after the message is sent...

read more

Parallel Convoys (Concurrent Receive) in BizTalk

In the past, I have tended to focus on sequential convoys. Now, I decided to take a look at Concurrent Convoys. First off, I was sure in older versions of the documentation they were called Parallel Convoys? Maybe I’m mistaken or maybe the name changed over the...

read more