Team Build: Could not find file ‘Microsoft.BizTalk.TOM.resources’ when...
I have set up Team Build to build a solution that contains Biztalk and C# projects. The environment I used was Biztalk 2010 and TFS 2010. When running the unit tests related to Biztalk Schemas or...
View ArticleBuild Biztalk Deployment Framework Projects using TFS2010
The Biztalk Deployment Framework (BTDF) is a utility to help Biztalk administrators to easily output the Biztalk application, its components, configuration, and port bindings to an MSI package....
View ArticleWeakly type vs strongly type stored procedures in Biztalk
The difference between Weakly Type vs strongly type Stored procedures in Biztalk is the way schema is generated. For a procedure under the Procedure node in Biztalk, the schema is weakly typed....
View ArticleConfigure WCF-SQL Adapter for Inbound Operation with FOR XML Clause
Add Generated Item option in visual studio does NOT generate proper schema when using FOR XML EXPLICIT clause. This post shows how to configure a receive port to consume WCF service. Make sure that...
View ArticleBiztalk Configure WCF-SQL Adapter for Outbound Operation using Typed Stored...
Follow the steps in section Consume Adapter Service Select sqlBinding from the dropdown Click the Configure button In the secure tab, select Windows from the “client credential type” drop down In the...
View ArticleCumulative update packages for BizTalk Server 2010
List of Cumulative update packages for BizTalk Server 2010 Cumulative update package 1 for BizTalk Server 2010 Cumulative update package 2 for BizTalk Server 2010 Cumulative update package 3 for...
View ArticleBiztalk: The “XLangTask” task failed unexpectedly
Last Monday I started, mainly, a Biztalk contract with a previous client. When I tried to build some of the work I have done before I was getting the following error: Error 1 The “XLangTask” task...
View ArticleBiztalk: Instance was not successfully terminated. Status is Pending
Sometimes when you try to terminate messages in Biztalk, messages may fail to terminate. Before you force the termination, you need to make sure you are ONLY terminating the messages you intend to...
View ArticleBiztalk: Failed to add resource(s). Change requests failed for some resources
Today while deploying a Biztalk project I got the following error Error 33 Access to the path ‘C:\Users\alasaad\Local...
View ArticleBiztalk: Error if shared data is updated in a parallel then all references in...
To solve the issue, Wrap the shapes in each branch with a scope Go the properties of each added scope Set the Synchronized Property true (Apply on each scope on each branch) Set the Transaction Type...
View Article