<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Mark Wiggins</title>
        <link>http://geekswithblogs.net/markw/Default.aspx</link>
        <description>blog</description>
        <language>en-US</language>
        <copyright>Mark Wiggins</copyright>
        <managingEditor>wiggins.mark@gmail.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Mark Wiggins</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/markw/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>XSLT Debugging with .NET</title>
            <link>http://geekswithblogs.net/markw/archive/2008/11/10/126931.aspx</link>
            <description>&lt;p&gt;Over the years debugging XSLT has gotten better and better but one thing continues to be lacking. XSLT debugging with .NET component references in the XSLT. I know there are some tools that do a decent job but something is always lacking. &lt;/p&gt;
&lt;p&gt;Well I decided to write an XSLT debugger that uses Visual Studio. It is fairly easy to use and is very robust. I will put pictures and such up later but for now I just wanted to get the app out. So if you are like me and are looking for a debugger that includes .NET capabilities then here it is. If you have questions feel free to ask.&lt;/p&gt;
&lt;p&gt;So here it is... (Drum Roll)&lt;/p&gt;
&lt;p&gt;The XSLT Debugger for .NET.&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://cid-f797155a9bd4a824.skydrive.live.com/self.aspx/XSLTDebugger/XSLTDebugger.msi"&gt;http://cid-f797155a9bd4a824.skydrive.live.com/self.aspx/XSLTDebugger/XSLTDebugger.msi&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; So I added an example application that is located in the install directory &lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;C:\Program Files\XSLTDebugger\ExampleApplication&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Here are the instructions:&lt;br /&gt;
1. Start application - XSLTDebugger.exe located &lt;font face="Arial"&gt;C:\Program Files\XSLTDebugger\ by default.&lt;br /&gt;
2. Follow instructions on the screen, adding input, xslt, and output files.&lt;br /&gt;
3. The Arguments are the most important part. The arguments represent the .NET component itself. So reference your .NET component and then choose the appropriate "type" or method call. Make sure that the assembly you reference is in the GAC and is strong named. &lt;br /&gt;
4. The namespace field is what is referenced in the XSLT. An example is: &lt;font color="#ff0000" size="3"&gt;xmlns:inputHelperObj&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;=&lt;/font&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="3"&gt;&lt;a href="http://DebuggerExample/inputHelperObj"&gt;http://DebuggerExample/inputHelperObj&lt;/a&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;&lt;p&gt;Enjoy.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;

&lt;p&gt;&lt;font size="3"&gt;&lt;font size="2"&gt;5. The Type field and the Namespace field basically coorelate to each other thus providing the reference.&lt;br /&gt;
6. Make sure you add the arguments to the list and repeat for each argument you need to add.&lt;br /&gt;
7. Once done click debug, you will get the screen that says which environment do you want to open. This is normal and is how you debug in visual studio so if you have Visual Studio 2005 choose the Visual Studio 2005 environment.&lt;br /&gt;
8. Any questions just ask. I will try to respond quickly.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126931"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=126931" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/markw/aggbug/126931.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mark Wiggins</dc:creator>
            <guid>http://geekswithblogs.net/markw/archive/2008/11/10/126931.aspx</guid>
            <pubDate>Mon, 10 Nov 2008 14:27:39 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/markw/comments/126931.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/markw/archive/2008/11/10/126931.aspx#feedback</comments>
            <slash:comments>7</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/markw/comments/commentRss/126931.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/markw/services/trackbacks/126931.aspx</trackback:ping>
        </item>
        <item>
            <title>TFS Testing</title>
            <link>http://geekswithblogs.net/markw/archive/2007/06/27/113497.aspx</link>
            <description>&lt;p&gt;  &lt;span style="FONT-FAMILY: Georgia; mso-bidi-font-family: Arial"&gt;We have had a challenge to get TFS to record a test and replay it multiple times. I think the basics are easy but let me add a few more kinks.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol type="1"&gt;
    &lt;li class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-bidi-font-family: Arial"&gt; Session variable in the URL&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
    &lt;li class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-bidi-font-family: Arial"&gt;A variable that is returned in the response query that changes at each post&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
    &lt;li class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-bidi-font-family: Arial"&gt;A SessionID for database connectivity, this variable is good throughout the entire session&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
    &lt;li class="MsoNormal" style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-bidi-font-family: Arial"&gt;https/SSL&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="FONT-FAMILY: Georgia; mso-bidi-font-family: Arial"&gt;The 4th kink was easy enough we turned https off during the recording process. The session variable and SessionID were fairly easy. Create a class and write enough code to substring the variable out of the URL. Something like this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="MARGIN-LEFT: 0.5in; mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 11pt; COLOR: blue; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;string&lt;/span&gt;&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt; url = e.Response.ResponseUri.AbsoluteUri;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;      &lt;/span&gt;&lt;span style="COLOR: blue"&gt;int&lt;/span&gt; startwith = url.IndexOf(&lt;span style="COLOR: #a31515"&gt;"S("&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;      &lt;/span&gt;&lt;span style="COLOR: blue"&gt;int&lt;/span&gt; endwith = url.LastIndexOf(&lt;span style="COLOR: #a31515"&gt;"))"&lt;/span&gt;);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="mso-layout-grid-align: none"&gt;&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;      &lt;/span&gt;&lt;span style="COLOR: blue"&gt;string&lt;/span&gt; formFieldValue = url.Substring(startwith + 2, endwith - startwith - 2);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;&lt;span style="mso-spacerun: yes"&gt;      &lt;/span&gt;&lt;span style="COLOR: blue"&gt;string&lt;/span&gt; val = e.Response.ResponseUri.Query.ToString();&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;Assign val to the property in the class that you will use and you are good to go. We were able to do that with both the SessionID and the Session variable. Now for the fun part. #2 – we call the variable “tm”. This system has a ASP.NET front end with middle tier logic that calls into Business Rules and the database and the back to the UI. Easy enough except a few things the “tm” controls which ruleset to call. The ruleset is unique to the dataset that the UI sent so each tm for each request will be different. The good thing is we found it in the “Last Response”.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-SIZE: 11pt; COLOR: blue; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;this&lt;/span&gt;&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;.LastResponse.ResponseUri.Query.Substring&lt;/span&gt;&lt;span style="FONT-FAMILY: Georgia"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;We had to substring it out as well but that was easy.&lt;span style="mso-spacerun: yes"&gt;  &lt;/span&gt;Alright looks like we had the class built and we knew where to find our “tm” value. We are good to go.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;A couple of problems exist using straight TFS recordings. &lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;TFS does not record every GET and every POST, which means some of the details are left out. TFS does not record viewstate, so unless you have a pretty stateless environment without any post backs TFS will not handle the recording for you.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;MS has a tool called Fiddler. Every developer should have this tool. I am not sure why Fiddler is a separate tool from TFS but it is nice. It records every POST and every GET. MS just released(about to – Beta is out) Fiddler 2 which records viewstate. The good thing about this tool is that you can save the test in many formats, one of them being a TFS test. So there you have it. We had a challenge and found ways to work through them. We did have to open a case with MS but they helped us a lot and we learned a bunch too. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;Oh yea…&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;One last thing. If your site uses hidden fields, you will fail every time until you take the web.config and add this line.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: maroon"&gt;pages&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue"&gt; &lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: red"&gt;enableEventValidation&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue"&gt;=&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: black"&gt;"&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue"&gt;false&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: black"&gt;"&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue"&gt; &lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: red"&gt;viewStateEncryptionMode&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue"&gt; =&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: black"&gt;"&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue"&gt;Never&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: black"&gt;"&lt;/span&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue"&gt; /&amp;gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;Now there are security risks so only use this in a test environment and not an environment exposed by the DMZ.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;You can find more on this topic at &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial"&gt;&lt;a title="blocked::http://aspadvice.com/blogs/joteke/archive/2006/02/02/15011.aspx" href="http://aspadvice.com/blogs/joteke/archive/2006/02/02/15011.aspx"&gt;http://aspadvice.com/blogs/joteke/archive/2006/02/02/15011.aspx&lt;/a&gt;&lt;/span&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="FONT-FAMILY: Georgia; mso-no-proof: yes"&gt;So that is all for now. Have fun with your TFS testing.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="3"&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113497"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=113497" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/markw/aggbug/113497.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mark Wiggins</dc:creator>
            <guid>http://geekswithblogs.net/markw/archive/2007/06/27/113497.aspx</guid>
            <pubDate>Wed, 27 Jun 2007 06:04:44 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/markw/comments/113497.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/markw/archive/2007/06/27/113497.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/markw/comments/commentRss/113497.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/markw/services/trackbacks/113497.aspx</trackback:ping>
        </item>
        <item>
            <title>Biztalk R2 Install</title>
            <link>http://geekswithblogs.net/markw/archive/2007/04/27/112044.aspx</link>
            <description>&lt;p&gt;This is in the instructions but I missed it...&lt;/p&gt;
&lt;p&gt;Make sure that if the BizTalk EDI Base Service is disabled make it manual.&lt;/p&gt;
&lt;p&gt;If you do not there will be issues.&lt;/p&gt;
&lt;p&gt;Another item is we use Covast. Covast has an adapter and if you have set it up you must take it out of the adapters list or the new EDI adapter will fail.&lt;/p&gt;
&lt;p&gt;This took me about 5 times of configuring to get it right.&lt;/p&gt;
&lt;p&gt;So make sure 1. EDI base service is manual and 2. Remove the Covast adapter from the list of configured adpaters in BizTalk administration.&lt;/p&gt;
&lt;p&gt;Other than that the install was seemless.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=112044"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=112044" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/markw/aggbug/112044.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mark Wiggins</dc:creator>
            <guid>http://geekswithblogs.net/markw/archive/2007/04/27/112044.aspx</guid>
            <pubDate>Fri, 27 Apr 2007 18:54:38 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/markw/comments/112044.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/markw/archive/2007/04/27/112044.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/markw/comments/commentRss/112044.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/markw/services/trackbacks/112044.aspx</trackback:ping>
        </item>
        <item>
            <title>Custom Adapters 32 vs 64 bit</title>
            <link>http://geekswithblogs.net/markw/archive/2007/03/08/108265.aspx</link>
            <description>&lt;P&gt;For a 32-bit adapter, the BizTalk Server Administration Console uses the HKEY_CLASSES_ROOT branch in the registry to obtain custom adapter configuration. If a 32-bit adapter is installed on a 64-bit server, the BizTalk Serve Administration Console instead uses the HKEY_CLASSES_ROOT\Wow6432Node\ branch for adapter configuration data. &lt;/P&gt;
&lt;P&gt;&lt;A href="http://msdn2.microsoft.com/en-us/library/aa561871.aspx"&gt;http://msdn2.microsoft.com/en-us/library/aa561871.aspx&lt;/A&gt;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=108265"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=108265" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/markw/aggbug/108265.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mark Wiggins</dc:creator>
            <guid>http://geekswithblogs.net/markw/archive/2007/03/08/108265.aspx</guid>
            <pubDate>Thu, 08 Mar 2007 19:40:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/markw/comments/108265.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/markw/archive/2007/03/08/108265.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/markw/comments/commentRss/108265.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/markw/services/trackbacks/108265.aspx</trackback:ping>
        </item>
        <item>
            <title>Biztalk 2006 performance testing</title>
            <link>http://geekswithblogs.net/markw/archive/2007/02/21/106900.aspx</link>
            <description>&lt;p&gt;I found a great article on performance testing. The test consists of BTS 2004, BTS 2006 w SQL 2000, and BTS 2006 w/ SQL 2005. This article is a great read. Enjoy.&lt;/p&gt;
&lt;p&gt;Well it seems that infosys now requires you to request a copy. I guess to many of you went and downloaded it directly.&lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt;The link to request the copy is:&lt;br /&gt;
&lt;font face="Arial"&gt;&lt;a href="http://www.infosys.com/microsoft/resource-center/technology-showcase.asp"&gt;http://www.infosys.com/microsoft/resource-center/technology-showcase.asp&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;There are a few other papers as well that may be of interest so tak a look at all of them. The one I used was &lt;br /&gt;
"BizTalk Server 2006 with SQL Server 2005 takes performance to a new high."&lt;/p&gt;
&lt;p&gt;Perhaps I will just post the highlights here and forget about the entire article.&lt;/p&gt;
&lt;p&gt;Sorry about the confusion. &lt;/p&gt;
&lt;p&gt;This is the 3rd time they moved the resource.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=106900"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=106900" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/markw/aggbug/106900.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mark Wiggins</dc:creator>
            <guid>http://geekswithblogs.net/markw/archive/2007/02/21/106900.aspx</guid>
            <pubDate>Wed, 21 Feb 2007 19:29:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/markw/comments/106900.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/markw/archive/2007/02/21/106900.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/markw/comments/commentRss/106900.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/markw/services/trackbacks/106900.aspx</trackback:ping>
        </item>
        <item>
            <title>TFS learnin'</title>
            <link>http://geekswithblogs.net/markw/archive/2007/02/13/106217.aspx</link>
            <description>&lt;P&gt;The first thing I learned about TFS is that if you have source safe installed and install TFS then you must go to Tools&amp;gt;Options&amp;gt;SourceControl and change the provider to Visual Studio Team Foundation Server.&lt;/P&gt;
&lt;P&gt;The good thing about TFS is that it does allow you to make mistakes while adding source files and you can delete the project the bad thing is you must delete a project to rename it.&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=106217"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=106217" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/markw/aggbug/106217.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mark Wiggins</dc:creator>
            <guid>http://geekswithblogs.net/markw/archive/2007/02/13/106217.aspx</guid>
            <pubDate>Wed, 14 Feb 2007 00:27:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/markw/comments/106217.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/markw/archive/2007/02/13/106217.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/markw/comments/commentRss/106217.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/markw/services/trackbacks/106217.aspx</trackback:ping>
        </item>
        <item>
            <title>a while</title>
            <link>http://geekswithblogs.net/markw/archive/2007/02/13/106190.aspx</link>
            <description>&lt;P&gt;Well it has been a while since my last post and I thought I would just write and say hello to those that view my blog. I am beginning work with TFS and I will let you know my opinion on that shortly. I have learned a lot in the past few months working with Biztalk 2006. I really like the product and like the new innovations that Microsoft has done. I am, like others, awaiting the release of R2 and look forward to its capabilities. A book I would recommend reading is the "Pro Biztalk 2006" book by Apress. There are 3 in the series but I have only looked at the one.&lt;/P&gt;
&lt;P&gt;I have been working on conversions from 2004 to 2006 for a while and have seen good results. I have seen some issues with custom adapters and pipelines but overall most things are converting seemlessly.&lt;/P&gt;
&lt;P&gt;Well that is all for now. Enjoy and feel free to ask questions.&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=106190"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=106190" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/markw/aggbug/106190.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mark Wiggins</dc:creator>
            <guid>http://geekswithblogs.net/markw/archive/2007/02/13/106190.aspx</guid>
            <pubDate>Tue, 13 Feb 2007 20:02:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/markw/comments/106190.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/markw/archive/2007/02/13/106190.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/markw/comments/commentRss/106190.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/markw/services/trackbacks/106190.aspx</trackback:ping>
        </item>
        <item>
            <title>XSLT in BizTalk 2006 Map</title>
            <link>http://geekswithblogs.net/markw/archive/2006/10/12/93905.aspx</link>
            <description>&lt;p&gt;Sometimes it is useful to create an XSLT template for use in a map using the mapper. Creating a template for reuse during the map is not as hard as it may seem.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;First, Drag 2 scripting functoids to the map canvas.&lt;/p&gt;
&lt;p&gt;The first scripting functoid needs to be setup as an XSLT Template.  Here is some sample code to put in the template.&lt;/p&gt;
&lt;p&gt;&amp;lt;xsl:template name="to-numeric"&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:param name="input"/&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:choose&amp;gt;&lt;br /&gt;
   &amp;lt;/xsl:when&amp;gt;&lt;br /&gt;
   &amp;lt;xsl:when test="contains($input, '%')"&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:value-of select="substring-before($input, '%') div 100"/&amp;gt;&lt;br /&gt;
   &amp;lt;/xsl:when&amp;gt;&lt;br /&gt;
   &amp;lt;xsl:when test="string(number($input)) = 'NaN'"&amp;gt;0&amp;lt;/xsl:when&amp;gt;&lt;br /&gt;
   &amp;lt;xsl:otherwise&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:value-of select="number($input)"/&amp;gt;&lt;br /&gt;
   &amp;lt;/xsl:otherwise&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:choose&amp;gt;&lt;br /&gt;
 &amp;lt;/xsl:template&amp;gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The second step is to go to the other scripting functoid that you have on the canvas and change it to be inline XSLT.&lt;/p&gt;
&lt;p&gt;Here is some sample code to add to the scripting functoid.&lt;/p&gt;
&lt;p&gt;&amp;lt;xsl:attribute name="SomeAttrib"&amp;gt;&lt;br /&gt;
&amp;lt;xsl:call-template name="to-numeric"&amp;gt;&lt;br /&gt;
&amp;lt;xsl:with-param name="input" select="normalize-space(@someValue)"/&amp;gt;&lt;br /&gt;
&amp;lt;/xsl:call-template&amp;gt;&amp;lt;/xsl:attribute&amp;gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;As you can see the inline XSLT actually creates the attribute, calls the template, and passes the parameter.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I hope you find this helpful.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=93905"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=93905" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/markw/aggbug/93905.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mark Wiggins</dc:creator>
            <guid>http://geekswithblogs.net/markw/archive/2006/10/12/93905.aspx</guid>
            <pubDate>Thu, 12 Oct 2006 20:41:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/markw/comments/93905.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/markw/archive/2006/10/12/93905.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/markw/comments/commentRss/93905.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/markw/services/trackbacks/93905.aspx</trackback:ping>
        </item>
        <item>
            <title>BizTalk Receive Locations Disabling</title>
            <link>http://geekswithblogs.net/markw/archive/2006/09/14/91175.aspx</link>
            <description>&lt;p&gt;&lt;font face="Arial" color="#000000" size="2"&gt;Error: "&lt;font face="Arial"&gt;&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;exhausted the network retry attempts"&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#000000" size="2"&gt;&lt;font face="Arial"&gt;&lt;span style="FONT-SIZE: 11pt; FONT-FAMILY: 'Calibri','sans-serif'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Arial" color="#000000" size="2"&gt;Do you have over 50 receive locations that you use for Biztalk 2004/2006. Have you ever found them disabled because of Exhausted Network Retries? The problem is not Biztalk but Windows Server 2003 and NetBIOS. Basically it comes down to a default value of connections to a particular server. The default value is 50. You can set this value up to 65000. We used 100 as the value and run at 91 connections constantly. This article will help: &lt;/font&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;810886"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;810886&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#000000" size="2"&gt;&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#000000" size="2"&gt;Here is the basics of what you need to do:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;&lt;table class="list ol"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td class="number"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;1.&lt;/font&gt;&lt;/td&gt;
            &lt;td class="text"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;Click &lt;strong class="uiterm"&gt;Start&lt;/strong&gt;, click &lt;strong class="uiterm"&gt;Run&lt;/strong&gt;, type &lt;span class="userInput"&gt;regedit&lt;/span&gt;, and then click &lt;strong class="uiterm"&gt;OK&lt;/strong&gt;.&lt;/font&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td class="number"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;2.&lt;/font&gt;&lt;/td&gt;
            &lt;td class="text"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;Locate and then click the following key in the registry: &lt;/font&gt;
            &lt;div class="indent"&gt;&lt;strong class="uiterm"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td class="number"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;3.&lt;/font&gt;&lt;/td&gt;
            &lt;td class="text"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;In the right pane, double-click the &lt;strong class="uiterm"&gt;MaxCmds&lt;/strong&gt; value.&lt;/font&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td class="number"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;4.&lt;/font&gt;&lt;/td&gt;
            &lt;td class="text"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;In the &lt;strong class="uiterm"&gt;Value data&lt;/strong&gt; box, verify that the value is 50 or more.&lt;br /&gt;
            &lt;br /&gt;
            &lt;strong&gt;Note&lt;/strong&gt; In a Microsoft Windows Terminal Services environment, you may have to set the &lt;strong class="uiterm"&gt;MaxCmds&lt;/strong&gt; registry value to 500 or more. For additional information, click the following article number to view the article in the Microsoft Knowledge Base: &lt;/font&gt;
            &lt;div class="indent"&gt;&lt;a class="KBlink" href="http://support.microsoft.com/kb/232476/"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;232476&lt;/font&gt;&lt;/a&gt;&lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&lt;span class="pLink"&gt; (http://support.microsoft.com/kb/232476/)&lt;/span&gt; Terminal Server client connections and logon limited by MaxWorkItem and MaxMpxCt values &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td class="number"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;5.&lt;/font&gt;&lt;/td&gt;
            &lt;td class="text"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;Locate and then click the following key in the registry: &lt;/font&gt;
            &lt;div class="indent"&gt;&lt;strong class="uiterm"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;
            &lt;font face="Arial"&gt;&lt;font size="2"&gt;&lt;font color="#000000"&gt;&lt;strong&gt;Note&lt;/strong&gt; Make sure that you make this change to the &lt;strong&gt;lanmanserver\parameters&lt;/strong&gt; registry key and not to the &lt;strong&gt;lanmanworkstation\parameters&lt;/strong&gt; registry key mentioned in step 2.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td class="number"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;6.&lt;/font&gt;&lt;/td&gt;
            &lt;td class="text"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;In the right-pane, double-click the &lt;strong class="uiterm"&gt;MaxMpxCt&lt;/strong&gt; value.&lt;br /&gt;
            &lt;br /&gt;
            &lt;strong&gt;Note&lt;/strong&gt; On SMB servers that are running a version of Windows earlier than Windows 2000, the &lt;strong&gt;MaxMpxCt&lt;/strong&gt; registry entry is named &lt;strong&gt;MaxMpxCount&lt;/strong&gt;, but has the same function. &lt;/font&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td class="number"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;7.&lt;/font&gt;&lt;/td&gt;
            &lt;td class="text"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;In the &lt;strong class="uiterm"&gt;Value data&lt;/strong&gt; box, verify that the value is 50 or more. &lt;br /&gt;
            &lt;br /&gt;
            &lt;strong&gt;Note&lt;/strong&gt; The &lt;strong&gt;MaxMpxCt&lt;/strong&gt; value determines the maximum number of simultaneous, active requests that the server permits from an individual client.&lt;/font&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td class="number"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;8.&lt;/font&gt;&lt;/td&gt;
            &lt;td class="text"&gt;&lt;font face="Arial" color="#000000" size="2"&gt;Quit Registry Editor.&lt;/font&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;&lt;font face="Arial" color="#000000" size="2"&gt;&lt;/font&gt; &lt;/p&gt;
&lt;p&gt;&lt;font face="Arial" color="#000000" size="2"&gt;I did all of these things on an install of BizTalk 2006 running on Windows Server 2003 and I have not had another receive location disable because of exhausted network retries.&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=91175"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=91175" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/markw/aggbug/91175.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Mark Wiggins</dc:creator>
            <guid>http://geekswithblogs.net/markw/archive/2006/09/14/91175.aspx</guid>
            <pubDate>Thu, 14 Sep 2006 19:44:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/markw/comments/91175.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/markw/archive/2006/09/14/91175.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/markw/comments/commentRss/91175.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/markw/services/trackbacks/91175.aspx</trackback:ping>
        </item>
    </channel>
</rss>