Welcome to MSDN Blogs Sign in | Join | Help

Biztalk Discoveries, Experiences

My Biztalk Discoveries, Experiences on day to day work, during Dev , Qa ,Deployment , Production environments etc

Browse by Tags

All Tags » Orchestration   (RSS)
Biztalk :Value does not fall within the expected range- Fixed
When we have 2 different Orchestration running under different host instances under the same application, we get the following Error, when we start the Application from biztalk admin console or scripts Could not enlist orchestration abc,Orchestrations, Read More...

Posted Thursday, July 10, 2008 8:07 PM by Sundara Prabu .T | 1 Comments

Biztalk 1 Port with Multiple Operations
1 single Biztalk Port can have many Biztalk Operations. Surprising !! We can right click on the Port and Add New Operation. If you notice closely, the operation gets added to the PortType in the orchestration view. so say you are receiving and message Read More...

Posted Wednesday, June 11, 2008 8:38 PM by Sundara Prabu .T | 0 Comments

Biztalk PortType, Port, Operation == Class, Instance, Methods
I have seen many people creating New PortTypes for every Port even if they are of the same data type. So I am giving a simple correlation between OOPs Classes and Biztalk PortTypes. Class (Similar To) PortTypes - Just defines Oneway or TwoWay Instance Read More...

Posted Wednesday, June 11, 2008 8:29 PM by Sundara Prabu .T | 0 Comments

Reuse of Port types
we have a A.btproj which has port type AcctPort which is a webref or a soap adapter port. we have a B.btproj which refrences A.btproj, Now when i need to create a port in B which is of same type AcctPort. can I reuse A.AcctPort . Is there any disadvantage Read More...

Posted Saturday, May 17, 2008 9:45 PM by Sundara Prabu .T | 2 Comments

Biztalk Orchestration vs .Net Class library Reusable code
Which is better for a non workflow based code that needs to be called from orchestrations. I believe that the .Net component is a better choice : 1. .Net Component Write a .Net component class library which exposes a static method which does the work, Read More...

Posted Wednesday, January 02, 2008 10:13 AM by Sundara Prabu .T | 0 Comments

Filed under: ,

Atomic scope for Non Serializable code
Many a times we use Atomic scope inside an orchestration to call non serializable code. for eg. Entreprise library logging component ver 3.0 is not serializable as the bts compiler suggests . error X2141: a non-serializable object type 'SomeAssembly.SomeComponent Read More...

Posted Wednesday, January 02, 2008 9:57 AM by Sundara Prabu .T | 1 Comments

Filed under: ,

Page view tracker