Working with Untyped Messages In An Orchestration – Part 2
This is follow up on a post back in August on Untyped Messages. This also combines information from another post of mine on Promoted Properties. Ok, so what is the big deal then? Well, I took my untyped message sample and updated it to use MessageContextProprertyBase...
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...
How to Limit the Number of Running Orchestration Instances in BizTalk
Are you missing the feature of Application Pools that was available in BizTalk 2002? Need to limit your running Orchestrations? Well, I hope my BizTalk Design Competition submission will help you out. I took that concept and created a Message Broker – Process...
Property Schema and Promoted Properties In Custom Pipelines
Topics Covered: - Custom promoted properties inside a pipeline - Schema Property: “Property schema base” - Direct binding to the message box I have spent a lot of time in the past few weeks working with promoted properties through property schemas. I was...
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...
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...
Working with IF Statements In an Expression Shape
I saw a recent post on Scott’s Blog about what’s valid inside an expression shape. It gave a helpful list of expressions that are not allowed inside the Expression Shape. I was surprised by one of the items in the list, the “if”. I had been...
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...
Working with Untyped Send and Receive Ports in BizTalk Orchestrations
Scott posted a message back in June about untyped receive ports inside on Orchestration. Untyped Messages means you receive or send a message as System.Xml.XmlDocument rather then a specific schema type. This is an incredibly powerful feature in BizTalk 2004! Business...
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...
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...
BizTalk 2004 Documentation Update Available
Microsoft released a new version of the product documentation on July 28th.It is available for download at:http://go.microsoft.com/fwlink/?linkid=20616