The SQL Adapter and Apostrophes
I got an amusing call from a DBA the other day saying that the BizTalk SQL adapter was failing whenever he sent through a message that had an apostrophe in
Custom Party Resolution BizTalk Server 2006: Resolve party by POP3.From and square brackets
Recently I wrote a BizTalk Server 2006 custom pipeline component to resolve a custom party on the POP3From context value when an email was received I was
Many-to-one mappings using the Table Looping Functoid
I have found another solution to the scenario 2 that I blogged about a couple of weeks ago ("The values in the output message are an aggregation of the two
BizTalk 2006 DB2 BizTalk Adapters: Send adapters
I have just finished changing an implementation that used the BizTalk 2006 DB2 receive adapters to one that uses BizTalk 2006 DB2 send adapters to call the
Splitting Email attachments from the MIME decoder instead of the POP3 adapter
If you try to split email attachments that come from a custom pipeline that uses a MIME decoder then it is not easy to determine the file type Recently I had
Many-to-one mappings
I writing this how to because every time I do this I have forgotten how I did it the last time Drop a transform shape into an orchestration that contains two
Dynamically Configuring pipeline components
How do you dynamically configure pipeline component properties in a BizTalk Orchestration with out a send port configured to use the pipeline I am doing a
An alternative to using the POP3 adapter to read email attachments – 2
Why would you use anything else other than the POP3 adapter to consume email attachments in BizTalk On Christmas eve I found a reason why you might want to use
Disassembling Excel files
One of the requirements of a recent BizTalk project was to receive Excel files into BizTalk before doing some work on the resulting XML files I want to share
DB2 BizTalk Adapters: Executing a program on an AS400 using a stored procedure
I have just finished my first IBM integration project using BizTalk 2006 and will share my experiences here Installation of the Microsoft BizTalk Adapter