BizTalk Server Tutorial

BizTalk Server Concepts and Common Errors

BizTalk Server
Feature blog image

Mar 2

Newly Created Host Instance is not visible in Send / Receive handlers.

Assume that you created a new In-process Host and a Host Instance Thought you start the host instance, it will not be immediately visible in Send / Receive

By Siva Gujju
Feature blog image

Mar 2

How to validate incoming Messages for XML Structure and Data Type using existing XMLReceive Pipel...

In every project we develop, we may have to validate input message against schemas for XML Structure and Data Type of XML Elements Instead of developing a

By Siva Gujju
Feature blog image

Feb 23

How to find the Number of Persistence points used in the BizTalk Application?

Definition of Persistence points and its use can be found every where by googling But, how do we measure, the number of persistence points in our

By Siva Gujju
Feature blog image

Feb 21

Debugging Orchestrations in BizTalk 2009 using C# .cs file

An Orchestration odx file contains an XML file and code written in a language specific to BizTalk called X# You can easily find these, when you right click an

By Siva Gujju
Feature blog image

Feb 20

An alternative to SQL Receive Adapter

Details about SQL Receive Adapter can be found here It simply Polls SQL Server DB for data Though this is an useful adapter, at times, it increases load on

By Siva Gujju
Feature blog image

Feb 16

No Views are displayed in BAM Portal!!!!

We may wonder why even after sucessful deployment of BAM activities and views , why views are not getting displayed inside BAM Portal The straight reason is

By Siva Gujju
Feature blog image

Jan 25

Cannot create new BizTalk projects in Visual Studio 2008 – “Project Creation Failed&#...

Sometimes when trying to craete new Biztalk project in VS 2008, we may encounter is errorIn addition to this error in IDE, a Warning also will be generated in

By Siva Gujju
Feature blog image

Jan 21

Error “TOMTreeGenerator.GetElementAbsoluteType: Object reference not set to an instance of ...

This error occurs because of the schema testing limitation for the Schemas containing any imported schema/schemas This can be overcome by creating custom

By Siva Gujju
Feature blog image

Jan 20

Can we use Non-Serializable Classes or Types in an Orchestration ?

You can download the entire article as a PDF document Can we use Non-Serializable Classes or Types in an Orchestration Biztalk is entirely Stateless This is

By Siva Gujju
Feature blog image

Jan 18

First Check in Deployment – For Beginners

A must to do check, before deploying an application - is to check in which server you are deploying This can be found in the Project Properties ->

By Siva Gujju
turbo360

Back to Top