Main menu:

 

April 2008
M T W T F S S
« Mar   May »
 123456
78910111213
14151617181920
21222324252627
282930  

Site search

Archives

Categories

Tags

Links:

Archive for April, 2008

Error message when you try to build a project in BizTalk Server 2006 or BizTalk Server 2004: “Use of Unconstructed Message”

I developed a simple orchestration which  transforms the message1 to message2 and sends it to the client.  while I compile the orchestration , I get an error message “use of unconstructed message , message2″.
The resolution to the above problem is to create another temporary message variable of type message 2, and in the transform map, [...]

BizTalk Port on Partner orchestration

When an Orchestration A sends the message to Orchestration B using Send Port A, In order for Partner ports to be used in this scenario ,The PortName say SendPort1, PortType of Orchestration A , Say, OrchestrationA.PortType1 , the Port binding’s of send port A should be direct binding and the 3rd option should be selected [...]

Difference between Sequential and Parallel Convoys

Before writing about the Convoys, we need to know the reason why we require convoys in our application. Convoys are used to organize information in a way which follows certain sequence , if the successive processes are following the sequence.
In other words multiple single messages are required in order to accomplish a goal, which the [...]

Unable to create Microsoft Enterprise library instance

we had a requirement where we had to update the version of Microsoft Enterprise library from v.1.6.0.0 to v.2.0.0.0,
Biztalk server connects to the database using the connection string and other parameters configured in the configuration file, whose location is provided in the machine.config.
we had made the required changes by changing the assembly name and [...]

Unable to create host instance

After installing the BizTalk Server successfully , configuration was a not an easy task. I was able to create the group, but while configuring the Biz talk Runtime and creating the In-Process host and Instance, The tool was throwing the error. The error didnt give me any clue except, the wmi was unable the [...]

All about self correlating ports

The name itself suggests that you dont need a correlation set defined explicitly for such types of scenarios.
Scenario’s include when Orchestration A is calling Orchestration B.
I have just now completed developing the application with the self correlating concept.
Inventory used
A) Three logical ports for Orchestration A

Receive Port, physically bound to file adapter for receiving files)
Receive [...]

Why do you configure a logical port with Specify Later binding option

The main objective of configuring a logical port in the orchestration designer  with Specify Later is to give the administrator the flexibility to configure the physical ports in the production environment. and also if you are using the ftp ports,and if you, as a developer don’t have access to production environment, then the credentials wont [...]

Installing BizTalk Server 2006

The order of installation of various items should be taken into consideration while installing BizTalk Server 2006. Like ,
You should start with installation of Microsoft Visual Studio 2005, this installs Microsoft Dot Net Framework 2.0 Beta 2.0, Now when you try to install the sql server ,
It throws the error stating
SQL Server 2005 Beta [...]