Cannot create workspaces after adding custom global template

M

Michael

Has anyone else run into the following error when trying to create a new
project workspace: "Error occurred when creating site. Site does not seem to
exist"?

All worked fine for me until I changed the default global template. After
saving a workspace as a template, I executed: stsadm -o
addtemplate -filename "c:\temp\template.stp" -title "Default Template"

After I restarted IIS, I could not see the new template under Admin > Manage
WSS > Site provisioning settings, and when I create new sites, I get the
error shown above.

Any ideas what happened, and how this issue can be resolved?
 
M

Michael

Michael said:
Has anyone else run into the following error when trying to create a new
project workspace: "Error occurred when creating site. Site does not seem to
exist"?

All worked fine for me until I changed the default global template. After
saving a workspace as a template, I executed: stsadm -o
addtemplate -filename "c:\temp\template.stp" -title "Default Template"

After I restarted IIS, I could not see the new template under Admin > Manage
WSS > Site provisioning settings, and when I create new sites, I get the
error shown above.

Any ideas what happened, and how this issue can be resolved?

Some additional information: I can manually create the sites using the
command line stsadm.exe. It appears that Project cannot locate the default
template and is therefore causing the problem. Anyone else have a blank
dropdown under the WSS site provisioning settings?
 
Top