Although I have had no problems installing the pieces for TFS during Beta 1 and all the CTPs, I can't get Sharepoint Services 2.0 to install correctly this time. I have tried 3X and I get this on install:
An unexpected error has occurred.
Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web Parts or remove personal settings. For more information, contact your site administrator.
I am running in a Win2K3 Standard VPC image with Service Pack 1. That is the only difference over the other times.
Any ideas

Problem with Beta 2 TFS Install with Sharepoint portion
Cano
Can you briefly describe your hardware set up, where the domain controller is located and the order of installation you followed
If you follow the guide, it will have you install Windows Server 2003 Service Pack 1 before you reach the step for installing SQL Server. By doing so, Windows Installer 3.1 is now on your system and you can skip the step in the SQL Server instructions for installing Windows Installer 3.0.
AUEX
Bruce
androidi
If you installed AD after installing IIS, you will have problems. You must install AD before installing anything else or your permissions will be hosed.
For more information on that one, click here.
When do you get the error about the Web Parts Maintenance Page Does this appear when WSS installation completes and it opens a browser window to display the top-level site, or sometime sooner
Sarath25177
Can you try changing the trust level for your virtual server (in web.config) from WSS_minimal to WSS_medium.
trust level="WSS_Medium" originUrl=""
Not sure if the above is the right solution. But just suggesting this to confirm if this is a security issue and if we could use this as a workaround.
Thanks,
Akhila
Timothy Fries
asolvent
Would it help to check the sharepoint installation using the SharePoint Configuration Analyzer:
http://www.microsoft.com/downloads/details.aspx FamilyID=918f8c18-89dc-4b47-82ca-34b393ea70e1&DisplayLang=en
Mary Koetting
Woody1287
I hope you can save me as usual
Drewid
Fremen
Application: c:\inetpub\wwwroot
HoldenDT
The location of "wpresources" could not be determined
_wpresources: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\wpresources
I don't know if this is supposed to be present or not. I have done 3 install/uninstall cycles.
vbvj
<Entry Time="19:08:05.5665" Caller="GeneralSharePointInfo" LogType="Test" Status="Pass" Comment="Application path: c:\inetpub\wwwroot" EntryNumber="15" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:06.1874" Caller="GeneralSharePointInfo" LogType="Comment" Status="Pass" Comment="Build number: 6361" EntryNumber="16" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:06.1874" Caller="GeneralSharePointInfo" LogType="Comment" Status="Pass" Comment="Build type: ship" EntryNumber="17" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:06.1974" Caller="GetFrameworkPaths" LogType="Comment" Status="Pass" Comment="Framework versions" EntryNumber="18" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:06.2274" Caller="GetFrameworkPaths" LogType="Comment" Status="Pass" Comment="C:\WINDOWS\Microsoft.Net\Framework\v1.1.4322" EntryNumber="19" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:06.2274" Caller="GetFrameworkPaths" LogType="Comment" Status="Pass" Comment="C:\WINDOWS\Microsoft.Net\Framework\v2.0.50215" EntryNumber="20" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:06.3877" Caller="VerifyIISSettings" LogType="Comment" Status="Pass" Comment="IIS Settings" EntryNumber="21" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:06.9184" Caller="CheckServerBindings" LogType="Test" Status="Pass" Comment="All server bindings look good" EntryNumber="22" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:06.9184" Caller="CheckServerBindings" LogType="Comment" Status="Pass" Comment="Application Pools" EntryNumber="23" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:06.9585" Caller="CheckAppPools" LogType="Comment" Status="Pass" Comment="Main Application: StsAppPool1_1" EntryNumber="24" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:06.9986" Caller="CheckAppPools" LogType="Comment" Status="Pass" Comment="_layouts: StsAppPool1_1" EntryNumber="25" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:07.0486" Caller="CheckAppPools" LogType="Comment" Status="Pass" Comment="_vti_bin: StsAppPool1_1" EntryNumber="26" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:07.1688" Caller="CheckAppPools" LogType="Comment" Status="Pass" Comment="_wpresources: StsAppPool1_1" EntryNumber="27" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:07.2189" Caller="CheckAppPools" LogType="Comment" Status="Pass" Comment="Not validated" EntryNumber="28" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
<Entry Time="19:08:07.2189" Caller="CheckAppPools" LogType="Comment" Status="Pass" Comment="PBSData: StsAppPool1_1" EntryNumber="29" InstanceID="650dcbd9-5c6c-4231-9f5f-0cc115a805f3" CommonID="" />
yuvals
This is not what the install guide says. It says to install Windows Installer 3.1 BEFORE.
Davide Ling
<securityPolicy>
<trustLevel name="WSS_Medium" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\config\wss_mediumtrust.config" />
<trustLevel name="WSS_Minimal" policyFile="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\config\wss_minimaltrust.config" />
</securityPolicy>