Hi guys!
A former colleague of mine used the 'Process Template Editor' for altering Bug.xml & Task.xml, and uploaded this to one of our team projects. Some days later, when we where about to create a new team project, the following exception occured:
2006-06-14 13:04:50Z | Module: Engine | Task "VersionControlTask" from Group "VersionControl" completed with success | Completion time: 3,421875 seconds
2006-06-14 13:04:50Z | Module: Engine | Thread: 10 | Running Task "" from Group ""
2006-06-14 13:04:50Z | Module: Engine | Thread: 10 | Running Task "SharePointPortal" from Group "Portal"
2006-06-14 13:04:50Z | Module: WSS | Thread: 10 | Language id: 1033
2006-06-14 13:04:50Z | Module: WSS | Thread: 10 | Verifying site template exists on the server using http://tiger/_vti_bin/Sites.asmx
---begin Exception entry---
Time: 2006-06-14 13:04:51Z
Module: Engine
Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed
Exception Type: Microsoft.TeamFoundation.Client.PcwException
Exception Message: TF30272: Template not found on the server
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: Microsoft.TeamFoundation.Client.PcwException
Exception Message: TF30272: Template not found on the server
Stack Trace:
at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.VerifySiteTemplate(ProjectCreationContext context, String template, Int32 lcid)
at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.ValidateSite(ProjectCreationContext context, XmlNode site)
at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Validate(ProjectCreationContext context, XmlNode taskXml)
at Microsoft.VisualStudio.TeamFoundation.WssSiteCreator.Execute(ProjectCreationContext context, XmlNode taskXml)
-- end Inner Exception --
--- end Exception entry ---
I'm not sure if this is a result of what my colleague changed, but I suspect there is a template validation error somewhere. Can someone please give me a hint on what could be wrong, and how I can locate the error
atb
// Jon Mathisen

TF30272: Template not found on the server
Emphyrio
Following the instructions on http://msdn2.microsoft.com/en-us/ms243868.aspx ("To add a custom site template to a process template") fixed the problem in my case!
atb
// Jon Mathisen