<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The dot before the Net</title><link>http://blogs.msdn.com/sanket/default.aspx</link><description>Expect to find here about .Net, latest Microsoft technologies, some non Microsoft technologies and a lot more about ME :)</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Quick Tips: DTA DB Purge without Archiving</title><link>http://blogs.msdn.com/sanket/archive/2009/06/06/quick-tips-dta-db-purge-without-archiving.aspx</link><pubDate>Sat, 06 Jun 2009 20:16:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9702935</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/sanket/comments/9702935.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=9702935</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=9702935</wfw:comment><description>&lt;p&gt;BizTalk provides an out of the box job that can be configured to archive and purge BizTalk databases. But sometimes you might be in a situation where archival not necessary and you might as well save that time and simply purge the tracking data. 
&lt;/p&gt;&lt;p&gt;If you want to do that, here is a quick tip – 
&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Open the SQL Management Studio, connect to the BizTalk tracking database server
&lt;/li&gt;&lt;li&gt;Run the following sproc on the DTADB - &lt;span style="color:black; font-family:Verdana; font-size:8pt"&gt;&lt;em&gt;dtasp_PurgeAllCompletedTrackingData&lt;/em&gt;&lt;/span&gt;
		&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This stored procedure takes care of purging all the data without archiving. This link (&lt;a href="http://msdn.microsoft.com/en-us/library/dd745781.aspx"&gt;http://msdn.microsoft.com/en-us/library/dd745781.aspx&lt;/a&gt;) will provide further details for BizTalk 2006 R2.
&lt;/p&gt;&lt;p&gt;It's very handy when cleaning off the database for production go-live after performing a quick smoke test.
&lt;/p&gt;&lt;p&gt;--Sanket
&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9702935" width="1" height="1"&gt;</description></item><item><title>Required NTFS permissions for BizTalk File Adapter connecting to network share</title><link>http://blogs.msdn.com/sanket/archive/2009/06/06/required-ntfs-permissions-for-biztalk-file-adapter-connecting-to-network-share.aspx</link><pubDate>Sat, 06 Jun 2009 05:38:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9702450</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sanket/comments/9702450.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=9702450</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=9702450</wfw:comment><description>&lt;p&gt;When connecting to a network file share using BizTalk File adapter, you might've noticed that just specifying "Modify" rights is not sufficient. In simple configuration terms, you would need to have a minimum of "Full Control" or the BizTalk Host Service Account. Obviously this would not gel well with the system administrators. 
&lt;/p&gt;&lt;p&gt;Tom Canter (&lt;a href="http://blogs.neudesic.com/blogs/enterprise_integration/archive/2007/02/22/4260.aspx"&gt;http://blogs.neudesic.com/blogs/enterprise_integration/archive/2007/02/22/4260.aspx&lt;/a&gt;) has put down the exact permissions that you would require for the FILE adapter that would help alleviate some of the concerns for the admins. 
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Overall, here is what it boils down to – 
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration:underline"&gt;&lt;strong&gt;For the FILE Receive Adapter 
&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;After you provide "Modify" rights, Click on "Advanced" button and on the Advanced Security Dialog, edit the permission entries for the BizTalk Service Account
&lt;/li&gt;&lt;li&gt;Here you will notice that the "Delete Sub Folders and Files" option is not given by default. This is exactly the missing link for the receive adapter.
&lt;/li&gt;&lt;li&gt;Simply set this property and you are good to go without "Full Control"
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration:underline"&gt;&lt;strong&gt;For the FILE Send Adapter
&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;div&gt;If you are NOT USING the "use temporary file while writing" attribute on your send port, only the following permissions are required on the permissions entry dialog
&lt;/div&gt;&lt;ul style="margin-left: 72pt"&gt;&lt;li&gt;&lt;div&gt;Create Files / Write Data
&lt;/div&gt;&lt;p&gt;
 &lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;If you are using the "use temporary file while writing" attribute on your send port, the following permissions are required on the permissions entry dialog
&lt;/div&gt;&lt;ul style="margin-left: 72pt"&gt;&lt;li&gt;Create Files / Write Data
&lt;/li&gt;&lt;li&gt;Delete Files
&lt;/li&gt;&lt;li&gt;Delete Sub Folders and Files
&lt;/li&gt;&lt;li&gt;Read Permissions
&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9702450" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/Biztalk/default.aspx">Biztalk</category><category domain="http://blogs.msdn.com/sanket/archive/tags/FILE+Adapter/default.aspx">FILE Adapter</category></item><item><title>Trouble setting the BizTalk Backup Job?</title><link>http://blogs.msdn.com/sanket/archive/2009/06/06/trouble-setting-the-biztalk-backup-job.aspx</link><pubDate>Sat, 06 Jun 2009 05:19:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9702443</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sanket/comments/9702443.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=9702443</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=9702443</wfw:comment><description>&lt;P&gt;Recently, I faced some of the issues below when configuring BizTalk Disaster Recovery at one of my customers. The BizTalk solution was implemented on HyperV and since earlier clustering was not supported for SQL 2005 (BTW, it is supported now), we had to separate the Message Box database and the Management, SSO &amp;amp; Tracking databases to ensure better solution performance. The overall configuration looked as below – &lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 360px; HEIGHT: 217px" align=left src="http://blogs.msdn.com/photos/sanket/images/9702444/original.aspx" width=426 height=221 mce_src="http://blogs.msdn.com/photos/sanket/images/9702444/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;Due to this configuration, there were some minor complications that kicked in when setting up the backup jobs. &lt;/P&gt;
&lt;P&gt;When configuring BizTalk with the above topology, the BizTalk configuration will create a SQL Linked Server between the Management database and the Message Box database. The backup jobs resides on the management database and the linked server is supposed to help communication with message box server and facilitate the backups. &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV&gt;When we first started with testing the backups job, we ran into the following issue – &lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;lt;Msgbox DB Server Name&amp;gt; is not configured for RPC. SQLSTATE 42000. Error 7411 &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;As the error message points out, the first suspect is usually to check if the RPC service is working on the message box SQL Server. If BizTalk is performing its required tasks, then chances are that the issue is elsewhere. Since DTC requires RPC. And BizTalk cannot live without DTC. &lt;/P&gt;
&lt;P&gt;The second step is to check the Linked Server properties and ensure that the "RPC Out" property is enabled. Enabling this allows RPC communication between the servers. &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;Secondly, if both the SQL Servers are configured to use different service accounts, make sure that both the service accounts should have access to the network share that creates the backup and log files. In the above case, the service account that was configured for the message box server did not had access to the network share. The BizTalk backup job in turn "instructs" the message box database server to perform the backup. Hence, the actual writing of the backup file happens with the SQL service account configured on the message box server. If you do not have this setup right, chances are that you will see the familiar "Access is denied" error message and the Backup job will fail. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Hopefully these experiences might save some time the next time you run into this configuration. &lt;/P&gt;
&lt;P&gt;--Sanket&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9702443" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/Biztalk/default.aspx">Biztalk</category><category domain="http://blogs.msdn.com/sanket/archive/tags/Backup+Jobs/default.aspx">Backup Jobs</category><category domain="http://blogs.msdn.com/sanket/archive/tags/Disaster+Recovery/default.aspx">Disaster Recovery</category></item><item><title>IE8: Web Slices – Keep yourself updated!</title><link>http://blogs.msdn.com/sanket/archive/2009/02/04/ie8-web-slices-keep-yourself-updated.aspx</link><pubDate>Wed, 04 Feb 2009 21:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9396354</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sanket/comments/9396354.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=9396354</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=9396354</wfw:comment><description>&lt;P&gt;Another amazing feature that IE 8 has pulled out of the hat is – the Web Slices. Today, a very common way of keeping the visitors updated about what's happening on your website is using the RSS. However, maintaining these feeds usually require the websites to duplicate the data access in multiple locations – on the page as well as on the RSS feeds. &lt;/P&gt;
&lt;P&gt;With the IE 8 web slices feature, your web site customers can now subscribe to parts of the web page which they would want to get updated about. Areas within a particular webpage can be marked as a web slice by the web developers when creating the sites. &lt;IMG title="Web Slice button on IE toolbar" style="WIDTH: 197px; HEIGHT: 82px" height=82 alt="Web Slice button on IE toolbar" src="http://blogs.msdn.com/photos/sanket/images/9393696/original.aspx" width=197 align=left mce_src="http://blogs.msdn.com/photos/sanket/images/9393696/original.aspx"&gt;&lt;/P&gt;
&lt;P&gt;These web slices can then be subscribed to by the web site visitors. Subscribing is as simple as clicking the green web slice button on the IE 8 toolbar when you visit the site. Once subscribed, that area can be accessible and visible through the Favorites menu. In other words you don't have to go to the website every time to see what's updated. &lt;/P&gt;
&lt;P&gt;The possibilities are end-less – You might want to keep yourself updated about the new releases on the codeplex, or just get the latest news right in your browser window, or even watch out for the stock that you bought last week. &lt;/P&gt;
&lt;P&gt;&lt;SPAN style="TEXT-DECORATION: underline"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="TEXT-DECORATION: underline"&gt;&lt;STRONG&gt;Web Slices for Web Developers &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;It is quite amazing how simple it is to build discoverable web slices for the web developers. The web slices is based on the &lt;A href="http://microformats.org/wiki/hatom" mce_href="http://microformats.org/wiki/hatom"&gt;hAtom.Microformat&lt;/A&gt; with a few additional properties. It uses the HTML tags with specific properties &amp;amp; classes to create a section of the web page that can be subscribed to. IE 8 detects the web slices by scanning for elements that use the class &lt;SPAN style="FONT-FAMILY: Courier New"&gt;hSlice&lt;/SPAN&gt;, have a unique id property and have at least one child using the class &lt;SPAN style="FONT-FAMILY: Courier New"&gt;entry-title&lt;/SPAN&gt;. &lt;/P&gt;
&lt;P&gt;To try this out real quick – here is how you can develop your web page. Once you have your web page ready with content, determine which sections you need to expose as web slices. For those sections, simply wrap them in a div as – &lt;/P&gt;
&lt;DIV&gt;
&lt;TABLE class="" style="BACKGROUND: #d9d9d9; BORDER-COLLAPSE: collapse" border=0&gt;
&lt;COLGROUP&gt;
&lt;COL style="WIDTH: 638px"&gt;&lt;/COLGROUP&gt;
&lt;TBODY vAlign=top&gt;
&lt;TR&gt;
&lt;TD class="" style="BORDER-RIGHT: black 0.5pt solid; PADDING-RIGHT: 7px; BORDER-TOP: black 0.5pt solid; PADDING-LEFT: 7px; BORDER-LEFT: black 0.5pt solid; BORDER-BOTTOM: black 0.5pt solid"&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;div class="hslice" id="myWebSlice"&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;h2 class="entry-title"&amp;gt;My Web Slice Title&amp;lt;/h2&amp;gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!-- My dynamic content goes here &lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Wingdings"&gt;à&lt;/SPAN&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY: Courier New"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;
&lt;P&gt;Whenever visitors visits this page in IE8, they will be able to subscribe to this web slice by clicking on the green web slice button in the IE8 toolbar. Alternatively, they can also hover over to content to get the web slice button right besides it. &lt;/P&gt;The web slices offer a lot of flexibility in terms of controlling the update frequency or providing an alternative data source to update, etc. &lt;A href="http://msdn.microsoft.com/en-us/library/cc196992.aspx" mce_href="http://msdn.microsoft.com/en-us/library/cc196992.aspx"&gt;This article on MSDN&lt;/A&gt; covers the web slices in a good details. 
&lt;P&gt;Happy Browsing, &lt;/P&gt;
&lt;P&gt;--Sanket&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9396354" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/IE8/default.aspx">IE8</category></item><item><title>IE 8: The onset of an amazing browsing experience</title><link>http://blogs.msdn.com/sanket/archive/2009/02/03/ie-8-the-onset-of-an-amazing-browsing-experience.aspx</link><pubDate>Tue, 03 Feb 2009 22:58:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9393666</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sanket/comments/9393666.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=9393666</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=9393666</wfw:comment><description>&lt;p&gt;OK. So there has already been a lot of buzz about the amazing features that IE 8 now has to offer for the ultimate browsing experience. &lt;br/&gt;There are some articles out there which go ga-ga over the awesome feature set and then there are others who say that Microsoft is just catching up with the other players already in the market. Well, for this post, I leave the decision to you. I recently installed the IE8 and am enjoying the amazing feature set it has to offer. As I go on with exploring the features, do expect further post to contain a lot more details. 
&lt;/p&gt;&lt;p&gt;Some of the cool feature-lets (that's a term I came up with – it just says – a small feature) that I found right on the first look – 
&lt;/p&gt;&lt;ul style="margin-left: 54pt"&gt;&lt;li&gt;Starting with what I do the most – searching. Yes that's enhanced. The top right hand instant search box is a lot friendlier and provides real time suggestions and images. I choose to search from Wikipedia and it also gives me the related images in the search – that's so awesome. Well, for those who have earned the MS critiques reputation – you can always go ahead and choose the search provider you want. 
&lt;/li&gt;&lt;li&gt;OK. So what's next? Looking for an address? No more copy pasting of the address into the live maps (or the G* maps) anymore. Simply highlight the address and click on the blue button that appears above &amp;amp; hover on "Map with Live Search". That's it. You get your address located in the live maps. Well, I hear you all – it allows choosing the mapping service that you like. 
&lt;/li&gt;&lt;li&gt;There is a whole bunch of things related to "in-private" browsing. It allows you to browse in a private session. Any pages that you browse in here do not end up having the cookies lingering on your machine after the browser session. That's browsing with no trail left behind. I leave it upto your imagination on how you would want to use this feature. ;)
&lt;/li&gt;&lt;li&gt;Another cool feature-let, it groups the pages together. For instance, let's say you are researching about "&lt;a href="http://www.microsoft.com/soa/products/oslo.aspx"&gt;Oslo&lt;/a&gt;" (not Norway's Capital, but the &lt;a href="http://www.microsoft.com/soa/products/oslo.aspx"&gt;amazing new Microsoft technology&lt;/a&gt;) &amp;amp; "How Diet Pepsi is made?" in the same browser window. Now whenever you open the pages in the new window from any of these tabs, the browser detects the thread and relates all the tabs together with a single color. So now you can quickly make out if a given tab is for Oslo or for Diet Pepsi.
&lt;/li&gt;&lt;li&gt;Apart from this, there are a bunch of security related features that would ensure that you are always protected from the malicious software lurking on. And still more features that allow the developers to provide exciting features that you will discover along the way. I will cover those in separate posts. 
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Seems Interesting? Well, why don't you try it out for yourself? Microsoft has just released the RC1 bits for IE8. You can download it &lt;a href="http://www.microsoft.com/ie8"&gt;here&lt;/a&gt;. 
&lt;/p&gt;&lt;p&gt;Let me know what you think about this. 
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Happy Browsing, &lt;br/&gt;-- Sanket &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9393666" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/IE8/default.aspx">IE8</category></item><item><title>Need a list of server patches?</title><link>http://blogs.msdn.com/sanket/archive/2009/01/30/need-a-list-of-server-patches.aspx</link><pubDate>Sat, 31 Jan 2009 00:01:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9385318</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sanket/comments/9385318.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=9385318</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=9385318</wfw:comment><description>&lt;P&gt;Most of the Windows machines use the automatic updates to install the latest updates from Microsoft. Recently, we ran into an issue where the Biztalk configuration started failing on one of the servers. Having to investigate if this was caused by a patch, we were looking at a quick way of figuring out if there is an easy way to get a list of the updates made to the operating system. &lt;/P&gt;
&lt;P&gt;A quick search suggested the command line tool WMIC that can be used for this purpose. Using WMIC as below would give you the complete details of the patches that were installed on the machine - &lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;C:\&amp;gt;WMIC QFE LIST&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;WMIC is the command line interface for WMI &amp;amp; works from Windows XP&amp;nbsp;&amp;amp; Windows Server 2003 onwards. Complete details for WMIC can be found &lt;A class="" href="http://msdn.microsoft.com/en-us/library/aa394531(VS.85).aspx" mce_href="http://msdn.microsoft.com/en-us/library/aa394531(VS.85).aspx"&gt;here&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;--Sanket&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9385318" width="1" height="1"&gt;</description></item><item><title>The Bloggers Guide to "Connected Systems"</title><link>http://blogs.msdn.com/sanket/archive/2009/01/06/the-bloggers-guide-to-connected-systems.aspx</link><pubDate>Tue, 06 Jan 2009 23:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9286094</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sanket/comments/9286094.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=9286094</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=9286094</wfw:comment><description>&lt;P&gt;There is a &lt;A class="" href="http://bloggersguides.net/media/p/186.aspx" target=_blank mce_href="http://bloggersguides.net/media/p/186.aspx"&gt;new bloggers guide&lt;/A&gt; recently published by &lt;A class="" href="http://geekswithblogs.net/asmith/Default.aspx" target=_blank mce_href="http://geekswithblogs.net/asmith/Default.aspx"&gt;Alan Smith&lt;/A&gt;. This guide provides a good overview of the next wave of the connected systems technologies. &lt;BR&gt;It starts with the WCF &amp;amp; WF 4.0 and makes its way to the Biztalk 2009, Oslo, Dublin and finally even the Azure (a.k.a BizTalk Services). &lt;/P&gt;
&lt;P&gt;Plus it includes bloggers like - &lt;A class="" href="http://geekswithblogs.net/asmith/Default.aspx" target=_blank mce_href="http://geekswithblogs.net/asmith/Default.aspx"&gt;Alan Smith&lt;/A&gt; (himself), &lt;A class="" href="http://blogs.msdn.com/darrenj/" target=_blank mce_href="http://blogs.msdn.com/darrenj/"&gt;Darren Jefford&lt;/A&gt;, &lt;A class="" href="http://geekswithblogs.net/cyoung/" target=_blank mce_href="http://geekswithblogs.net/cyoung/"&gt;Charles Young&lt;/A&gt;, &lt;A class="" href="http://www.pluralsight.com/community/blogs/dbox/" target=_blank mce_href="http://www.pluralsight.com/community/blogs/dbox/"&gt;Don Box&lt;/A&gt;, &lt;A class="" href="http://blog.brianloesgen.com/" target=_blank mce_href="http://blog.brianloesgen.com/"&gt;Brian &lt;/A&gt;&lt;SPAN class=SpellE&gt;&lt;A class="" href="http://blog.brianloesgen.com/" target=_blank mce_href="http://blog.brianloesgen.com/"&gt;Losegen&lt;/A&gt;, &lt;/SPAN&gt;&lt;A class="" href="http://www.pluralsight.com/aaron" target=_blank mce_href="http://www.pluralsight.com/aaron"&gt;Aaron &lt;/A&gt;&lt;SPAN class=SpellE&gt;&lt;A class="" href="http://www.pluralsight.com/aaron" target=_blank mce_href="http://www.pluralsight.com/aaron"&gt;Skonnard&lt;/A&gt;, &lt;/SPAN&gt;Jeff "&lt;SPAN class=SpellE&gt;Pinkey&lt;/SPAN&gt;" Pinkston, Martin Fowler, Andreas &lt;SPAN class=SpellE&gt;Erben, &lt;/SPAN&gt;&lt;SPAN class=SpellE&gt;Imran&lt;/SPAN&gt; &lt;SPAN class=SpellE&gt;Shafqat.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Definitely a must-read to keep up to the CS&amp;nbsp;pace. You can find the guide &lt;A class="" href="http://bloggersguides.net/media/p/186.aspx" target=_blank mce_href="http://bloggersguides.net/media/p/186.aspx"&gt;here&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;--Sanket&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9286094" width="1" height="1"&gt;</description></item><item><title>BizTalk 2006 R2 Pre-requisites CAB Files</title><link>http://blogs.msdn.com/sanket/archive/2008/08/15/biztalk-2006-r2-pre-requisites-cab-files.aspx</link><pubDate>Sat, 16 Aug 2008 01:37:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8870918</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sanket/comments/8870918.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=8870918</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=8870918</wfw:comment><description>&lt;p&gt;I had earlier compiled this list for BizTalk 2006 pre-requisites CAB files &lt;a href="http://blogs.msdn.com/sanket/archive/2006/07/17/BizTalk-2006-Pre_2D00_Requisites-CAB-files.aspx"&gt;here&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;Now that we have BizTalk 2006 R2, it needs a complete separate list of pre-requisites. The CAB files for 2006 dont work with 2006 R2. &lt;/p&gt;  &lt;p&gt;So here is a list of those for R2 (in EN language) for a easy reference. &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Windows 2003 Server 32 bit&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=81468"&gt;http://go.microsoft.com/fwlink/?LinkId=81468&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Windows 2003 Server 64 bit&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=81459"&gt;http://go.microsoft.com/fwlink/?LinkId=81459&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Vista 64 bit&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=81423"&gt;http://go.microsoft.com/fwlink/?LinkId=81423&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Vista 32 bit&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=81432"&gt;http://go.microsoft.com/fwlink/?LinkId=81432&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Windows XP 32 bit&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=81450"&gt;http://go.microsoft.com/fwlink/?LinkId=81450&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Windows XP 64 bit&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://go.microsoft.com/fwlink/?LinkId=81441"&gt;http://go.microsoft.com/fwlink/?LinkId=81441&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;For a complete list of all the downloads in all the languages, you can use this link - &lt;/p&gt;  &lt;p&gt;&lt;a title="http://msdn.microsoft.com/en-us/library/aa578652.aspx" href="http://msdn.microsoft.com/en-us/library/aa578652.aspx"&gt;http://msdn.microsoft.com/en-us/library/aa578652.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;--Sanket&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8870918" width="1" height="1"&gt;</description></item><item><title>India to introduce Mobile Number Portability</title><link>http://blogs.msdn.com/sanket/archive/2007/11/13/india-to-introduce-mobile-number-portability.aspx</link><pubDate>Tue, 13 Nov 2007 13:13:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6167524</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sanket/comments/6167524.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=6167524</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=6167524</wfw:comment><description>&lt;p&gt;In a landmark decision for the Indian telecom industry, the Department of Telecom has decided to introduce wireless Number Portability in India. &lt;/p&gt;  &lt;p&gt;&lt;a title="http://timesofindia.indiatimes.com/Mobile_numbers_get_mobile/articleshow/2536732.cms" href="http://timesofindia.indiatimes.com/Mobile_numbers_get_mobile/articleshow/2536732.cms"&gt;http://timesofindia.indiatimes.com/Mobile_numbers_get_mobile/articleshow/2536732.cms&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It will be definitely interesting to see how this decision shapes the telecom landscape in India.&lt;/p&gt;  &lt;p&gt;For more about Number Portability, refer to my previous post &lt;a href="http://blogs.msdn.com/sanket/archive/2006/06/08/What-is-Number-Portability_3F00_.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6167524" width="1" height="1"&gt;</description></item><item><title>Understanding window handling of IE Modal Dialogs</title><link>http://blogs.msdn.com/sanket/archive/2007/09/28/understanding-window-handling-of-ie-modal-dialogs.aspx</link><pubDate>Fri, 28 Sep 2007 12:43:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5183281</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sanket/comments/5183281.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=5183281</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=5183281</wfw:comment><description>&lt;p&gt;One of the things that I was working on in last couple of months was to do with Internet Explorer. One of the things was to explore what are the different ways in which I can host a web page within my windows app. But still interesting was the part that followed - how do I manage the IE modal dialog boxes? For instance, lets say in my MDI application, one of the dialogs display a web page. This web page opens a new modal web dialog. Now when I move to another screen in my MDI application, I want this dialog to disappear. That led me on an interesting quest to understand how the modal web dialogs behave.&lt;/p&gt;  &lt;p&gt;Usually, the window of a modal dialog would have an owner and its modality would be restricted to that owner.&amp;#xA0; For instance, if you open a modal dialog in your windows application, the application main window owns the new modal dialog and then the dialog retains its modality only to the parent. In case of the IE modal dialogs however, these dialogs belong not to the IE window or document, but to the desktop. Yes that's exactly where it starts behaving quite unlike the normal dialogs. So if you iterate on all the windows belonging to the IE window, be assured that you will not find the modal dialogs. &lt;/p&gt;  &lt;p&gt;This is the behavior when we use the &lt;em&gt;window.ShowModalDialog()&lt;/em&gt; function in javascript.&amp;#xA0; In case you use the &lt;em&gt;window.open() (&lt;/em&gt;without the modal='yes' parameter), the resulting child window will still belong to the IE window hence making it easier for you to enlist it with a &lt;em&gt;EnumChildWindows()&lt;/em&gt; Win32 API call. &lt;/p&gt;  &lt;p&gt;So as we see, in case of modal dialogs, things get slightly more complex. Here is the approach that we figured out in order to find all the modal dialogs for a given IE instance - &lt;/p&gt;  &lt;p&gt; - Use the &lt;em&gt;EnumChildWindows()&lt;/em&gt; Win32 API to enumerate all the child windows belonging to the desktop. In order to do this, the parent hWnd parameter should get its value from the &lt;em&gt;GetDesktopWindow()&lt;/em&gt; API.&lt;/p&gt;  &lt;p&gt; - Each &lt;em&gt;EnumChildWindows()&lt;/em&gt; API call requires a postback that is called whenever the window is found. In this postback method, derive the process Id from the Window Handle of the dialog using the &lt;em&gt;GetWindowThreadProcessId()&lt;/em&gt; API and then match it with your IE process. &lt;/p&gt;  &lt;p&gt;I am not sure if there is still a better way of doing this thing. But if you know of a better way, I would be glad to take a second look here. :)&lt;/p&gt;  &lt;p&gt;--Sanket&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=5183281" width="1" height="1"&gt;</description></item><item><title>I am Alive</title><link>http://blogs.msdn.com/sanket/archive/2007/08/22/i-am-alive.aspx</link><pubDate>Wed, 22 Aug 2007 20:24:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4513369</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/sanket/comments/4513369.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=4513369</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=4513369</wfw:comment><description>&lt;p&gt;Well, just if some of you are wondering about what happened to the mere insignificant mortal who used to vent his rants in this space, let me tell you,&amp;nbsp;I am still very much alive and kicking. Yeah I haven't been really active writing the stuff that I used to. But then there were a lot of other things happening as well. &lt;/p&gt;  &lt;p&gt;First of all, since I stopped writing, I had a really nice vacation when I was off for a looonnnnggg hike to &lt;a href="http://www.trekkingingarhwal.com/khatling-trekking.html" target="_blank"&gt;Khatling&lt;/a&gt;. It was a nice time. We walked for over 13 days and during that time, I got some really beautiful photographs with my new &lt;a href="http://www.dpreview.com/reviews/canoneos350d/" target="_blank"&gt;Canon Rebel XT&lt;/a&gt;. Yeah! that's my new baby. So as it goes, I am kind of&amp;nbsp;getting hooked to photography these days and I have been spending a lot of my non-office time - nights and weekends just &lt;a href="http://www.flickr.com/photos/sanketbakshi/" target="_blank"&gt;developing my skills with this art&lt;/a&gt;. Psst. Do let me know if you like &lt;a href="http://www.flickr.com/photos/sanketbakshi/" target="_blank"&gt;my work in that space&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Apart from that, I have been pretty much disconnected with Biztalk since last 2 months. So you can guess - no new jabber. But then I have been working with .Net winforms and I think that's an exciting area as well. &lt;/p&gt;  &lt;p&gt;A few days ago, it just dawned on me, that I was no longer active on my blog. OMG... I am not blogging! Worse, I wasn't even answering the comments. Over last couple of weeks, I had become reclusive and I had to do something about it. So I started with answering some of the comments/ queries that I had&amp;nbsp;got&amp;nbsp;on some of my age old posts. &lt;/p&gt;  &lt;p&gt;Now, I know that I am really bad at sticking to resolutions, but nevertheless, here is something that I am trying one more time - In all its probabilities, you should be getting a lot more updates to this space in near future than you have been getting in the 'near' past. I might not be busy talking about Biztalk, but hey - its the dot before the Net. So almost anything I do qualifies to be here (Unless I succumb to the dark side of the '&lt;em&gt;non Microsoft&amp;nbsp;world&lt;/em&gt;'.)&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4513369" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/Personal/default.aspx">Personal</category></item><item><title>Consuming webservices from within BizTalk</title><link>http://blogs.msdn.com/sanket/archive/2007/03/31/consuming-webservices-from-within-biztalk.aspx</link><pubDate>Sat, 31 Mar 2007 16:47:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2000076</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>13</slash:comments><comments>http://blogs.msdn.com/sanket/comments/2000076.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=2000076</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=2000076</wfw:comment><description>&lt;P&gt;BizTalk 2006 allows some really good interacting with webservices. If it is a simple webservice, we can very well consume it by adding a reference to it and then consuming it using the orchestrations.&amp;nbsp;Here are&amp;nbsp;some interesting scenarios that I encountered when dealing with webservices. &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;Can I consume the service?&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Although Biztalk offers fairly good support for consuming webservices, there are&amp;nbsp;&lt;A href="http://msdn2.microsoft.com/en-us/library/aa561724.aspx" target=_blank mce_href="http://msdn2.microsoft.com/en-us/library/aa561724.aspx"&gt;some considerations&lt;/A&gt; that might affect the way these interactions are developed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, the Add Web Reference feature in BizTalk does not understand the import element in the WSDL.&amp;nbsp;Multi dimensional arrays are not supported from within BizTalk &amp;amp; so on.&amp;nbsp;An elabortate list of these considerations can be&amp;nbsp;&amp;nbsp;found &lt;A href="http://msdn2.microsoft.com/en-us/library/aa561724.aspx" target=_blank mce_href="http://msdn2.microsoft.com/en-us/library/aa561724.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;In some cases, you might run into one of these limitations - most probably when using non .net webservices. There can be a couple of ways in which we can deal with this scenario. This webservice call can be either wrapped within a .Net component or a webservice that can in turn be consumed by BizTalk. &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;&lt;STRONG&gt;Using SOAP Headers when consuming the webservice&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;When consuming a webservice with SOAP headers, the headers need to be written to the context of the web request message. In order to consume these webservices from within an orchestration We need to promote a property with same name as the SOAP Header &amp;amp; assign it to the message context. To achieve this, create a new property schema with target namespace as &lt;EM&gt;http://schemas.microsoft.com/BizTalk/2003/SOAPHeader&lt;/EM&gt;. Each root element in this schema must match the name in the defined SOAP Header. Also, each root element that corresponds to the SOAP header should have its "&lt;EM&gt;Property Schema Base&lt;/EM&gt;" property set to "&lt;EM&gt;MessageContextPropertyBase&lt;/EM&gt;". Setting this property ensures that the element is visible in the list of elements in the message context.&lt;/P&gt;
&lt;P&gt;Once done, then this property can be used in the expression editor to set the property on the request message as - &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;myWebserviceRequestMsg(MyPropSchemaName.MyHeaderName) = "&amp;lt;?xml version='1.0'?&amp;gt; &amp;lt;MySOAPHeaderName xmlns='http://SOAPHeaderSchemas.MyHeader'&amp;gt; &amp;lt;HeaderInfo&amp;gt;abcxyz&amp;lt;/HeaderInfo&amp;gt;&amp;lt;/MySOAPHeaderName&amp;gt;"&lt;/EM&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The myWebserviceRequestMsg can now be sent directly to the webservice along with the associated SOAP Header. &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size=3&gt;Using Webservice request &amp;amp; response messages in Mapper&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Most of the times, you need to resort to transformation either for the request message - before sending to the webservice or the response message after recieving from the service. In atrading sceanrio, where the trader hosts the suppliers catalog, the orchestration would need to get the catalog from the webservice &amp;amp; then use the transformation to include catalog in the traders database. However, if you are thinking of creating the map directly by adding a new map, the mapper UI does not allow specifying the webmessages as source or desctination parameters.&lt;/P&gt;
&lt;P&gt;To overcome this, we can simply use the transform shape to create a new map for us. Specifying the web response message as the input to the transform shape allows it to create a new map with the web response schema. So instead of creating a new map, just drop a transform shape in the orchestration, create two message - one with the web response schema &amp;amp; other of your destination schema. Open the transformation configuration page &amp;amp; just select new map option there. After specifying your source &amp;amp; destination message, a new map will be created by using those schemas.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this alleviates some blues for anyone trying to deal with webservices from BizTalk.&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;--Sanket&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2000076" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/Biztalk/default.aspx">Biztalk</category></item><item><title>Creating public orchestrations</title><link>http://blogs.msdn.com/sanket/archive/2007/02/19/creating-public-orchestrations.aspx</link><pubDate>Mon, 19 Feb 2007 10:41:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1712734</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sanket/comments/1712734.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=1712734</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=1712734</wfw:comment><description>&lt;p&gt;I am currently working on one of the Biztalk projects that contains a lot of lengthy orchestrations. In order to split them in manageable chunks, we are&amp;nbsp;making intensive use of the call orchestration and start orchestration shapes. As long as the orchestrations remain in&amp;nbsp;a single assembly, it works great. However, for complex solutions, it makes great sense to split these orchestrations into separate deployable assemblies - probably spanning across several BizTalk applications.&amp;nbsp; &lt;/p&gt;  &lt;p&gt;In such cases, orchestrations in an assembly are by default not visible to orchestrations in another assembly. This is due to the default type modifier for the orchestration. The Type Modified for the orchestration is similar to the access qualifier of C#. By default this is set to "Internal". Obviously, with Internal, the orchestration is not visible outside the assembly within which it is coded. So if you are trying to call this orchestration from some other assembly which has referenced this assembly, you would need to explicitly make the orchestration "visible" outside the assembly. This can be done by setting the Type Modifier as "public". &lt;/p&gt;  &lt;p&gt;This helps a lot in componentization of the orchestrations in a complex Biztalk solution. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1712734" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/Biztalk/default.aspx">Biztalk</category></item><item><title>Adding Environment Specific Binding Files from Command Prompt</title><link>http://blogs.msdn.com/sanket/archive/2007/02/13/adding-environment-specific-binding-files-from-command-prompt.aspx</link><pubDate>Tue, 13 Feb 2007 19:41:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1670036</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/sanket/comments/1670036.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=1670036</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=1670036</wfw:comment><description>&lt;p&gt;Biztalk 2006 provides the btstask utility to carry out most of the deployment operations from command prompt. However, the help available at the command prompt does not talk anything about adding environment specific binding files.&amp;nbsp;&lt;/p&gt;  &lt;p&gt;You can get elaborate information about it on MSDN at &lt;a href="http://msdn2.microsoft.com/en-us/library/aa560620.aspx" target="_blank"&gt;this location&lt;/a&gt;.- &lt;/p&gt;  &lt;p&gt;In order to add the environment specific binding files, you need to run btstask.exe with the &lt;font face="Courier New"&gt;-P:TargetEnvironment&lt;/font&gt; parameter as- &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font face="Courier New"&gt;&lt;strong&gt;btstask AddResource -ApplicationName:MyBTSAppName -Type:System.BizTalk:BizTalkBinding -Overwrite -Source:"MyProductionBindingFile.xml" -P:TargetEnvironment="PRODUCTION"&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt; --Sanket&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1670036" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/Biztalk/default.aspx">Biztalk</category></item><item><title>Alice in Wonderland</title><link>http://blogs.msdn.com/sanket/archive/2007/01/31/alice-in-wonderland.aspx</link><pubDate>Wed, 31 Jan 2007 15:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1564959</guid><dc:creator>Sanket Bakshi</dc:creator><slash:comments>9</slash:comments><comments>http://blogs.msdn.com/sanket/comments/1564959.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sanket/commentrss.aspx?PostID=1564959</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sanket/rsscomments.aspx?PostID=1564959</wfw:comment><description>&lt;P&gt;I just love what technology has done to our lives. I had never in my life thought that I would be able to read "Alice in Wonderland" the original version of Lewis Carol in his own writing. &lt;/P&gt;
&lt;P&gt;Microsoft has just launched a version of the Turn the Pages section of&amp;nbsp;the&amp;nbsp;British Library for Windows Vista. It runs on the latest .Net 3.0 framework and&amp;nbsp;does&amp;nbsp;some really cool stuff. Take a look at it &lt;A href="http://ttpdownload.bl.uk/" target=_blank mce_href="http://ttpdownload.bl.uk"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I bet thats just the starting. We need to see for ourselves - how deep the rabbit hole goes :)&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Sanket&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1564959" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sanket/archive/tags/.Net+3.0/default.aspx">.Net 3.0</category></item></channel></rss>