Performance Counters in BizTalk Server 2004

Have you wanted to know what exactly BizTalk Server 2004 is doing at a giving instance? How many Orchestrations are about to Dehydrate? How about how many persistence points inside your Orchestration? Answers to these questions are easily available through BizTalk...

read more

Sequential Convoys in BizTalk

I need to start off with a note about the Parallel Sequential Convoy sample that I am working on. I am still working on it and it will probably be a few weeks before it is ready to be posted. I have a sample working that does Parallel Sequential processing of a single...

read more

Envelope Processing on Send and Receive Ports

Have you looked at the SDK example working with Envelopes in BizTalk 2004 for Flat Files and tried to get it to work with XML Documents? Well, I did and I found it a little trickier than I expected. Key Take Home Points: - De-Batching / Envelope Processing for XML...

read more

Large Messages and Large Maps in BizTalk

Updated 8/8/2005:Please note the information below is outdated and I would never recommend mapping messages of this size inside Biztalk 2004. Biztalk 2006 will have support for larger messages by breaking up the message into chunks. More information on large message...

read more

BizTalk Delivery Notification and NACK Sample

Did anyone read Kevin Smith’s blog on ACK/NACK and run out to try it? Well, I did and found it a more time consuming then I expected. I have put together a sample that shows how to catch the SOAP exception and get access to the error message. I hope that after...

read more

What If a Map Fails on a Send Port in BizTalk 2004

This is a challenge to overcome in BizTalk 2004. It seemsthat themessage never hits the Send Pipeline and as far as I can tell no error is written to HAT. The only place this error is written to is the Event Log.But this is ok if you are using MOM or something else to...

read more