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, [...]
Posted: April 21st, 2008 under Uncategorized.
Comments: none
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 [...]
Posted: April 16th, 2008 under Uncategorized.
Comments: none
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 [...]
Posted: April 15th, 2008 under Uncategorized.
Tags: convoys
Comments: none
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 [...]
Posted: April 12th, 2008 under Uncategorized.
Comments: none
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 [...]
Posted: April 10th, 2008 under Uncategorized.
Comments: none
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 [...]
Posted: April 7th, 2008 under Uncategorized.
Comments: none
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 [...]
Posted: April 4th, 2008 under Uncategorized.
Tags: Port Bindings
Comments: none
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 [...]
Posted: April 1st, 2008 under Uncategorized.
Tags: BizTalk Server Installation
Comments: none