Sign In
Biztalk Discoveries, Experiences
My Biztalk Discoveries, Experiences on day to day work, during Dev , Qa ,Deployment , Production environments etc
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Archive
automated build
Bindings
Biztalk
biztalk administration
biztalk Map
Biztalk Messages
btproj
build
Commerceserver Adapter
Debug
Deploy
Distinguished Property
Email
functoid
Host Instances
how to Map
Log
map
Message
msbuild
Orchestration
PortType
sdctasks
Testcases
Archive
Archives
August 2008
(2)
July 2008
(15)
June 2008
(5)
May 2008
(2)
April 2008
(6)
February 2008
(2)
January 2008
(4)
July, 2008
MSDN Blogs
>
Biztalk Discoveries, Experiences
>
July, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Biztalk Discoveries, Experiences
Msbuild Biztalk Add Resources, Add Application
Posted
over 4 years ago
by
Y2KPRABU
2
Comments
<Project xmlns=" http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets="AddBtResx;"> <PropertyGroup > <BTServerName></BTServerName> <BTServerDatabase></BTServerDatabase> <MsgFailed>Failed...
Biztalk Discoveries, Experiences
Msbuild Send Email SMTP Server
Posted
over 4 years ago
by
Y2KPRABU
2
Comments
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " EmailIt " > < Import Project = "c:\sdc \Microsoft.Sdc.Common.Tasks " /> < PropertyGroup > < MsgFailed > Failed Email for <...
Biztalk Discoveries, Experiences
Msbuild Archive Files Unique Zip file Name
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
this Explains how to use Msbuild to zip some log files. the zipfilename is generated from date time information, hence unique. < Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " ZipLogs " > <Import...
Biztalk Discoveries, Experiences
Msbuild Run Test Cases
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " RunUnitTests " > < Target Name = " RunUnitTests " > < Exec Command = ' MSTest.exe /testmetadata:"c:\testproj.vsmdi" ' /> <...
Biztalk Discoveries, Experiences
Msbuild Biztalk Start Host Instances
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " StartHosts " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" /> < PropertyGroup > < MsgFailed > Failed StartHosts for <...
Biztalk Discoveries, Experiences
Msbuild Biztalk Start Biztalk Applications
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " StartBizTalkApplication " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" /> < PropertyGroup > < MsgFailed > Failed StartApp...
Biztalk Discoveries, Experiences
Msbuild Publish WebServices
Posted
over 4 years ago
by
Y2KPRABU
0
Comments
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " PublishSite " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" /> < PropertyGroup > < MsgFailed > Failed PublishWebSite...
Biztalk Discoveries, Experiences
Msbuild Biztalk Import Bindings
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " AddReferences;ImportBindings " > <Import Project="c:\sdc\Microsoft.Sdc.Common.Tasks" /> < PropertyGroup > < MsgFailed > Failed...
Biztalk Discoveries, Experiences
Msbuild Biztalk Stop Applications
Posted
over 4 years ago
by
Y2KPRABU
0
Comments
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " CheckAppExists;StopApplication;RemoveReferences;UnDeploy " > < Import Project = "c:\sdc \Microsoft.Sdc.Common.Tasks " /> < PropertyGroup...
Biztalk Discoveries, Experiences
Msbuild Biztalk Stop Host Instances
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
< 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...
Biztalk Discoveries, Experiences
Msbuild Deploy Biztalk Solution Projects
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " DefaultTargets = " BuildSolutions;SuccessLog " > < PropertyGroup > < MsgBuildFailed > Failed deploy for </ MsgBuildFailed > < MsgBuildSuccess...
Biztalk Discoveries, Experiences
Msbuild Build Biztalk Project
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
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...
Biztalk Discoveries, Experiences
Msbuild Get Latest From TFS
Posted
over 4 years ago
by
Y2KPRABU
0
Comments
< Project xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " > < Target Name = " GetLatestFromTFS " > < Message Importance = " normal " Text = " start GetLatest for " ></ Message > < Exec Command = ' TF...
Biztalk Discoveries, Experiences
Biztalk :Value does not fall within the expected range- Fixed
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
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...
Biztalk Discoveries, Experiences
Should I Use the sp_ Prefix for Procedure Names?
Posted
over 4 years ago
by
Y2KPRABU
1
Comments
SQL Server gives name-resolution preference to the master database for procedures that have the sp_ prefix. SQL Server looks for a compiled plan for the procedure associated with the master database and doesn't find it because, in this case, the sp_Select1...
Page 1 of 1 (15 items)