Category Archives: BizTalk

BizTalk: Capture EDI Format Failed Messages

When working with EDI in BizTalk, you will encounter an issue when the incoming EDI file of any format (X12 820 3040) will fail at the receive port (using EDIReceive Pipeline) due to data format or non-compliance with EDI Schema … Continue reading

Posted in BizTalk | Leave a comment

BizTalk: Invalid character in Data Element Error when working with data that contains trailing zeros (batching enabled)

When working with monetary amount (X12 R/N type) that has trailing zeros then you may run into issues when the transactions are suspended with the following error:   Invalid character in the Data element (Field error).   The invalid character … Continue reading

Posted in BizTalk | Leave a comment

BizTalk: Converting EDI Documents using BizTalk Server 2006 R2

What is EDI? Originated in 1970s to facilitate the delivery of data between businesses Computer to Computer exchange is much less expensive than traditional methods of document exchange Benefits – reduced human error, speed, faster transactions, etc Drawbacks – tightly … Continue reading

Posted in BizTalk | 1 Comment

BizTalk: Date format (YYMMDD) not working properly with EDI Interchange

When you set the date format to YYMMDD for an EDI interchange, BizTalk changes the format to CCYYMM especially when sending batched EDI interchange. This is a known bug that Microsoft has identified and released a hot fix for the … Continue reading

Posted in BizTalk | 1 Comment

BizTalk: Multiple SOAP actions on WCF Adapter for Oracle Databases

You can specify multiple (mapping action) or single SOAP action on a Send Adapter when using WCF adapter for Oracle Databases 3.0 (WCF-Custom adapter). The single format would like below:     the multiple SOAP actions format look like below:   Related articles: … Continue reading

Posted in BizTalk | Leave a comment

BizTalk: Migrating Oracle Database Adapter 2.0 to WCF Oracle Adapter 3.0

BizTalk Oracle Adapter 2.0 uses System DSN to look up Oracle Instance and connect to it. WCF Adapter 3.0 for Oracle databases uses tnsnames.ora file. So when migrating to WCF Custom Adapter remove the System DSNs from the Data Sources … Continue reading

Posted in BizTalk | Leave a comment

BizTalk: BizTalk 2009 (BizTalk Server 2006 R3) to be released in Q1 2009

Microsoft is planning to release BizTalk 2009 (dropped the name 2006 R3 as it is feature complete) sometime in the first quarter of 2009. This release will support Visual Studio 2008 SP1, Windows Server 2008 SP1 and SQL Server 2008. … Continue reading

Posted in BizTalk | Leave a comment

BizTalk: Using WCF Adapter to poll Oracle Database table

In this scenario, I would like to poll a Oracle database table checking for a certain column (default value is null), get back a bunch of rows that match my select condition, update the column with some value and send … Continue reading

Posted in BizTalk | Leave a comment

BizTalk: Configuring WCF-Custom Adapter for Oracle databases

Software Prerequisites Download this document for step by step instructions with screen shots. Make sure you have the following components installed on the system where you will install the BizTalk Adapter Pack: Microsoft .NET Framework 3.0. Microsoft BizTalk Server 2006 … Continue reading

Posted in BizTalk | Leave a comment

BizTalk: TopXML Oracle Database Adapters Overview

  BizTalk Adapters Processing Generation of BizTalk schemas based on SQL statements, Stored Procedures (in, out, return parameters), multiple tables Periodic polling of data source Oracle alerts (send and receive) can send asynchronous notifications based on some events. Uses DBMS_ALERTS … Continue reading

Posted in BizTalk | Leave a comment