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

Syndication

News

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

Browse by Tags

All Tags » Biztalk   (RSS)
Biztalk Map Runtime Error: Error converting data type nvarchar to numeric
this Error is quite cryptic because it doesnt say which field failed. After a long struggle I figured out that it was because of mapping a string element to a decimal element in xml. it was trying to insert empty string "" into a decimal field. The way Read More...

Posted Wednesday, August 27, 2008 6:20 PM by Sundara Prabu .T | 0 Comments

Filed under: , ,

Biztalk Build Error 'System.String' must be Xml serializable to be a message part type
hi I encountered this error today while building an Orchestration Error 9 'System.String' must be Xml serializable to be a message part type -- check event log for more information C:\asa\sds\oresCanonical.odx the Only solution I have is to restart visual Read More...

Posted Wednesday, August 27, 2008 6:17 PM by Sundara Prabu .T | 0 Comments

Filed under:

Msbuild Biztalk Add Resources, Add Application
<Project xmlns=" http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets="AddBtResx;"> <PropertyGroup > <BTServerName></BTServerName> <BTServerDatabase></BTServerDatabase> <MsgFailed>Failed Adding Read More...

Posted Thursday, July 31, 2008 3:12 PM by Sundara Prabu .T | 1 Comments

Filed under: , ,

Msbuild Biztalk Start Host Instances
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " StartHosts " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" /> < PropertyGroup > < MsgFailed > Failed StartHosts for </ MsgFailed Read More...

Posted Thursday, July 31, 2008 2:50 PM by Sundara Prabu .T | 1 Comments

Filed under: ,

Msbuild Biztalk Start Biztalk Applications
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " StartBizTalkApplication " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" /> < PropertyGroup > < MsgFailed > Failed StartApp for Read More...

Posted Thursday, July 31, 2008 2:44 PM by Sundara Prabu .T | 1 Comments

Filed under: , ,

Msbuild Biztalk Import Bindings
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " AddReferences;ImportBindings " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" /> < PropertyGroup > < MsgFailed > Failed Binding Read More...

Posted Thursday, July 31, 2008 2:33 PM by Sundara Prabu .T | 1 Comments

Filed under: , ,

Msbuild Biztalk Stop Applications
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " CheckAppExists;StopApplication;RemoveReferences;UnDeploy " > < Import Project = "c:\sdc \Microsoft.Sdc.Common.Tasks " /> < PropertyGroup > < Read More...

Posted Thursday, July 31, 2008 2:28 PM by Sundara Prabu .T | 0 Comments

Msbuild Biztalk Stop Host Instances
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " StopHosts " > < Import Project = "C:\sdc \Microsoft.Sdc.Common.Tasks " /> -- Download sdctasks from Codeplex.com and put it here < PropertyGroup Read More...

Posted Thursday, July 31, 2008 2:23 PM by Sundara Prabu .T | 1 Comments

Msbuild Deploy Biztalk Solution Projects
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " BuildSolutions;SuccessLog " > < PropertyGroup > < MsgBuildFailed > Failed deploy for </ MsgBuildFailed > < MsgBuildSuccess > success Read More...

Posted Thursday, July 31, 2008 2:20 PM by Sundara Prabu .T | 1 Comments

Filed under: , ,

Msbuild Build Biztalk Project
I have used exec task inside msbuild and achieved the same.. for the rest like stopping / starting host instances, I use sdc tasks.. < Target Name = " BuildSolutions " > < Exec Command = ' devenv.com /build $(BuildType) "c:\customer.btproj" ' Read More...

Posted Thursday, July 31, 2008 2:15 PM by Sundara Prabu .T | 1 Comments

Filed under: ,

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

Biztalk BuildHelper
Biztalk projects dont use the assemblyinfo.cs as you are aware. it uses the btproj property instead. http://www.codeplex.com/biztalk .useful in automating daily builds etc. Biztalk buid helper is a command line tool It increments the version numbers of Read More...

Posted Saturday, June 07, 2008 1:07 AM by Sundara Prabu .T | 0 Comments

Biztalk Assembly Version Updater
The attached document Describes in step by step fashion, how to update biztalk assembly versions in daily build scenarios. Since btprojs dont use assemblyinfo.cs they are treated differently. Read More...

Posted Friday, May 23, 2008 10:52 AM by Sundara Prabu .T | 2 Comments


Attachment(s): BiztalkAssembly - Web.docx

More Posts Next page »
Page view tracker