Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search BizTalk Blogs
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
BizTalk Server
»
BizTalk Blogs
»
Stephen W. Thomas BizTalk MVP
»
All Tags
»
maps
Browse by Tags
BizTalk Blogs
This group is for blogs related to BizTalk Server. This includes Community Syndicated blogs and Stephen W. Thomas’s blog.
Get this RSS feed
Home
Blogs
Archives
Archives
May 2013
(1)
April 2013
(4)
March 2013
(1)
February 2013
(2)
December 2012
(1)
November 2012
(4)
October 2012
(6)
September 2012
(6)
July 2012
(1)
May 2012
(2)
April 2012
(1)
February 2012
(1)
January 2012
(1)
September 2011
(1)
August 2011
(3)
March 2011
(1)
February 2011
(2)
January 2011
(1)
December 2010
(1)
November 2010
(2)
October 2010
(4)
September 2010
(3)
August 2010
(2)
October 2009
(1)
June 2009
(1)
May 2009
(1)
April 2009
(5)
February 2009
(1)
January 2009
(1)
December 2008
(1)
November 2008
(4)
October 2008
(3)
September 2008
(1)
May 2008
(1)
April 2008
(2)
March 2008
(3)
February 2008
(3)
January 2008
(1)
December 2007
(3)
November 2007
(4)
October 2007
(2)
September 2007
(2)
July 2007
(1)
May 2007
(2)
April 2007
(1)
December 2006
(3)
November 2006
(2)
October 2006
(2)
September 2006
(5)
August 2006
(5)
July 2006
(5)
April 2006
(4)
March 2006
(4)
February 2006
(1)
January 2006
(2)
December 2005
(3)
November 2005
(3)
October 2005
(5)
September 2005
(9)
August 2005
(9)
July 2005
(7)
June 2005
(7)
May 2005
(1)
April 2005
(6)
March 2005
(3)
February 2005
(4)
January 2005
(3)
December 2004
(2)
November 2004
(3)
October 2004
(8)
September 2004
(5)
August 2004
(7)
July 2004
(4)
Tags
biztalk
biztalk 2004
biztalk 2006
biztalk errors
context
debatching
delivery notification
large messages
messaging
nack
orchestration
performance
send ports
untyped messages
Tagged Content List
Blog Post:
Native serialization error Root element is missing Map Error
Stephen W. Thomas
Recently I was testing a BizTalk map inside Visual Studios. The input schema was auto generated using the SQL Adapter and the output was a simple text file. I was using a sample file provided to me from a past generation from the schema (or so I thought) to test the map. When I was testing, I keep getting...
on
Tue, Aug 15 2006
Blog Post:
How to Get Message Context Values Inside a Map
Stephen W. Thomas
Carlos Medina has created a functoid that can be used to extract context values from a message inside a map! This is a very common problems and this approach is something I didn’t really consider. Make sure you check out his post . He has sample code and the solution for download.
on
Tue, Apr 18 2006
Blog Post:
How To Use BizTalk Messaging for Grouping, Sorting, and Debatching
Stephen W. Thomas
In a past edition of The BizTalker , I talked about how easy it is to use custom XSLT inside the BizTalk Mapper to sort data. Sorting data inside the map can be doing using inline XSLT like this: <xsl:for-each select="Record"> <xsl:sort select="Id" data-type="number" order="ascending"/> <xsl...
on
Mon, Apr 3 2006
Blog Post:
Design Contest Entry - Dynamic Transforms in Biztalk Server 2006
Stephen W. Thomas
I should start by saying I was much happier with last year’s entry . Last year, I used an Orchestration to limit other running Orchestrations. It could be configures on the fly using the Rules Engine. I should note that in Biztalk 2006 you will now have the ability to limit running Orchestrations...
on
Mon, Sep 19 2005
Blog Post:
Using Dynamic Transforms (Mapping) in Biztalk 2004 Orchestrations
Stephen W. Thomas
Dynamic mapping is the concept of specifying the map to be used for a transform at runtime inside the orchestration. That means no Transform Shape is used to specify the map or input and output schemas. The help guide talks about dynamic mapping. It is under the heading “ Assigning to Transforms...
on
Sun, Aug 28 2005
Blog Post:
Mapper Improvements in Biztalk 2006
Stephen W. Thomas
Biztalk Server 2006 introduces many exciting new features like Recoverable Message Processing and Suspended Message Routing . With great new features like these, sometimes the map and schema editor improvements can get overlooked. Anyone that has worked with Biztalk 2004 maps has probably seen this message...
on
Mon, Aug 22 2005
Blog Post:
Message Context and Mapping Inside an Orchestration in BizTalk 2004
Stephen W. Thomas
Message context is a critical part of message routing and processing inside BizTalk Server 2004. How this context is handled during mapping is different depending on the location of the mapping. The context is copied differently using Receive Port mapping verses Orchestration mapping. Why should you...
on
Mon, Apr 25 2005
Blog Post:
Mapping Many Messages to One Inside in BizTalk 2004
Stephen W. Thomas
This is a cool feature of BizTalk 2004! It allows you to map many documents into one or map one document into many. In either case, your inputs will not equal your outputs. This type of mapping does require some up front planning and careful consideration. First off, this type of mapping is only allowed...
on
Thu, Feb 3 2005
Blog Post:
How to Suppress Nodes In the BizTalk Mapper
Stephen W. Thomas
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. Rather the load the whole document into...
on
Wed, Jan 26 2005
Blog Post:
How To Create Nodes from Flat Data in BizTalk Maps
Stephen W. Thomas
It can sometimes be challenging when mapping schemas in BizTalk 2004. One common problem is when the inbound document has one record and the source creates multiple records based on the data inside your single record. The root problem arises because you have nothing to loop around in the inbound document...
on
Thu, Oct 28 2004
Blog Post:
Mapping in Send Ports with Delivery Notification
Stephen W. Thomas
I have talked in the past about NACKs . These are great little messages that allow you to receive the status of your sent messages inside your Orchestration. For more information on NACKs, please see my earlier post and sample. The problem I want to point out here occurs if you want to map on the Send...
on
Thu, Sep 23 2004
Blog Post:
Large Messages and Large Maps in BizTalk
Stephen W. Thomas
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 support can be found on the Performance...
on
Tue, Aug 17 2004
Blog Post:
What If a Map Fails on a Send Port in BizTalk 2004
Stephen W. Thomas
This is a challenge to overcome in BizTalk 2004. It seems that the message 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 watch the event log. The messages...
on
Fri, Jul 30 2004
Page 1 of 1 (13 items)