Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
tools
vsnet.act
vsnet.debugging
vsnet.documentation
vsnet.enterprise.tools
vsnet.general
vsnet.ide
vsnet.jlca
vsnet.servicepacks
vsnet.setup
vsnet.vsip
vsnet.vss
vsnet.vstools.office
vstudio.development
vstudio.extensibility
vstudio.general
vstudio.helpauthoring
vstudio.setup
vstudio.sourcesafe
  
 
date: Mon, 1 Sep 2008 05:36:01 -0700,    group: microsoft.public.vsnet.enterprise.tools        back       


Errors Creating a New Team Project   
Hi all,

I administer a TFS 2008 server, and am an administrator on the domain that 
the server lives in. As a result, I can do pretty much anything with the 
server, including uploading new Team Project Process Templates and creating 
Team Projects using these.

I've just been given a Team Project Process Template created by another 
department, and am trying to see what they've created. I've registered their 
SharePoint template and Global Lists, and have uploaded the template 
successfully.

However, when I try and create a new project using the template, I get a 
strange error. Here is the error part of the log:

========
<snip/>
2008-09-01 12:58:09Z | Module: WssSiteCreator | Thread: 11 | TF30267: 
Exception: System.Web.Services.Protocols.SoapException: Exception of type 
Microsoft.SharePoint.SoapServer.SoapServerException was thrown.
   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.TeamFoundation.Proxy.Portal.Admin.CreateSite(String Url, 
String Title, String Description, Int32 Lcid, String WebTemplate, String 
OwnerLogin, String OwnerName, String OwnerEmail, String PortalUrl, String 
PortalName)
   at 
Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.CreateSite(WssSiteData 
siteCreationData, ProjectCreationContext context)
   at 
Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml)
---begin Exception entry---
Time: 2008-09-01 12:58:09Z
Module: Engine
Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed
Exception Type: Microsoft.TeamFoundation.Client.PcwException
Exception Message: The Project Creation Wizard encountered an error while 
uploading documents to the Windows SharePoint Services server on testtfs.
Exception Details: The Project Creation Wizard encountered a problem while 
uploading 
documents to the Windows SharePoint Services server on testtfs. 
The reason for the failure cannot be determined at this time. 
Because the operation failed, the wizard was not able to finish 
creating the Windows SharePoint Services site.
Stack Trace:
   at 
Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml)
   at 
Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.TaskExecutor.PerformTask(IProjectComponentCreator 
componentCreator, ProjectCreationContext context, XmlNode taskXml)
   at 
Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.RunTask(Object 
taskObj)
--   Inner Exception   --
Exception Type: System.Web.Services.Protocols.SoapException
Exception Message: Exception of type 
Microsoft.SharePoint.SoapServer.SoapServerException was thrown.
SoapException Details: <detail>
        <errorstring 
xmlns="http://schemas.microsoft.com/sharepoint/soap/">Catastrophic 
failure</errorstring>
        <errorcode 
xmlns="http://schemas.microsoft.com/sharepoint/soap/">0x8000ffff</errorcode>
      </detail>
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.TeamFoundation.Proxy.Portal.Admin.CreateSite(String Url, 
String Title, String Description, Int32 Lcid, String WebTemplate, String 
OwnerLogin, String OwnerName, String OwnerEmail, String PortalUrl, String 
PortalName)
   at 
Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.CreateSite(WssSiteData 
siteCreationData, ProjectCreationContext context)
   at 
Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml)
-- end Inner Exception --
--- end Exception entry ---
<snip/>
========

Has anyone seen an error like this before? If so, how do you think I could 
resolve it?

Thanks,

Steve.
date: Mon, 1 Sep 2008 05:36:01 -0700   author:   Steve Barker am

RE: Errors Creating a New Team Project   
Hi Steve,

From the error log, we could know that the error message is "Catastrophic 
failure". It is reported from Windows SharePoint Service (WSS). It happens 
when TFS is creating a WSS site. The error message is not specific enough 
for us to get the root cause. However we could get its details from WSS 
server logs.

***Server Log Settings***
Firstly, we would set the WSS log folder and its log level via the WSS 
central administration site by following steps below:
1.	Open central administration home page. For example: http://<WSS Server 
Name>:17012/default.aspx.
2.	Open Operations tab.
3.	Open "Diagnostic Logging" link under "Logging and Reporting" group.
4.	In Event Throttling section, select category to "All", and set "Least 
critical event to report to the event log" to "Warning" and "Least critical 
event to report to the trace log" to "Medium".
5.	In Trace Log section, set the path to a folder. By default, it is 
"C:\Program Files\Common Files\Microsoft Shared\Web Server 
Extensions\12\LOGS\"

***Information Collection***
Then, we would reproduce the error by creating a new project again. After 
the error is reported, please collect the following information:
1.	Open windows event viewer-> Application log, check if there is any error 
after project creation. Please copy the errors and send them to me.
2.	Open the trace log path which is set in the WSS central administration 
site previously. Please copy the latest log file and send it to me.
My email address is: hongyes@microsoft.com.

In order to separate the issue between TFS and WSS, would you please also 
try the following actions to create a site directly in WSS.
1.	With the same login account in your TFS client machine, open WSS central 
administration home page. For example: http://<WSS Server 
Name>:17012/default.aspx.
2.	Select "Application Management" tab and click "Create site collection" 
under "SharePoint Site Management" group.
3.	Input Title, Description and URL as you typed team project creation 
wizard in TFS.
4.	Using default template selection.
5.	Type your user account in "Primary Site Collection Administrator".
6.	Click "OK" and check if there is an error reported.

I will wait for your further information. Thanks.

Regards,
Hongye Sun (hongyes@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
 
Delighting our customers is our #1 priority. We welcome your comments and 
suggestions about how we can improve the support we provide to you. Please 
feel free to let my manager know what you think of the level of service 
provided. You can send feedback directly to my manager at: 
msdnmg@microsoft.com.
 
==================================================
Get notification to my posts through email? Please refer to 
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
 
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues 
where an initial response from the community or a Microsoft Support 
Engineer within 1 business day is acceptable. Please note that each follow 
up response may take approximately 2 business days as the support 
professional working with you may need further investigation to reach the 
most efficient resolution. The offering is not appropriate for situations 
that require urgent, real-time or phone-based interactions or complex 
project analysis and dump analysis issues. Issues of this nature are best 
handled working with a dedicated Microsoft Support Engineer by contacting 
Microsoft Customer Support Services (CSS) at 
http://support.microsoft.com/select/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
date: Tue, 02 Sep 2008 07:28:30 GMT   author:   (Hongye Sun [MSFT])

RE: Errors Creating a New Team Project   
Hi Steve,

So far  regarding on this wss site templates, I haven't found document 
which indicate the WSS 2 system can fully support WSS3.0 template(forward 
compatible). And we've also performed some local tests via the following 
steps which did produce the same error:

==================
1.	In the WSS 2.0 server, open command line console.
2.	Change directory to "%ProgramFiles%\Common Files\Microsoft Shared\web 
server extensions\60\BIN".
3.	Type "STSADM.exe -o addtemplate -filename <path of sdmc_rup.stp> -title 
RUP" to add template with name "RUP.
4.	Type "iisreset" command and wait for IIS restart.
5.	Open URL: http://<WSSServerName>/_layouts/1033/templatepick.aspx in 
browser.
6.	Select "RUP" from the template list, and click OK.
7.	It shows "Catastrophic failure".
==================

is the above steps matches what you do exactly?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and 
suggestions about how we can improve the support we provide to you. Please 
feel free to let my manager know what you think of the level of service 
provided. You can send feedback directly to my manager at: 
msdnmg@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to 
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
>From: =?Utf-8?B?U3RldmUgQmFya2Vy?= <steve_barker@nospam.nospam>
>Subject: Errors Creating a New Team Project
>Date: Mon, 1 Sep 2008 05:36:01 -0700

>
>Hi all,
>
>I administer a TFS 2008 server, and am an administrator on the domain that 
>the server lives in. As a result, I can do pretty much anything with the 
>server, including uploading new Team Project Process Templates and 
creating 
>Team Projects using these.
>
>I've just been given a Team Project Process Template created by another 
>department, and am trying to see what they've created. I've registered 
their 
>SharePoint template and Global Lists, and have uploaded the template 
>successfully.
>
>However, when I try and create a new project using the template, I get a 
>strange error. Here is the error part of the log:
>
>========
><snip/>
>2008-09-01 12:58:09Z | Module: WssSiteCreator | Thread: 11 | TF30267: 
>Exception: System.Web.Services.Protocols.SoapException: Exception of type 
>Microsoft.SharePoint.SoapServer.SoapServerException was thrown.
>   at 
>System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClien
tMessage message, WebResponse response, Stream responseStream, Boolean 
asyncCall)
>   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
>methodName, Object[] parameters)
>   at Microsoft.TeamFoundation.Proxy.Portal.Admin.CreateSite(String Url, 
>String Title, String Description, Int32 Lcid, String WebTemplate, String 
>OwnerLogin, String OwnerName, String OwnerEmail, String PortalUrl, String 
>PortalName)
>   at 
>Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.CreateSite(WssSiteData
 
>siteCreationData, ProjectCreationContext context)
>   at 
>Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreatio
nContext context, XmlNode taskXml)
>---begin Exception entry---
>Time: 2008-09-01 12:58:09Z
>Module: Engine
>Event Description: TF30162: Task "SharePointPortal" from Group "Portal" 
failed
>Exception Type: Microsoft.TeamFoundation.Client.PcwException
>Exception Message: The Project Creation Wizard encountered an error while 
>uploading documents to the Windows SharePoint Services server on testtfs.
>Exception Details: The Project Creation Wizard encountered a problem while 
>uploading 
>documents to the Windows SharePoint Services server on testtfs. 
>The reason for the failure cannot be determined at this time. 
>Because the operation failed, the wizard was not able to finish 
>creating the Windows SharePoint Services site.
>Stack Trace:
>   at 
>Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreatio
nContext context, XmlNode taskXml)
>   at 
>Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.TaskExecutor.Pe
rformTask(IProjectComponentCreator 
>componentCreator, ProjectCreationContext context, XmlNode taskXml)
>   at 
>Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.RunTask(Object 
>taskObj)
>--   Inner Exception   --
>Exception Type: System.Web.Services.Protocols.SoapException
>Exception Message: Exception of type 
>Microsoft.SharePoint.SoapServer.SoapServerException was thrown.
>SoapException Details: <detail>
>        <errorstring 
>xmlns="http://schemas.microsoft.com/sharepoint/soap/">Catastrophic 
>failure</errorstring>
>        <errorcode 
>xmlns="http://schemas.microsoft.com/sharepoint/soap/">0x8000ffff</errorcode
>
>      </detail>
>Stack Trace:
>   at 
>System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClien
tMessage message, WebResponse response, Stream responseStream, Boolean 
asyncCall)
>   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
>methodName, Object[] parameters)
>   at Microsoft.TeamFoundation.Proxy.Portal.Admin.CreateSite(String Url, 
>String Title, String Description, Int32 Lcid, String WebTemplate, String 
>OwnerLogin, String OwnerName, String OwnerEmail, String PortalUrl, String 
>PortalName)
>   at 
>Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.CreateSite(WssSiteData
 
>siteCreationData, ProjectCreationContext context)
>   at 
>Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreatio
nContext context, XmlNode taskXml)
>-- end Inner Exception --
>--- end Exception entry ---
><snip/>
>========
>
>Has anyone seen an error like this before? If so, how do you think I could 
>resolve it?
>
>Thanks,
>
>Steve.
>
>
date: Wed, 10 Sep 2008 09:41:32 GMT   author:   (Steven Cheng [MSFT])

RE: Errors Creating a New Team Project   
Hi Steve,

Any progress on this issue, does the repro steps I mentioned earlier match 
your scenario? Also, if you currently busy on other stuffs and would need 
more time to come back on this issue, please feel free to let me know.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and 
suggestions about how we can improve the support we provide to you. Please 
feel free to let my manager know what you think of the level of service 
provided. You can send feedback directly to my manager at: 
msdnmg@microsoft.com.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: stcheng@online.microsoft.com (Steven Cheng [MSFT])
>Organization: Microsoft
>Date: Wed, 10 Sep 2008 09:41:32 GMT
>Subject: RE: Errors Creating a New Team Project

>
>Hi Steve,
>
>So far  regarding on this wss site templates, I haven't found document 
>which indicate the WSS 2 system can fully support WSS3.0 template(forward 
>compatible). And we've also performed some local tests via the following 
>steps which did produce the same error:
>
>==================
>1.	In the WSS 2.0 server, open command line console.
>2.	Change directory to "%ProgramFiles%\Common Files\Microsoft Shared\web 
>server extensions\60\BIN".
>3.	Type "STSADM.exe -o addtemplate -filename <path of sdmc_rup.stp> -title 
>RUP" to add template with name "RUP.
>4.	Type "iisreset" command and wait for IIS restart.
>5.	Open URL: http://<WSSServerName>/_layouts/1033/templatepick.aspx in 
>browser.
>6.	Select "RUP" from the template list, and click OK.
>7.	It shows "Catastrophic failure".
>==================
>
>is the above steps matches what you do exactly?
>
>Sincerely,
>
>Steven Cheng
>
>Microsoft MSDN Online Support Lead
>
>
>Delighting our customers is our #1 priority. We welcome your comments and 
>suggestions about how we can improve the support we provide to you. Please 
>feel free to let my manager know what you think of the level of service 
>provided. You can send feedback directly to my manager at: 
>msdnmg@microsoft.com.
>
>==================================================
>Get notification to my posts through email? Please refer to 
>http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
>
>==================================================
>This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>
>--------------------
>>From: =?Utf-8?B?U3RldmUgQmFya2Vy?= <steve_barker@nospam.nospam>
>>Subject: Errors Creating a New Team Project
>>Date: Mon, 1 Sep 2008 05:36:01 -0700
>
>>
>>Hi all,
>>
>>I administer a TFS 2008 server, and am an administrator on the domain 
that 
>>the server lives in. As a result, I can do pretty much anything with the 
>>server, including uploading new Team Project Process Templates and 
>creating 
>>Team Projects using these.
>>
>>I've just been given a Team Project Process Template created by another 
>>department, and am trying to see what they've created. I've registered 
>their 
>>SharePoint template and Global Lists, and have uploaded the template 
>>successfully.
>>
>>However, when I try and create a new project using the template, I get a 
>>strange error. Here is the error part of the log:
>>
>>========
>><snip/>
>>2008-09-01 12:58:09Z | Module: WssSiteCreator | Thread: 11 | TF30267: 
>>Exception: System.Web.Services.Protocols.SoapException: Exception of type 
>>Microsoft.SharePoint.SoapServer.SoapServerException was thrown.
>>   at 
>>System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClie
n
>tMessage message, WebResponse response, Stream responseStream, Boolean 
>asyncCall)
>>   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
>>methodName, Object[] parameters)
>>   at Microsoft.TeamFoundation.Proxy.Portal.Admin.CreateSite(String Url, 
>>String Title, String Description, Int32 Lcid, String WebTemplate, String 
>>OwnerLogin, String OwnerName, String OwnerEmail, String PortalUrl, String 
>>PortalName)
>>   at 
>>Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.CreateSite(WssSiteDat
a
> 
>>siteCreationData, ProjectCreationContext context)
>>   at 
>>Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreati
o
>nContext context, XmlNode taskXml)
>>---begin Exception entry---
>>Time: 2008-09-01 12:58:09Z
>>Module: Engine
>>Event Description: TF30162: Task "SharePointPortal" from Group "Portal" 
>failed
>>Exception Type: Microsoft.TeamFoundation.Client.PcwException
>>Exception Message: The Project Creation Wizard encountered an error while 
>>uploading documents to the Windows SharePoint Services server on testtfs.
>>Exception Details: The Project Creation Wizard encountered a problem 
while 
>>uploading 
>>documents to the Windows SharePoint Services server on testtfs. 
>>The reason for the failure cannot be determined at this time. 
>>Because the operation failed, the wizard was not able to finish 
>>creating the Windows SharePoint Services site.
>>Stack Trace:
>>   at 
>>Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreati
o
>nContext context, XmlNode taskXml)
>>   at 
>>Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.TaskExecutor.P
e
>rformTask(IProjectComponentCreator 
>>componentCreator, ProjectCreationContext context, XmlNode taskXml)
>>   at 
>>Microsoft.VisualStudio.TeamFoundation.ProjectCreationEngine.RunTask(Object
 
>>taskObj)
>>--   Inner Exception   --
>>Exception Type: System.Web.Services.Protocols.SoapException
>>Exception Message: Exception of type 
>>Microsoft.SharePoint.SoapServer.SoapServerException was thrown.
>>SoapException Details: <detail>
>>        <errorstring 
>>xmlns="http://schemas.microsoft.com/sharepoint/soap/">Catastrophic 
>>failure</errorstring>
>>        <errorcode 
>>xmlns="http://schemas.microsoft.com/sharepoint/soap/">0x8000ffff</errorcod
e
>>
>>      </detail>
>>Stack Trace:
>>   at 
>>System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClie
n
>tMessage message, WebResponse response, Stream responseStream, Boolean 
>asyncCall)
>>   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
>>methodName, Object[] parameters)
>>   at Microsoft.TeamFoundation.Proxy.Portal.Admin.CreateSite(String Url, 
>>String Title, String Description, Int32 Lcid, String WebTemplate, String 
>>OwnerLogin, String OwnerName, String OwnerEmail, String PortalUrl, String 
>>PortalName)
>>   at 
>>Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.CreateSite(WssSiteDat
a
> 
>>siteCreationData, ProjectCreationContext context)
>>   at 
>>Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreati
o
>nContext context, XmlNode taskXml)
>>-- end Inner Exception --
>>--- end Exception entry ---
>><snip/>
>>========
>>
>>Has anyone seen an error like this before? If so, how do you think I 
could 
>>resolve it?
>>
>>Thanks,
>>
>>Steve.
>>
>>
>
>
date: Mon, 15 Sep 2008 06:08:51 GMT   author:   (Steven Cheng [MSFT])

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us