How to encrypt sections within BtsNtsvc.exe.config file?

Posted at: 8/13/2008 at 7:35 AM by saravana
It’s one of the common requirements in some of the projects I've worked on to put some kind of configuration information in the BizTalk config file, things like appSettings, connectionString etc. Majority of the time it will be ok to leave the value in plain text inside the xml based config file (for example by using integrated authentication connection string instead of providing username/password), and designing in the way so that you don’t put sensitive information inside the config file. Bu... [More]
Tags: |  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(12) | Comments RSS

Determine whether the BizTalk assembly is Debug or Release build at runtime.

Posted at: 6/2/2007 at 7:56 AM by saravana
Recently someone raised this question in the newsgroup, they wanted to branch inside the orchestration based on the build of the assembly itself. Whenever an assembly is build with "Debug" mode, some System.Diagnostics.DebuggableAttributes are added to the assembly. One such attribute is "IsJITTrackingEnabled", which will track information during code generation (MSIL) for the debugger. So, we can use the simple technique of reflection to determine whether the assembly... [More]
Tags:  Categories: .NET | BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(13) | Comments RSS

BizTalk HotRod Magazine.

Posted at: 4/17/2007 at 11:38 PM by saravana
This morning I came across this interesting magazine via Richard Seroter. I quickly glimpsed through the magazine at work and was very impressed by the contents straight away.  This is the first magazine I've seen dedicated to BizTalk resources. The first issue contains 8 good articles written by people from Microsoft and its partners. After seeing the content of the magazine I couldn't resist to wait till the weekend to update  BizTalk247. So, I ad... [More]
Tags:  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(3) | Comments RSS

Dear product team, One of the functionality I wish in BizTalk Server....

Posted at: 3/1/2007 at 7:18 PM by saravana
Problem: In one of our BizTalk solution we receive purchase orders in the form of flat-file via FTP adapter from different buyers. Different Receive Locations with specific service windows are configured for each buyers. We got the solution in place, which will process the received purchase order, does some business process, routing etc, etc via BizTalk. Recently we ended up in a strange situation, where we didn't receive any purchase order from one particular buye... [More]
Tags:  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(12) | Comments RSS

"BizTalk Server 2004: Receieve Pipeline woes v2" by Charles Young, I guess description for "Seekable streams and MAPS" is incorrect.

Posted at: 2/19/2007 at 7:32 PM by saravana
Charles Young has written this article "Receive Pipeline Woes V2"  few months back. It's one of the very good articles out there, which explains some of the insights of BizTalk Server internals. But under the heading "Seekable Streams" it appears that the description is not correct. Recently, I came across a strange problem with custom pipeline component and Biztalk MAPs. My custom pipeline component does very simple task something like re... [More]
Tags: |  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(8) | Comments RSS

My white paper published on msdn.microsoft.com/biztalk homepage

Posted at: 2/5/2007 at 6:38 PM by saravana
Last month I've written an article about Using design time properties in Biztalk Server. Initially the white paper was published on the download section of Microsoft site and there was no link from Biztalk pages. This morning I bumped into msdn looking for some other resource and found my article right on the home page of biztalk as a very first link Thanks Luke and editors for making this happen. Nandri! Saravana
Tags:  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(1) | Comments RSS

Microsoft.BizTalk.Gac.Fusion, Access denied Exception and GAC is empty

Posted at: 1/8/2007 at 7:56 PM by saravana
  Once in a while you get the following error while trying to compile/build the BizTalk project (With few more Access denied errors and some HRESULT values). Error 2 at Microsoft.BizTalk.Gac.Fusion.IAssemblyCache.InstallAssembly(AssemblyCacheInstallFlag flags, String manifestFilePath, FusionInstallReference referenceData) at Microsoft.BizTalk.Gac.Gac.InstallAssembly(String assemblyPathname, Boolean force) at Microsoft.BizTalk.Deployment.BizTalkAssembly.GacInstall(String ... [More]
Tags: | |  Categories: .NET | BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(19) | Comments RSS

New Biztalk Server 2004 Technical documents

Posted at: 4/21/2005 at 9:31 AM by saravana
Understanding BizTalk Server 2004 BizTalk Server 2004 Performance Characteristics Developing Integration Solutions with BizTalk Server 2004
Tags:  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(5) | Comments RSS

Biztalk FAQ

Posted at: 3/24/2005 at 7:09 PM by saravana
Advanced basics. This faq covers some of the Advanced basic questions, which arise on most of the developers head during the initial stages. It's really good http://www.netologi.se/default.aspx?Contents=BizTalkFAQ&Row=14#14
Tags:  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(7) | Comments RSS

Control Orchestration Dehydration time

Posted at: 3/9/2005 at 5:10 PM by saravana
Have you ever wondered how to control the Orchestration Dehydration time? modify your BTSNTSvc.exe.config file as explained in the following link. (Biztalk Documentation Rocks!) Look at the sample at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sdk/htm/ebiz_prog_orch_jzex.asp
Tags:  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(3) | Comments RSS