This conversation was filmed during TechEd 2009 and includes Anush Kumar of S3Edge (s3edge.com). We talk through the application of BizTalk RFID to enable business real time visibility into their RFID infrastructures.
doneAchieving Success with BizTalk Server
Posted in BizTalk General on May 18, 2009 by mdbecknerThe following video was delivered as a Breakout Session during TechEd 2009 (SOA301). It is geared toward those who are looking at implementing a BizTalk solution and want to understand what is involved in the management and preparation of the solution.
doneValuable BizTalk Mapping Book
Posted in BizTalk General, EDI on April 16, 2009 by mdbecknerThere is an extremely good book on BizTalk mapping that has been recently released. Great value to any developer. Includes excellent EDI samples.
Pro Mapping in BizTalk Server 2009
http://www.amazon.com/Mapping-BizTalk-Server-Experts-Voice/dp/1430218576/ref=sr_1_4?ie=UTF8&s=books&qid=1239909911&sr=8-4
Recurring EDI Error
Posted in EDI on March 26, 2009 by mdbecknerThe following error is extremely common in EDI deployments:
6: Missing or invalid or duplicate Transaction set identifier ‘http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00401_850′
It generally means one of two things:
1. The EDI schema is not deployed properly (or is partially deployed).
2. The schema has been deployed more than once and two (or more) versions of it appear in the GAC.
Pro RFID in BizTalk Server 2009
Posted in BizTalk General, RFID on February 26, 2009 by mdbecknerThe book, “Pro RFID in BizTalk Server 2009“, is now available.
http://www.amazon.com/Pro-RFID-BizTalk-Server-2009/dp/1430218371
Co-authors include:
Venkatesh Ram (http://s3edge.com/about_management_team.php)
Mark Simms (http://blogs.msdn.com/masimms/)
TechEd 2009: Los Angeles
Posted in BizTalk General, Miscellaneous on February 17, 2009 by mdbecknerI have been invited to present on several topics at Microsoft TechEd 2009, May 11th-15th. The topics include:
- Achieving Success with Integration in the Enterprise Using Microsoft BizTalk Server 2009
- Integrating with Partners – Learn to Develop with EDI/AS2 in BizTalk Server 2009
Using Inline XSLT to Create Target Nodes
Posted in EDI on October 31, 2008 by mdbecknerCreating nodes using Inline XSLT often eliminates much of the complexity around mapping. To demonstrate how to use XSLT, this post will illustrate an XSLT script that created three N1 target records using two “dynamic” input records and one “static” record.
The input has two out of the three records, the third record is hard coded into the XSLT.
The Map looks as follows:

The Map
<xsl:element name=”ns0:N1″>
<xsl:element name=”N101″><xsl:value-of select=”*[local-name()='IDCode']“/></xsl:element>
<xsl:element name=”N102″><xsl:value-of select=”*[local-name()='TPKnownAs']“/></xsl:element>
<xsl:element name=”N103″>9</xsl:element>
<xsl:element name=”N104″><xsl:value-of select=”*[local-name()='TPDUNS']“/></xsl:element>
</xsl:element>
</xsl:for-each>
<xsl:element name=”ns0:N1″>
<xsl:element name=”N101″>SF</xsl:element>
<xsl:element name=”N102″>STATIC TRADING PARTNER NAME, INC.</xsl:element>
<xsl:element name=”N103″>9</xsl:element>
<xsl:element name=”N104″>012345697654</xsl:element>
</xsl:element>
* Note that the value-of XSL is looking for “local-name()”. This enables source documents with namespace prefixes (such as ns0) in them to be mapped. In this case, the source is <ns0:TradingPartner>.
Mapping Hierarchical (Structured) XML to Flat XML
Posted in EDI on October 31, 2008 by mdbeckner
Incorrect Mapping (checks only the first occurance of DTM)

Output of Incorrect Mapping

Correct Mapping (with Loop Functoid)

Result
BizTalk RFID
Posted in BizTalk General, RFID on September 30, 2008 by mdbecknerI’ve got a new book coming out in March 2009 on BizTalk RFID. An early link to the book as at http://www.amazon.com/Pro-RFID-BizTalk-Server-2006/dp/1430218371/ref=sr_1_3?ie=UTF8&s=books&qid=1222812317&sr=1-3.
I am co-authoring this book with Mark Simms and Venkatesh Ram, both incredible experts in RFID technology and its application.
The final book title will be Pro RFID in BizTalk Server 2009.
Tech-Talk from TechEd 2008
Posted in EDI on August 25, 2008 by mdbecknerThe following talk was with done with Greg Hughes at TechEd in Orlando.
Achieving Success with BizTalk Server 2006 R2 and EDI Implementations