Main menu:

 

January 2008
M T W T F S S
« Dec   Feb »
 123456
78910111213
14151617181920
21222324252627
28293031  

Site search

Archives

Categories

Tags

Links:

Archive for January, 2008

Error due to change of date on the system

when i tried to change the date on my system and tried to deployed my BizTalk server application, it threw an error.
Could not store transport type data for Receive Location ‘Application_RecvLoc’ to config store. Primary SSO Server ‘Server X ‘ failed. The external credentials in the SSO database are more recent.
Resolution: change the date of [...]

Why are Correlations used in BizTalk Server

In order to co-relate two messages , we need to find a way , and the same can be achieved with the help of correlations.
A simple scenario where we can think of correlation is Purchase Order and Purchase Order Acknowledgement message.
If the distributor sends to the supplier a Purchase Order request, suppose , you set [...]

Tracking Milestones using BAM in BizTalk Server

I found a very interesting tutorial provided by Microsoft, that will help you in learning and implementing BAM into your BizTalk Server Applications, BAM is nothing but Business Activity Monitoring, which is used by Information workers and Business Analysts to track the data, milestones, duration between activities and many other KPIs (Key Performance [...]

Good News

Hello everyone,
I am happy to unveil about the fact that ,this blog http://biztalkserverguide.com/ is on the first page on the Google search engine for the keywords “BizTalk Server Guide“, as most of the key words are in the URL itself and the content of the blog should justify the title and description of the [...]

Capturing and sending the response via request response port

Hi,
I have a Request Response port, I am able to send the request message to my BizTalk Server Application by hooking a file receive port subscribed by a HTTP send port. Now I am able to capture the response in the Orchestration before sending the response to the response port of the Request Response [...]

How to create Trading Partner and Trading Clients using BAS

You can create a trading partner using the business activity services , if the trading partner has different trading clients , you can even create clients which are associated with this trading partner.
for each trading client you can create the BAS send ports by clicking the advanced tab.
you can select the type of adapter (File,HTTP,etc)
Based [...]

Sending an acknowledgement message to the Client

Hi,
I had encountered a requirement in my project where I was supposed to send the acknowledgment via HTTP after the receipt of the input message from the HTTP adapter.
I used request response port, the orchestration request port was connected to the receive shape.
I created an acknowledgement message in memory, using a variable of type [...]

Importance of Copy Local property while adding component reference to your BizTalk Server Application

If you have written a component say X in c# ,and are planning to call this component in your BizTalk Server Application Y, you can do the same by right clicking on the BizTalk Server Application Y ’s project -> add references and then pointing to the component’s assembly , this process will add component [...]