<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-30629033</id><updated>2011-12-14T19:16:01.548-08:00</updated><title type='text'>BizTalk Cafe</title><subtitle type='html'>It's all about Biztalk !</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://biztalkcafe.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://biztalkcafe.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Cairo Cafe</name><uri>http://www.blogger.com/profile/03757632357455694902</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-30629033.post-115865293006486159</id><published>2006-09-19T00:59:00.001-07:00</published><updated>2006-09-19T01:11:59.883-07:00</updated><title type='text'>New DataSet Fails After BTS 2006 Installation</title><content type='html'>&lt;span xmlns=""&gt;&lt;p&gt;After BizTalk Server 2006 Installation, if you try to add a new DataSet to your project, and then select to add it to the App_Code folder, you will get an error message saying: “Object reference is not set to an instance of an object.”, and when you press OK to dismiss this modal dialog box, you will the Add New Item window again, and the loop continues.., I searched around but I couldn’t find a solution or anything relevant to this weird problem, I tried to figure out what’s going on, so I will drive you the solution in case you face this problem.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;After getting the error message press OK, and then press Cancel for the second Add New Item window, right click the DataSet from the solution explorer, and select “Open With”, you will get the following window, and as you can see the &lt;em&gt;BizTalk Editor (Default)&lt;/em&gt; coming at the top, so to open the XSD file properly select &lt;em&gt;DataSet Editor&lt;/em&gt;, then the Visual Studio 2005, will open the DataSet in the &lt;em&gt;DataSet Designer&lt;/em&gt; and the Toolbox will get populated with the DataSet group; like TableAdapter, Query, Relation, etc.. &lt;/p&gt;&lt;p&gt;&lt;a href="http://photos1.blogger.com/blogger/1697/774/1600/Dataset.jpg"&gt;&lt;img style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" height="216" alt="Open DataSet With, the BizTalk Editor is the Default that's why it fails to add XSS file" src="http://photos1.blogger.com/blogger/1697/774/320/Dataset.jpg" width="347" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Moreover, if you collapse the DataSet node in the solution explorer, you will find the XSS file with the same name of the DataSet, I think this is the reason behind this exception, as the BizTalk Editor is not able to manage such a file.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Note: you can make the DataSet Editor the default application that manages XSD files from the Open With window.&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30629033-115865293006486159?l=biztalkcafe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://biztalkcafe.blogspot.com/feeds/115865293006486159/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30629033&amp;postID=115865293006486159' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115865293006486159'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115865293006486159'/><link rel='alternate' type='text/html' href='http://biztalkcafe.blogspot.com/2006/09/new-dataset-fails-after-bts-2006_19.html' title='New DataSet Fails After BTS 2006 Installation'/><author><name>Cairo Cafe</name><uri>http://www.blogger.com/profile/03757632357455694902</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-30629033.post-115748832402769832</id><published>2006-09-05T13:32:00.000-07:00</published><updated>2006-09-05T14:08:53.843-07:00</updated><title type='text'>XPath Intro</title><content type='html'>XPath is just a another language that’s built upon XML, XML is the foundation for most of the current enterprise applications, for both data representation/ storage, and for data interchange between systems within same organization which is EAI ( Enterprise Application Integration ), or between heterogeneous or disparate systems that’s B2B ( Business 2 Business ), .NET is using XML everywhere, for saving configurations, for saving solution files, etc.., BizTalk Server 2006 is built upon XML, and Office 2007 is using XML to save files, it’s much more better than before no proprietary format anymore, if you are curious enough, just like me, open any docx or xlsx file after changing its extension to zip, and you will find out that it’s no more than a collection of xml files storing the format and data and everything about the Office 2007 file.&lt;br /&gt;XPath is a language to navigate XML trees, it supports operators, wildcards, and not surprisingly functions, like every language else!, the core of XPath is built upon &lt;em style="font-family: verdana;"&gt;context &lt;/em&gt;, context is simply where you are located within the tree, wherever you are at the tree you will get different results after running your expression, so it’s very important to know your location or the context of the query to better anticipate your result set, so in the following post I am gonna try to give a brief about XPath.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Why do you need XPath?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Very interesting answer, that you should have one answer to, suppose you have the following XML snippet :&lt;br /&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;&amp;lt;bookstore specialty="novel"&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;     &amp;lt;book style="autobiography"&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;          &amp;lt;author&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;               &amp;lt;first-name&amp;gt;Joe&amp;lt;/first-name&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;               &amp;lt;last-name&amp;gt;Bob&amp;lt;/last-name&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;               &amp;lt;award&amp;gt;Trenton Literary &amp;lt;/award&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;          &amp;lt;/author&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;          &amp;lt;price&amp;gt;12&amp;lt;/price&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;     &amp;lt;/book&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;     &amp;lt;book style="reference"&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;          &amp;lt;author&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;               &amp;lt;first-name&amp;gt;Kareem&amp;lt;/first-name&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;               &amp;lt;last-name&amp;gt;Shaker&amp;lt;/last-name&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;               &amp;lt;award&amp;gt;Hopefully getting one soon&amp;lt;/award&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;          &amp;lt;/author&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;          &amp;lt;price&amp;gt;29&amp;lt;/price&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;     &amp;lt;/book&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:Courier New;font-size:85%;"  &gt;&amp;lt;/bookstore&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And  you just want to change the price value, first you need to &lt;strong style="font-family: verdana;"&gt;navigate &lt;/strong&gt;to this node then you can change it, so to navigate to this node you need a &lt;strong style="font-family: verdana;"&gt;Location Path&lt;/strong&gt;, which is simply your &lt;strong style="font-family: verdana;"&gt;XPath Expression&lt;/strong&gt;, and surprisingly XPath expression is so similar to URL pattern, in other words to navigate to the price element you would write the following expression :&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);font-family:Verdana;" &gt;/bookstore/book/price &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;So simple isn’t it ?, I guess so, however here you use forward slashes to separate your steps, just like URLs, and each text enclosed between forward slashes is called &lt;strong style="font-family: verdana;"&gt;Location Step&lt;/strong&gt;, that’s the simplest expression you may need to write, but world is more complex than this, suppose you want to get  prices that are greater than 20, you guessed it, you need to write a condition to filter results, in this case the expression is just like the following:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);font-family:Verdana;" &gt;/bookstore/book[price&amp;gt;20]/price&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;See it’s so simple, you just opened to brackets and you write your condition inside, if you run this expression against the above snippet, you will get second result, as the first price is less than 20, also you should realize that the price element passed between the brackets is the one under the complex type book, and  this is what’s meant by context, if you put this expression after the bookstore location step you’d get no matches because the price will be out of context.&lt;br /&gt;&lt;br /&gt;Inside the above predicate you can write conditional operators that you are used to, and when you use square brackets and include a condition inside this is called a &lt;strong style="font-family: verdana;"&gt;Predicate&lt;/strong&gt;, noting that in other situations you use square brackets to path indexes for XPath collection of results, huh ?, yes you’ve got it, you can get results by index from your results, ain’t it nice ?&lt;br /&gt;Also as a brief about functions, you have a bunch of functions available, and few are about navigating recordset, like first, last, etc.., try this expression:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);font-family:Verdana;" &gt;/bookstore/book/author[last()]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This would give the last author element of each and every result returned within the results collection, for the above snippet it’ll give you the 2 authors, but what if you want to get the last author element considering the entire document content, in this case you will need to apply grouping by supplying parentheses, let’s try it:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);font-family:Verdana;" &gt;(/bookstore/book/author)[last()]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;As you can see from the above location path, the parentheses imposes precedence for this expression to execute before applying the function, so firstly the engine will get the collection of results then it will apply the function passed within the 2 square brackets, always use parentheses to decide the execution precedence, but the default one is just like most of other languages from left to right.&lt;br /&gt;Interestingly, as mentioned before, you can supply indexes to extract specific elements within results collection, for example to extract the first book element you can write:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);font-family:Verdana;" &gt;/bookstore/book[1]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This would extract the first book element with all its child ones.&lt;br /&gt;&lt;br /&gt;Note:&lt;br /&gt;you can get the full xml file from, &lt;a style="font-family: verdana;" href="http://msdn2.microsoft.com/en-us/library/ms256095.aspx"&gt;http://msdn2.microsoft.com/en-us/library/ms256095.aspx&lt;/a&gt;, also I’ll try to cover more advanced topics in future posts, that was just an appetizer to get your hands wet with XPath, and I am sure you got tempted!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30629033-115748832402769832?l=biztalkcafe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://biztalkcafe.blogspot.com/feeds/115748832402769832/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30629033&amp;postID=115748832402769832' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115748832402769832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115748832402769832'/><link rel='alternate' type='text/html' href='http://biztalkcafe.blogspot.com/2006/09/xpath-intro.html' title='XPath Intro'/><author><name>Cairo Cafe</name><uri>http://www.blogger.com/profile/03757632357455694902</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-30629033.post-115701385433728956</id><published>2006-08-31T01:42:00.000-07:00</published><updated>2006-08-31T01:44:15.026-07:00</updated><title type='text'>BTS 2006 BTSService.odx Missing File</title><content type='html'>&lt;span xmlns=""&gt;&lt;p&gt;While Installing BizTalk Server 2006, I got one error message about one missing file; that file is : &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:Times New Roman"&gt;&lt;em&gt;G:\Msi\Program Files\Developer Tools\BizTalkProjectItems\&lt;strong&gt;BTSService.odx&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt;&lt;strong&gt;, &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;then I found out that this file is not existent in my CD, I pressed ignore, and resumed installation, however after few days I was developing one BizTalk Application, and I tried to add a new orchestration file, but every time I try to do it I find the left pane empty when I select Orchestrations from the left pane, this error aroused my anger, especially I searched on the Internet to resolve this problem, but it seems no one else got it but me, however I remembered that file I missed while installing BizTalk Server 2006, and fortunately I have another machine where I installed BTS 2006 before and I could add orchestration files, I got this file from the path above, and surprisingly the file size was ZERO !, I think that’s why I couldn’t find it on the ISO image I installed BTS from, I think the ISO creator I have used is not including zero files, I copied the file to the first machine, and luckily it has worked, but the question is that as long as this is a zero sized file, and it’s completely empty, why VS.NET 2005, recreates it upon startup when it’s missing from the BTS developer tools?&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30629033-115701385433728956?l=biztalkcafe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://biztalkcafe.blogspot.com/feeds/115701385433728956/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30629033&amp;postID=115701385433728956' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115701385433728956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115701385433728956'/><link rel='alternate' type='text/html' href='http://biztalkcafe.blogspot.com/2006/08/bts-2006-btsserviceodx-missing-file.html' title='BTS 2006 BTSService.odx Missing File'/><author><name>Cairo Cafe</name><uri>http://www.blogger.com/profile/03757632357455694902</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-30629033.post-115600633018823368</id><published>2006-08-19T09:47:00.000-07:00</published><updated>2006-08-19T09:52:10.193-07:00</updated><title type='text'>HTTP Receive Adapter Configuration in IIS 5.1</title><content type='html'>&lt;span xmlns=""&gt;&lt;p&gt;BizTalk 2006 Receive Adapter lets your application accepts XML messages over HTTP protocol,  definitely you will need to use the HTTP Receive adapter to use the HTTP channel, for this purpose you will need to create a web application that constructs and posts an XML message to a receive location, if you have gone through consuming the HTTP Receive adapter you would know that you should host the adapter at one web application, basically this application is the main web application that’s posting the XML message to be dispatched by the receive adapter, and this web application will often be an ASP.NET application, for this purpose you will need to use the &lt;span style="color:#c00000"&gt;BizTalkServerIsolatedHost &lt;/span&gt;,  as the web application or the ASP.NET application, that’s hosting the HTTP Receive adapter, is running in different  process  other than the BizTalk Process,  so the isolated host will be used to give this out-of-process adapter an access to the BizTalk management database, but at the same time the web application should have the enough privileges to be provided to the isolated host to access the BizTalk management database, noting that all other adapters like FILE adapter are running under the BizTalk runtime except SOAP and HTTP adapters, so to be able to post XML messages to the HTTP receive adapter you need to grant your web application the proper identity to access the BizTalk management database.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I suppose that you copied the HTTP Receive adapter &lt;span style="color:#c00000"&gt;BTSHTTPReceive.dll&lt;/span&gt; DLL under your web application, this configurations are meant to Windows XP platform, so now you need to set permissions for your web application right from IIS manager MMC, run -&amp;gt; inetmgr, then spot your target web application, right click, select &lt;em&gt;Properties&lt;/em&gt;, then from the &lt;em&gt;Virtual Directory&lt;/em&gt; tab, set &lt;em&gt;Execute Permissions&lt;/em&gt; to &lt;span style="color:#c00000"&gt;Scripts and Executables&lt;/span&gt;, and &lt;em&gt;Application Protection&lt;/em&gt; to &lt;span style="color:#c00000"&gt;High (Isolated)&lt;/span&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;One more step is left; you need to configure the HTTP Receive Adapter from Component Services console, open the Component Services Console from &lt;em&gt;Administrative Tools -&amp;gt; Component Services&lt;/em&gt;, from the left tree browse to &lt;span style="color:#c00000"&gt;Component Services -&amp;gt; Computers -&amp;gt; My Computer -&amp;gt; COM+ Applications -&amp;gt; IIS-{Default Web Site//Root/&lt;em&gt;WebApplication&lt;/em&gt;&lt;/span&gt;, WebApplication is just a placeholder for your web application, right click this application, click Properties, select &lt;em&gt;Identity&lt;/em&gt; tab, from &lt;em&gt;Account&lt;/em&gt; group select &lt;span style="color:#c00000"&gt;System Account&lt;/span&gt;, and&lt;span style="color:#c00000"&gt; Interactive user – The current logged on user&lt;/span&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you don’t set the HTTP Receive Adapter correctly; you will get an error message both in your web application, in case you handle errors, and in Event Log, this is the error message written to the &lt;em&gt;Application &lt;/em&gt;Event Log:&lt;br /&gt;&lt;/p&gt;&lt;span style="color:red; font-family:MS Shell Dlg; font-size:8"&gt;&lt;p&gt;The BizTalk HTTP receive adapter failed to initialize itself. Possible reasons:&lt;br /&gt;&lt;/p&gt;&lt;p&gt; 1) Receive location URL is not created/configured correctly.&lt;br /&gt;&lt;/p&gt;&lt;p&gt; 2) Receive location is not enabled.&lt;br /&gt;&lt;/p&gt;&lt;p&gt; 3) HTTP receive adapter is not running under a user that has access to management and message databases.&lt;br /&gt;&lt;/p&gt;&lt;p&gt; 4) Isolated host instance is not created for HTTP Receive adapter.&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;As you can see the error you will get most is number 3, and that’s we’ve resolved above.&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30629033-115600633018823368?l=biztalkcafe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://biztalkcafe.blogspot.com/feeds/115600633018823368/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30629033&amp;postID=115600633018823368' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115600633018823368'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115600633018823368'/><link rel='alternate' type='text/html' href='http://biztalkcafe.blogspot.com/2006/08/http-receive-adapter-configuration-in_19.html' title='HTTP Receive Adapter Configuration in IIS 5.1'/><author><name>Cairo Cafe</name><uri>http://www.blogger.com/profile/03757632357455694902</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-30629033.post-115600614518319856</id><published>2006-08-19T09:43:00.000-07:00</published><updated>2006-08-19T09:49:05.233-07:00</updated><title type='text'>HTTP Receive Adapter Configuration in IIS 5.1</title><content type='html'>&lt;span xmlns=""&gt;&lt;p&gt;BizTalk 2006 Receive Adapter lets your application accepts XML messages over HTTP protocol,  definitely you will need to use the HTTP Receive adapter to use the HTTP channel, for this purpose you will need to create a web application that constructs and posts an XML message to a receive location, if you have gone through consuming the HTTP Receive adapter you would know that you should host the adapter at one web application, basically this application is the main web application that’s posting the XML message to be dispatched by the receive adapter, and this web application will often be an ASP.NET application, for this purpose you will need to use the &lt;span style="color:#c00000"&gt;BizTalkServerIsolatedHost &lt;/span&gt;,  as the web application or the ASP.NET application, that’s hosting the HTTP Receive adapter, is running in different  process  other than the BizTalk Process,  so the isolated host will be used to give this out-of-process adapter an access to the BizTalk management database, but at the same time the web application should have the enough privileges to be provided to the isolated host to access the BizTalk management database, noting that all other adapters like FILE adapter are running under the BizTalk runtime except SOAP and HTTP adapters, so to be able to post XML messages to the HTTP receive adapter you need to grant your web application the proper identity to access the BizTalk management database.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I suppose that you copied the HTTP Receive adapter &lt;span style="color:#c00000"&gt;BTSHTTPReceive.dll&lt;/span&gt; DLL under your web application, this configurations are meant to Windows XP platform and Internet Information Server 5.1, so now you need to set permissions for your web application right from IIS manager MMC snap-in, run -&amp;gt; inetmgr, then spot your target web application, right click, select &lt;em&gt;Properties&lt;/em&gt;, then from the &lt;em&gt;Virtual Directory&lt;/em&gt; tab, set &lt;em&gt;Execute Permissions&lt;/em&gt; to &lt;span style="color:#c00000"&gt;Scripts and Executables&lt;/span&gt;, and &lt;em&gt;Application Protection&lt;/em&gt; to &lt;span style="color:#c00000"&gt;High (Isolated)&lt;/span&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;One more step is left; you need to configure the HTTP Receive Adapter from Component Services console, open the Component Services Console from &lt;em&gt;Administrative Tools -&amp;gt; Component Services&lt;/em&gt;, from the left tree browse to &lt;span style="color:#c00000"&gt;Component Services -&amp;gt; Computers -&amp;gt; My Computer -&amp;gt; COM+ Applications -&amp;gt; IIS-{Default Web Site//Root/&lt;em&gt;WebApplication&lt;/em&gt;&lt;/span&gt;, WebApplication is just a placeholder for your web application, right click this application, click Properties, select &lt;em&gt;Identity&lt;/em&gt; tab, from &lt;em&gt;Account&lt;/em&gt; group select &lt;span style="color:#c00000"&gt;System Account&lt;/span&gt;, and&lt;span style="color:#c00000"&gt; Interactive user – The current logged on user&lt;/span&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you don’t set the HTTP Receive Adapter correctly; you will get an error message both in your web application, in case you handle errors, and in Event Log, this is the error message written to the &lt;em&gt;Application &lt;/em&gt;Event Log:&lt;br /&gt;&lt;/p&gt;&lt;span style="color:red; font-family:MS Shell Dlg; font-size:8"&gt;&lt;p&gt;The BizTalk HTTP receive adapter failed to initialize itself. Possible reasons:&lt;br /&gt;&lt;/p&gt;&lt;p&gt; 1) Receive location URL is not created/configured correctly.&lt;br /&gt;&lt;/p&gt;&lt;p&gt; 2) Receive location is not enabled.&lt;br /&gt;&lt;/p&gt;&lt;p&gt; 3) HTTP receive adapter is not running under a user that has access to management and message databases.&lt;br /&gt;&lt;/p&gt;&lt;p&gt; 4) Isolated host instance is not created for HTTP Receive adapter.&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;As you can see the error you will get most is number 3, and that’s we’ve resolved above.&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30629033-115600614518319856?l=biztalkcafe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://biztalkcafe.blogspot.com/feeds/115600614518319856/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30629033&amp;postID=115600614518319856' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115600614518319856'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115600614518319856'/><link rel='alternate' type='text/html' href='http://biztalkcafe.blogspot.com/2006/08/http-receive-adapter-configuration-in.html' title='HTTP Receive Adapter Configuration in IIS 5.1'/><author><name>Cairo Cafe</name><uri>http://www.blogger.com/profile/03757632357455694902</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-30629033.post-115417079479682636</id><published>2006-07-29T03:59:00.000-07:00</published><updated>2006-07-29T03:59:58.323-07:00</updated><title type='text'>BizTalk Server 2006 MCTS</title><content type='html'>&lt;span xmlns=""&gt;&lt;p&gt;Microsoft Certified Technology Specialist, is a new certificate that is focusing on one technology, which makes the path to get a certificate shorter and smarter, the core objective of MCTS is to let you prove your skills and knowledge at one Microsoft Technology, and BizTalk Server 2006 is not an exception.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The BizTalk 2006 MCTS holder,     will have a good understanding about how to design and develop BizTalk applications, creating Messaging architecture including schemas, maps, pipelines, adapters, and last but not least Orchestrations, also the holder will be aware of BRE (Business Rule Engine) usage, Human workflow, short and long term transactions, that was about the design and development of applications.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;About  the applications management and deployment, you will be aware of how to manage business processes, and how to deploy your applications.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The good news is that it’s only one exam, once you pass it; you become a BizTalk Server  Certified, which is a good evidence to your knowledge and implementation,  the roadmap to BizTalk MCTS is mentioned below ( as per Microsoft site )&lt;br /&gt;&lt;/p&gt;&lt;div&gt;&lt;table border="0" style="border-collapse:collapse"&gt;&lt;colgroup&gt;&lt;col style="width:242px"/&gt;&lt;col style="width:250px"/&gt;&lt;col style="width:242px"/&gt;&lt;/colgroup&gt;&lt;tbody vAlign="top"&gt;&lt;tr&gt;&lt;td style="background: #a5d5e2; ; PADDING-LEFT: 7px; PADDING-RIGHT: 7px; BORDER-TOP:  solid #4bacc6 1.0pt; BORDER-LEFT:  solid #4bacc6 1.0pt; BORDER-BOTTOM:  solid #4bacc6 1.0pt; BORDER-RIGHT:  solid #4bacc6 0.75pt"&gt;&lt;p&gt;Required Exams for MCTS: BizTalk Server 2006 (One Exam Required)&lt;/p&gt;&lt;/td&gt;&lt;td style="background: #a5d5e2; ; PADDING-LEFT: 7px; PADDING-RIGHT: 7px; BORDER-TOP:  solid #4bacc6 1.0pt; BORDER-LEFT:  none; BORDER-BOTTOM:  solid #4bacc6 1.0pt; BORDER-RIGHT:  solid #4bacc6 0.75pt"&gt;&lt;p&gt;Courses&lt;/p&gt;&lt;/td&gt;&lt;td style="background: #a5d5e2; ; PADDING-LEFT: 7px; PADDING-RIGHT: 7px; BORDER-TOP:  solid #4bacc6 1.0pt; BORDER-LEFT:  none; BORDER-BOTTOM:  solid #4bacc6 1.0pt; BORDER-RIGHT:  solid #4bacc6 1.0pt"&gt;&lt;p&gt;Books&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="background: #dbeef3; ; PADDING-LEFT: 7px; PADDING-RIGHT: 7px; BORDER-TOP:  none; BORDER-LEFT:  solid #4bacc6 1.0pt; BORDER-BOTTOM:  solid 0.5pt; BORDER-RIGHT:  solid #4bacc6 1.0pt"&gt;&lt;p&gt;&lt;strong&gt;Exam 70–235&lt;/strong&gt;: TS: Developing Business Process and Integration Solutions Using BizTalk Server 2006 (available early 2006)&lt;/p&gt;&lt;/td&gt;&lt;td style="background: #dbeef3; ; PADDING-LEFT: 7px; PADDING-RIGHT: 7px; BORDER-TOP:  none; BORDER-LEFT:  none; BORDER-BOTTOM:  solid 0.5pt; BORDER-RIGHT:  solid #4bacc6 1.0pt"&gt;&lt;p&gt;&lt;strong&gt;2933&lt;/strong&gt;: Developing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006 (available as five-day classroom training in early 2006)&lt;strong&gt;2934&lt;/strong&gt;: Deploying and Managing Business Process and Integration Solutions Using Microsoft BizTalk Server 2006 (available as two-day classroom training in early 2006) &lt;/p&gt;&lt;/td&gt;&lt;td style="background: #dbeef3; ; PADDING-LEFT: 7px; PADDING-RIGHT: 7px; BORDER-TOP:  none; BORDER-LEFT:  none; BORDER-BOTTOM:  solid 0.5pt; BORDER-RIGHT:  solid #4bacc6 1.0pt"&gt;&lt;p&gt;&lt;em&gt;Programming Microsoft BizTalk Server 2006 Core Reference (available early 2006) &lt;/em&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan="2" style="background: #a5d5e2; ; PADDING-LEFT: 7px; PADDING-RIGHT: 7px; BORDER-TOP:  none; BORDER-LEFT:  solid #4bacc6 1.0pt; BORDER-BOTTOM:  solid #4bacc6 1.0pt; BORDER-RIGHT:  solid #4bacc6 1.0pt"/&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;&lt;br /&gt;				&lt;/strong&gt; &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30629033-115417079479682636?l=biztalkcafe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://biztalkcafe.blogspot.com/feeds/115417079479682636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30629033&amp;postID=115417079479682636' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115417079479682636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115417079479682636'/><link rel='alternate' type='text/html' href='http://biztalkcafe.blogspot.com/2006/07/biztalk-server-2006-mcts.html' title='BizTalk Server 2006 MCTS'/><author><name>Cairo Cafe</name><uri>http://www.blogger.com/profile/03757632357455694902</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-30629033.post-115209780663934307</id><published>2006-07-05T04:09:00.000-07:00</published><updated>2006-07-05T04:38:16.083-07:00</updated><title type='text'>BizTalk 2006 Easy Installation</title><content type='html'>&lt;span xmlns=""&gt;&lt;p&gt;I have just finished installing BizTalk 2006 on Windows 2003 Enterprise Edition SP1, one of the things that made BizTalk 2004 a real pain was its installation, however installing BizTalk 2006 is a real fun, and it’s straightforward, It’s kind of ( Next, Next, …, Finish ), If you have Internet connection it’s better to let the installation wizard to update all required components through the web, or if you plan to install it to other machine, you can download a cab file and reuse it everywhere else, actually I cannot forget how hard it was to install BizTalk 2004 prerequisites, which made me opt to use VHD image, and I used MS Virtual PC, now it's easy to get it up as the wizard provides a component updater and it's really a one click configuration, how simple !,  however to create Groups and get started with BizTalk 2006, if you have SQL Server 2000, you should have SP4 installed to configure BizTalk 2006 from BizTalk Server Configuration.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;You can select Basic Configuration and BizTalk Configuration will take after everything, it’s really simple!&lt;br /&gt;&lt;/p&gt;&lt;p&gt;You can download SQL Server 2000 Service Pack 4 from &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=8E2DFC8D-C20E-4446-99A9-B7F0213F8BC5&amp;displaylang=en"&gt;here&lt;/a&gt;, then you can select the components that most interest you. &lt;/p&gt;&lt;p&gt;After you select Basic Configuration if there is anything incorrect you will get one warning, also to make sure everything is fine, run BizTalk Server 2006 Administration Console; actually it's MMC, from left tree expand &lt;em&gt;BizTalk Server 2006 Administration &lt;/em&gt;, then expand BizTalk Group[&lt;em&gt;MachineName:&lt;/em&gt;BizTalkMgmtDb], expand &lt;em&gt;Applications&lt;/em&gt; node, you will get 2 applications; BizTalk.System, and BizTalk Application 1; this assures that group has been created correctly.&lt;/p&gt;&lt;p&gt;Note: After installing BizTalk 2006 it creates 2 default applications first is BizTalk.System which contains all artifacts required to run built-in applications like Business Activity Services ( BAS ), also it contains some components that are part of BizTalk runtime which is required to each and every BizTalk application, second application is just a default application.&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30629033-115209780663934307?l=biztalkcafe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://biztalkcafe.blogspot.com/feeds/115209780663934307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30629033&amp;postID=115209780663934307' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115209780663934307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115209780663934307'/><link rel='alternate' type='text/html' href='http://biztalkcafe.blogspot.com/2006/07/biztalk-2006-easy-installation.html' title='BizTalk 2006 Easy Installation'/><author><name>Cairo Cafe</name><uri>http://www.blogger.com/profile/03757632357455694902</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-30629033.post-115200067956776858</id><published>2006-07-04T01:10:00.000-07:00</published><updated>2006-07-05T04:27:11.776-07:00</updated><title type='text'>Biztalk Cafe Welcome Post</title><content type='html'>I'm pleased to get my second blog tuned, it's BizTalk Cafe, named after my first 2 years old blog &lt;a href="http://CairoCafe.BlogSpot.Com"&gt;CairoCafe&lt;/a&gt;, in this blog I am going to record my thought, suggestions, and experiences about BizTalk Server 2006, hope I add something to BizTalk Geeks !&lt;br /&gt;Cheerios&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/30629033-115200067956776858?l=biztalkcafe.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://biztalkcafe.blogspot.com/feeds/115200067956776858/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=30629033&amp;postID=115200067956776858' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115200067956776858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/30629033/posts/default/115200067956776858'/><link rel='alternate' type='text/html' href='http://biztalkcafe.blogspot.com/2006/07/biztalk-cafe-welcome-post.html' title='Biztalk Cafe Welcome Post'/><author><name>Cairo Cafe</name><uri>http://www.blogger.com/profile/03757632357455694902</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
