---begin Exception entry---
Time: 04/19/2005 12:54:38.667
Module: Initializer
Event Description: Initialization for plugin "Microsoft.Pcw.wss" failed with error: "The request failed with HTTP status 401: Unauthorized."
Exception Type: System.Net.WebException
Exception Message: The request failed with HTTP status 401: Unauthorized.
WebException: Response Status Code: Unauthorized
WebException: Response Status Message: Unauthorized
WebException: Status : ProtocolError
WebException : ToString() = System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.VisualStudio.ELead.WssProxy.UserGroup.GetUserInfo(String userLoginName)
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.WssSiteCreator.Initialize(ProjectCreationContext context)
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.PluginInitializer.InitializePlugins(MsfTemplate template, ProjectCreationContext context)
Stack Trace:
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.VisualStudio.ELead.WssProxy.UserGroup.GetUserInfo(String userLoginName)
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.WssSiteCreator.Initialize(ProjectCreationContext context)
at Microsoft.VisualStudio.TeamSystem.ELead.ProjectCreationNew.PluginInitializer.InitializePlugins(MsfTemplate template, ProjectCreationContext context)
--- end Exception entry ---
This looks related to the only issue during the install and that was for installing sharepoint. Sharepoint installed fine, however, when it brought up the browser I got and continue to get:
You are not authorized to view this page
You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept.
It appears sharepoint changed my default web site properties to not allow anonymous access, if I reenable anonymous access I do get a sharepoint page which states:
Access denied. You do not have permission to perform this action or access this resource.
Access requests are not enabled.
Project creation via the suite still fails with the 401 exception as noted above.
When I disable anonymous and turn on integrated windows authentication the sharepoint page seems fine and I'm able to create projects...
Is this the correct setup for sharepoint/team system If so, I find it strange the install process didn't do the correct thing.

Beta2 woes.
Franck EMSALLEM
"You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept."
I guess Share Point Services had caused the bungle
MS MVP KenLin for VB.NET
1). Indeed Windows Server 2003 SP1, x86.
2). I installed Sharepoint services 2.0 via msdn (en_stsv2.exe), and then installed SP1 for it via windows update.
3). This was a single server deployment.
Unfortunately I wasn't able to locate the log file(s) requested. I suspect I cleaned out the temp directory after I got it working.
Sung Hon Wu - MSFT
Juan Carlos Velez
Can you let me know ...
1. Were you using SP1 w/ W2K3
2. Are you using WSS w/ SP1
3. Was this 1 or 2 box TFS
So you know, the installation of the middle-tier (or AT) does in fact set Windows Intergrated Authentication. I'm surprised that you had to enable this.
So, can you help me understand the order by which you installed the system
Would be great if you could also provide me with the VSMsi*.log file found in the %temp% directory of the installing account. It might be up a directory or two (depends on certain conditions)
Philippe Caron
Hi there, I have the same problem as you did -
I was following the single machine deployment
I installed W2k3 Server enterprise, then setup AD, then SQL 2k5, then sharepoint (stsv2 with sp1 bundled) but when I accessed the sharepoint homepage I got the same security exception.
I looked into this and found that SQL2k5 had configured the default website to ASP.NET v2 which broke sharepoint. VSTS didn't work of cause... and changing the ASP.NET config to v1.1 didn't work either because I assume some of the configuration would have been damaged.
I figured I would check that sharepoint installed ok first, so I nuked my box and tried the same install but sharepoint before SQL2k5. Sharepoint now works because it's using .NET framework v1.1 and the rest of the install completed ok - but when I go to add a site in team system I get the following exception:
.
.
.
05/06/2005 10:01:09.546 | Module: Rosetta | Thread: 8 | Exiting Initialize for RosettaReportUploader
05/06/2005 10:01:09.546 | Module: Initializer | Thread: 8 | Initialization for plugin "Microsoft.Pcw.Rosetta" succeeded
05/06/2005 10:01:09.546 | Module: WSS | Thread: 8 | Entering Initialize in WssSiteCreator
---begin Exception entry---
Time: 05/06/2005 10:01:09.656
Module: Initializer
Event Description: Initialization for plugin "Microsoft.Pcw.wss" failed with error: "The request failed with HTTP status 401: Unauthorized."
Exception Type: System.Net.WebException
.
.
.
Now if I change the ASP.NET config for the default website to use v2 - sharepoint home site is broken (same as before, something to do with the webparts and v2 framework) but the Microsoft.Pcw.wss plugin initialization works and it completes this step and the site creation process starts - only problem is it breaks further on in the process:
.
.
.
05/06/2005 10:03:42.328 | Module: Engine | Task "Scc" completed with success | Completion time: 0 seconds
05/06/2005 10:03:42.343 | Module: Engine | Thread: 9 | Running Task "WSS.WssPortal"
05/06/2005 10:03:45.328 | Module: WssSiteCreator | Thread: 9 | Exception: System.Net.WebException: The request was aborted: The connection was closed unexpectedly.
at System.Net.ConnectStream.InternalWrite(Boolean async, Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
at System.Net.ConnectStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Xml.XmlUtf8RawTextWriter.FlushBuffer()
.
.
.
Any suggestions - I can include the full logs. If I have to do another clean install some advice upfront would really help!
Thanks
Justin