<feed 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="http://www.w3.org/2005/Atom" xml:lang="en-US">
    <title>Grant Thompson's Blog</title>
    <link rel="self" type="application/xml" href="http://blogs.mgtechgroup.com/grant/Atom.aspx" />
    <subtitle type="html">SQL, SBS, MOSS, etc...</subtitle>
    <id>http://blogs.mgtechgroup.com/grant/Default.aspx</id>
    <author>
        <name>Grant Thompson</name>
        <uri>http://blogs.mgtechgroup.com/grant/Default.aspx</uri>
    </author>
    <generator uri="http://subtextproject.com" version="Subtext Version 1.9.4.78">Subtext</generator>
    <updated>2008-07-25T16:14:49Z</updated>
    <entry>
        <title>Team Foundation Server 2008 – MOSS 2007 Error: TF220041</title>
        <link rel="self" type="text/html" href="http://blogs.mgtechgroup.com/grant/archive/2008/07/25/Team-Foundation-Server-2008--MOSS-2007-Error-TF220041.aspx" />
        <id>http://blogs.mgtechgroup.com/grant/archive/2008/07/25/Team-Foundation-Server-2008--MOSS-2007-Error-TF220041.aspx</id>
        <published>2008-07-25T16:13:41-07:00:00</published>
        <updated>2008-07-25T16:14:49Z</updated>
        <content type="html">&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;When installing Team Foundation Server 2008 using an existing MOSS deployment we ran into the following error:
&lt;/p&gt;&lt;p&gt;
	&lt;/p&gt;&lt;p&gt;TFS2200401: The specified Windows SharePoint Services site URL (http://server) is not the default site collection site: (). The default site collection site might have been renamed or removed. Make sure that the site exists and verify the correct URL, and then attempt installation. If the problem persists, you can choose to install and configure Windows SharePoint Services as part of the Team Foundation Server installation process.
&lt;/p&gt;&lt;p&gt;I looked at the install log file: dd_install_vstf_at_90.txt and found:
&lt;/p&gt;&lt;p style="margin-left: 36pt"&gt;wsschecker.exe : Another site already exists at http://server. Delete this site before attempting to create a new site with the same URL, choose a new URL, or create a new inclusion at the path you originally specified.
&lt;/p&gt;&lt;p&gt;I tried a few different things with no luck.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resolution:
&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;In the end I created a new site collection (interesting the existing site collection was at http://server and not http://server/sites/x). When I created the new site collection I was given the default http://server/sites/ option and filled in a new URL. TFS installed fine from there.
&lt;/p&gt;&lt;p&gt;Now we have to integrate the TFS site collection into the client's existing site collection or migrate their old site collection to the new one. &lt;span style="font-family:Wingdings"&gt;J&lt;/span&gt;
	&lt;/p&gt;&lt;img src="http://blogs.mgtechgroup.com/grant/aggbug/30.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://blogs.mgtechgroup.com/grant/comments/30.aspx</wfw:comment>
        <slash:comments>5</slash:comments>
        <wfw:commentRss>http://blogs.mgtechgroup.com/grant/comments/commentRss/30.aspx</wfw:commentRss>
        <trackback:ping>http://blogs.mgtechgroup.com/grant/services/trackbacks/30.aspx</trackback:ping>
    </entry>
    <entry>
        <title>MOSS Central Admin not accessible from remote machines – Not Authorized</title>
        <link rel="self" type="text/html" href="http://blogs.mgtechgroup.com/grant/archive/2008/07/25/MOSS-Central-Admin-not-accessible-from-remote-machines--Not.aspx" />
        <id>http://blogs.mgtechgroup.com/grant/archive/2008/07/25/MOSS-Central-Admin-not-accessible-from-remote-machines--Not.aspx</id>
        <published>2008-07-25T12:01:50-07:00:00</published>
        <updated>2008-07-25T12:01:50Z</updated>
        <content type="html">&lt;p&gt;I've seen a lot written about this particular issue. We just ran across this yesterday and here is how I solved it.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Symptoms&lt;/strong&gt;:
&lt;/p&gt;&lt;p&gt;Logging in to the MOSS/WSS Central Administration web site works fine from the local machine (MOSS central admin server) but when logging in from remote machines an NTLM prompt is presented and domain admin, domain farm admin, etc. accounts are "not authorized". The typical behavior of the NTLM prompt coming up three times before the error page (401.1) is displayed.
&lt;/p&gt;&lt;p&gt;However, I found that if I logged in as the local machine administrator (of the MOSS server) it worked fine. For example DOMAIN\Administrator fails but SERVERNAME\Administrator works.
&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Troubleshooting&lt;/strong&gt;:
&lt;/p&gt;&lt;p&gt;It was clear to me that this was an authentication problem and had nothing to do with MOSS. To test my theory I created a simple web site in IIS and turned off anonymous access. Then I tried connecting to that site remotely and it worked. I had actually expected it to fail. Next I set my test web site to use the same application pool as central admin. This time my test site behaved the same as central admin. The common thread here is Kerberos authentication was not working when run using the central admin app pool user account.
&lt;/p&gt;&lt;p&gt;I ran SetSPN (you can download this from &lt;a href="http://www.Microsoft.com/downloads"&gt;www.Microsoft.com/downloads&lt;/a&gt; if you don't have it) –L domain\moss central admin account (in this case domain\MOSS_CA). Sure enough there were no entries. 
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Resolution&lt;/strong&gt;:
&lt;/p&gt;&lt;p&gt;Run SetSPN –A http/server.domain.local domain\MOSS_CA (remember that you need to substitute your server, domain and account).
&lt;/p&gt;&lt;p&gt;Next open Active Directory Users and Computers (with access to your domain's AD) and find the domain\MOSS_CA account (whatever your central admin app pool is running under) and open properties. Click on the Delegation tab and choose "Trust this user/computer for delegation to any service (Kerberos)".
&lt;/p&gt;&lt;p&gt;At this point I had to reset the password on the service(s) using the account and update the account's permissions in SQL Server. Then I rebooted and everything was working properly.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;If you need additional information (i.e. more details about where to find your Central Admin app pool account, etc.) leave a comment and I'll do my best to get back to you.&lt;/p&gt;&lt;img src="http://blogs.mgtechgroup.com/grant/aggbug/29.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://blogs.mgtechgroup.com/grant/comments/29.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blogs.mgtechgroup.com/grant/comments/commentRss/29.aspx</wfw:commentRss>
        <trackback:ping>http://blogs.mgtechgroup.com/grant/services/trackbacks/29.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Microsoft Dynamics CRM 3.0 Laptop Client Install Failure – Microsoft.Crm, or one of its dependencies, was not found.</title>
        <link rel="self" type="text/html" href="http://blogs.mgtechgroup.com/grant/archive/2007/07/19/Microsoft-Dynamics-CRM-3.0-Laptop-Client-Install-Failure--Microsoft.CrmAgain.aspx" />
        <id>http://blogs.mgtechgroup.com/grant/archive/2007/07/19/Microsoft-Dynamics-CRM-3.0-Laptop-Client-Install-Failure--Microsoft.CrmAgain.aspx</id>
        <published>2007-07-19T13:07:08-07:00:00</published>
        <updated>2007-07-19T13:07:08Z</updated>
        <content type="html">&lt;p&gt;Setting up a Microsoft Dynamics CRM 3.0 system where the laptop clients are running Windows Vista and Microsoft Office Outlook 2007 I attempted to install the laptop client from the CRM_VC3_CLIENT.iso which is for Vista and Outlook 2007 (&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=740e1b3b-11c3-4aef-b2e3-8309e0cf1bb0&amp;amp;DisplayLang=en"&gt;get it here&lt;/a&gt;). NOTE: this is for "on premise" for service providers there is a different ISO.
&lt;/p&gt;&lt;p&gt;The error I got (see below) is:
&lt;/p&gt;&lt;p&gt;The type initialize for&lt;br /&gt;"Microsoft.Crm.Setup.Common.CommonResource" threw an&lt;br /&gt;exception.&lt;br /&gt;File or assembly name Microsoft.Crm, or one of its dependencies, was&lt;br /&gt;not found.
&lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/071907_2007_MicrosoftDy1.png" alt="" /&gt;
	&lt;/p&gt;&lt;p&gt;The first problem was easily fixed:
&lt;/p&gt;&lt;p&gt;The System Requirements screen said that the Indexing Service was not installed – this is used for backward compatibility in Vista. To resolve I opened Appwiz.cpl and installed the Indexing Service.
&lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/071907_2007_MicrosoftDy2.png" alt="" /&gt;
	&lt;/p&gt;&lt;p&gt;No big deal. To ensure everything was clean I did a reboot. Then I ran setup again and got this:
&lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/071907_2007_MicrosoftDy3.png" alt="" /&gt;
	&lt;/p&gt;&lt;p&gt;I did a Google search and came up empty (except for others asking how to fix it). So here's the fix:
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;div&gt;Disable and stop the Indexing Service
&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Open services.msc
&lt;/li&gt;&lt;li&gt;Open the Indexing Service properties page
&lt;/li&gt;&lt;li&gt;Set it to disabled and stop it
&lt;/li&gt;&lt;li&gt;Click Apply&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/071907_2007_MicrosoftDy4.png" alt="" /&gt;&lt;br /&gt;
				&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Run the CRM client setup again. This time you will get back to the System Requirements screen and see the following:&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/071907_2007_MicrosoftDy5.png" alt="" /&gt;&lt;br /&gt;
		&lt;/li&gt;&lt;li&gt;Leave setup open and go back to services and set Indexing Service to automatic and start it (note: you must click Apply after setting it to Automatic &lt;span style="text-decoration:underline"&gt;before&lt;/span&gt; you can start it).&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/071907_2007_MicrosoftDy6.png" alt="" /&gt;&lt;br /&gt;
		&lt;/li&gt;&lt;li&gt;Lastly, go back to the CRM setup System Requirements dialog and click Back and then Next and finish your install.
&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;Hope this helps
&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt; &lt;/p&gt;&lt;img src="http://blogs.mgtechgroup.com/grant/aggbug/24.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://blogs.mgtechgroup.com/grant/comments/24.aspx</wfw:comment>
        <slash:comments>5</slash:comments>
        <wfw:commentRss>http://blogs.mgtechgroup.com/grant/comments/commentRss/24.aspx</wfw:commentRss>
        <trackback:ping>http://blogs.mgtechgroup.com/grant/services/trackbacks/24.aspx</trackback:ping>
    </entry>
    <entry>
        <title>ActiveSync 0x85010014</title>
        <link rel="self" type="text/html" href="http://blogs.mgtechgroup.com/grant/archive/2007/06/05/ActiveSync-0x85010014.aspx" />
        <id>http://blogs.mgtechgroup.com/grant/archive/2007/06/05/ActiveSync-0x85010014.aspx</id>
        <published>2007-06-05T08:10:15-07:00:00</published>
        <updated>2007-06-05T08:10:15Z</updated>
        <content type="html">&lt;p&gt;This is a general error but here's where I ran across it.
&lt;/p&gt;&lt;p&gt;On a network running SBS 2K3 R2 we were troubleshooting use of IPv6. We had it working on another server and one thing we did was compare installed updates. On the functioning server an update named "Windows Small Business Server 2003 R2" was listed. So we reinstalled the R2 technologies on the non-working server.
&lt;/p&gt;&lt;p&gt;Then came the problems, first RPC via HTTP stopped working. After finding that RPC was disabled and enabling it (did not fix the issue) the Active Sync issue appeared.
&lt;/p&gt;&lt;p&gt;The solutions was to enable Integrated Windows authentication on the exchange-oma virtual directory.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/060507_1507_ActiveSync01.png" alt="" /&gt;
	&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Open IIS
&lt;/li&gt;&lt;li&gt;expand to Web Sites\Default Web Site
&lt;/li&gt;&lt;li&gt;right-click exchange-oma and choose properties
&lt;/li&gt;&lt;li&gt;click the Directory Security tab
&lt;/li&gt;&lt;li&gt;click the Edit button in Authentication and access control
&lt;/li&gt;&lt;li&gt;check the Integrated Windows authentication box
&lt;/li&gt;&lt;li&gt;click OK twice&lt;/li&gt;&lt;/ol&gt;&lt;img src="http://blogs.mgtechgroup.com/grant/aggbug/14.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://blogs.mgtechgroup.com/grant/comments/14.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blogs.mgtechgroup.com/grant/comments/commentRss/14.aspx</wfw:commentRss>
        <trackback:ping>http://blogs.mgtechgroup.com/grant/services/trackbacks/14.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Resolve Visual C++ Runtime Library error</title>
        <link rel="self" type="text/html" href="http://blogs.mgtechgroup.com/grant/archive/2007/05/05/Resolve-Visual-C-Runtime-Library-error.aspx" />
        <id>http://blogs.mgtechgroup.com/grant/archive/2007/05/05/Resolve-Visual-C-Runtime-Library-error.aspx</id>
        <published>2007-05-05T00:12:45-07:00:00</published>
        <updated>2007-05-05T00:22:09Z</updated>
        <content type="html">&lt;p&gt;On Windows XP SP2 I have run across this error a few times. Typically it is an unhandled exception in C:\Windows\msiexec.exe when trying to open Outlook for the first time. Detect and Repair Outlook (or other Microsoft Office applications returns the same error. No Office Updates will install.
&lt;/p&gt;&lt;p&gt;I never determined the exact cause of the error but the following steps solved it.
&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="color:black"&gt;Download all versions of the .NET framework from &lt;/span&gt;www.microsoft.com/downloads&lt;span style="color:#3966bf"&gt;
			&lt;/span&gt;&lt;span style="color:black"&gt;(at the time this post was written they were 1.0, 1.1, 2.0 and 3.0)
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Install 1.0 then 1.1 then 2.0 then 3.0 - each time choosing reinstall or repair. 
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Reboot the machine 
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Repair Outlook or Office
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Install Windows Updates and Office Updates (optional but recommended)
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Test
&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;I believe this is corruption in the .NET framework somewhere along the way that breaks the C++Runtime Library.
&lt;/p&gt;&lt;p&gt;Here are the downloads:
&lt;/p&gt;&lt;p&gt;1.0 &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d7158dee-a83f-4e21-b05a-009d06457787&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=d7158dee-a83f-4e21-b05a-009d06457787&amp;amp;DisplayLang=en&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;1.1 &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&amp;amp;DisplayLang=en&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;2.0 &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;DisplayLang=en&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;3.0 &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=10cc340b-f857-4a14-83f5-25634c3bf043&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=10cc340b-f857-4a14-83f5-25634c3bf043&amp;amp;DisplayLang=en&lt;/a&gt;
	&lt;/p&gt;&lt;img src="http://blogs.mgtechgroup.com/grant/aggbug/13.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://blogs.mgtechgroup.com/grant/comments/13.aspx</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://blogs.mgtechgroup.com/grant/comments/commentRss/13.aspx</wfw:commentRss>
        <trackback:ping>http://blogs.mgtechgroup.com/grant/services/trackbacks/13.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Remote Access to Windows XP in Safe Mode</title>
        <link rel="self" type="text/html" href="http://blogs.mgtechgroup.com/grant/archive/2007/05/05/Remote-Access-to-Windows-XP-in-Safe-Mode.aspx" />
        <id>http://blogs.mgtechgroup.com/grant/archive/2007/05/05/Remote-Access-to-Windows-XP-in-Safe-Mode.aspx</id>
        <published>2007-05-05T00:03:39-07:00:00</published>
        <updated>2007-05-05T00:03:39Z</updated>
        <content type="html">&lt;ol&gt;&lt;li&gt;&lt;div&gt;&lt;span style="color:black"&gt;Create (or have the user create) and invitation file and send it to you or save it somewhere you can get it (i.e. a network share). Ensure the invitation is created using the Administrator account (or another account with privileges you need). 
&lt;/span&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="color:black"&gt;Log on to the machine you want to control as Administrator
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Click Start/Help and Support
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Click Invite a friend to connect to your computer with Remote Assistance&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/050507_0703_RemoteAcces1.png" alt="" /&gt;
					&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Click Invite someone to help you&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/050507_0703_RemoteAcces2.png" alt="" /&gt;
					&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Choose your delivery method - depending on what is functioning on the machine Save invitation as a file (Advanced) is usually the best&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/050507_0703_RemoteAcces3.png" alt="" /&gt;
					&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Accept the default name and expiration or change them as needed. NOTE: If the session will require a reboot you may want to extend the invitation expiration so you can use the same invitation to connect over a period of more than 1 hour.&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/050507_0703_RemoteAcces4.png" alt="" /&gt;
					&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Click Continue 
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Enter a password - using a password is recommended but not required. If you choose not to use a password uncheck the Require the recipient to use a password box&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/050507_0703_RemoteAcces5.png" alt="" /&gt;
					&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Click  Save Invitation (or Send Invitation) - note if you use IM this is different
&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;&lt;span style="color:black"&gt;Reboot the machine in Safe Mode with Network Support. You can do this with MSConfig: 
&lt;/span&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="color:black"&gt;Click Start/Run, type msconfig and click OK 
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Click the BOOT.INI tab 
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Select the /SAFEBOOT option and the NETWORK radio button&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/050507_0703_RemoteAcces6.png" alt="" /&gt;
					&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Click OK and reboot the machine 
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Log in as the user that created the invitation
&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Open the invitation file from the computer you are connecting FROM 
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;On the remote computer accept the Remote Assistance session&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/050507_0703_RemoteAcces7.png" alt="" /&gt;
			&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Initiate control on the computer you are connecting FROM 
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;On the remote computer accept the remote control request
&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;span style="color:black"&gt;To turn off safe mode if you used MSConfig:
&lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="color:black"&gt;Click Start/Run, type msconfig and click OK 
&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;On the General tab choose Normal Startup&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/050507_0703_RemoteAcces8.png" alt="" /&gt;
			&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color:black"&gt;Click OK and reboot the machine
&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;span style="color:black"&gt;&lt;strong&gt;NOTE: If the ESC key is pressed on &lt;span style="text-decoration:underline"&gt;either machine&lt;/span&gt; Remote Control will be lost and the machine you are connecting to will have to accept it again. The ESC key cannot be pressed in key combinations (i.e. CTRL+ESC will stop remote control). Likewise a reboot will require steps 3-6 be repeated.&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="http://blogs.mgtechgroup.com/grant/aggbug/12.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://blogs.mgtechgroup.com/grant/comments/12.aspx</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://blogs.mgtechgroup.com/grant/comments/commentRss/12.aspx</wfw:commentRss>
        <trackback:ping>http://blogs.mgtechgroup.com/grant/services/trackbacks/12.aspx</trackback:ping>
    </entry>
    <entry>
        <title>FTP server on Windows Server 2003 returns “Connection Closed by Remote Host” </title>
        <link rel="self" type="text/html" href="http://blogs.mgtechgroup.com/grant/archive/2007/04/30/FTP-server-on-Windows-Server-2003-returns-Connection-Closed-by.aspx" />
        <id>http://blogs.mgtechgroup.com/grant/archive/2007/04/30/FTP-server-on-Windows-Server-2003-returns-Connection-Closed-by.aspx</id>
        <published>2007-04-30T00:39:29-07:00:00</published>
        <updated>2007-04-30T11:22:30Z</updated>
        <content type="html">&lt;p&gt;When you setup an FTP server on a Windows Server 2003 system you may run into this issue if you are using RRAS and have configured the server as an Application Server (which causes the Application Layer Gateway service to start). There is a known issue with FTP and this configuration for downloading large files. However this can also affect an FTP server where "Allow anonymous connections" has been disabled.
&lt;/p&gt;&lt;p&gt;To solve this you must configure the Application Layer Gateway (ALG) service to not make port mappings for your FTP server.
&lt;/p&gt;&lt;p&gt;Here is the fix:
&lt;/p&gt;&lt;ol&gt;&lt;li&gt;On the server open Regedit
&lt;/li&gt;&lt;li&gt;Navigate to HKLM\Software\Microsoft\ALG\ISV&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/043007_0739_FTPserveron1.png" alt="" /&gt;
		&lt;/li&gt;&lt;li&gt;Change the value of {6E590D61-F6BC-4dad-AC21-7DC40D304059} to Disable &lt;strong&gt;NOTE: not Disable&lt;span style="text-decoration:underline"&gt;&lt;em&gt;d&lt;/em&gt;&lt;/span&gt;.&lt;br /&gt;&lt;img src="http://blogs.mgtechgroup.com/images/blogs_mgtechgroup_com/grant/043007_0739_FTPserveron2.png" alt="" /&gt;&lt;/strong&gt;
		&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;An IISReset is not required.
&lt;/p&gt;&lt;p&gt;The Microsoft KB related to the large file download issue is here: &lt;a href="http://support.microsoft.com/kb/931130/en-us"&gt;http://support.microsoft.com/kb/931130/en-us&lt;/a&gt;
	&lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;p&gt;
 &lt;/p&gt;&lt;img src="http://blogs.mgtechgroup.com/grant/aggbug/4.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://blogs.mgtechgroup.com/grant/comments/4.aspx</wfw:comment>
        <slash:comments>3</slash:comments>
        <wfw:commentRss>http://blogs.mgtechgroup.com/grant/comments/commentRss/4.aspx</wfw:commentRss>
        <trackback:ping>http://blogs.mgtechgroup.com/grant/services/trackbacks/4.aspx</trackback:ping>
    </entry>
    <entry>
        <title>First Post</title>
        <link rel="self" type="text/html" href="http://blogs.mgtechgroup.com/grant/archive/2007/04/29/3.aspx" />
        <id>http://blogs.mgtechgroup.com/grant/archive/2007/04/29/3.aspx</id>
        <published>2007-04-29T23:03:02-07:00:00</published>
        <updated>2007-04-30T11:50:06Z</updated>
        <content type="html">&lt;p&gt;Thanks to Mark for setting up blogs for our company.&lt;/p&gt;&lt;img src="http://blogs.mgtechgroup.com/grant/aggbug/3.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://blogs.mgtechgroup.com/grant/comments/3.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blogs.mgtechgroup.com/grant/comments/commentRss/3.aspx</wfw:commentRss>
        <trackback:ping>http://blogs.mgtechgroup.com/grant/services/trackbacks/3.aspx</trackback:ping>
    </entry>
</feed>