Dave,
There are specific instructions and steps to convert a local site template
to be the new template of choice for newly provisioned projects in MSPS.
Some of the steps include running the stsadmin.exe on the application server
as an administrator. Once you have followed all the steps, the new template
will become an option in the dropdown menu for you to select as the default
workspace template for newly created project sites. Here are the
instructions:
====================================================================================
1) From the application server, log onto SharePoint Central
Administrator by selecting All Programs>Administrative Tools>SharePoint 3.0
Central Administration.
2) From the Application Management tab, select Create site collection
under SharePoint Site Management.
3) From Create Site Collection, give the site a Title, URL, Owner and
select Microsoft Office Project Workspace from the Collaboration tab under
Select a template. Click OK when done.
4) Once the site is created, another screen will appear. Click on the
URL to go to the new workspace.
5) From the workspace customize the layout and content as it should
appear in the new project workspace template. When complete, select Site
Settings from the Site Actions pull-down.
6) From Site Settings, select "Save site as template" under Look and
Feel.
7) Give the template and file name and template name. Remember the file
name. Select Include Content if required and click OK. (content are any
list items or documents within the site)
8) When Operation complete, click Ok.
9) From Site Settings, select Site templates under Galleries.
10) Right click on the template that you create and select "Save Target
As."
11) Save the file to the directory C:\Program Files\Common Files\Microsoft
Shared\web server extensions\12\BIN.
12) Open up a DOS command prompt (Programs>Accessories>Command Prompt).
Change to the directory C:\Program Files\Common Files\Microsoft Shared\web
server extensions\12\BIN.
13) Run stsadm.exe with the following syntax:
stsadm.exe -o addtemplate -filename [the file you saved] -title [title for
new template]
14) When complete, run IISRESET from the Command Prompt.
Examples to registering the project templates:
stsadm.exe -o addtemplate -filename NewProjectTemplate.stp -title "New
Project Template"
Examples to unregistering the templates:
stsadm.exe -o deletetemplate -title "New Project Template" -lcid 1033
NOTE: an IISRESET command must be issued after each of the above commands
15) When complete, return to Project Server 2007 Server Settings page and
select Project Workspace Provisioning Settings under Operational Policies.
16) Select the site that you just registered from the Default Project
Workspace template pull-down and click Save.
All new Project Workspaces will be created using the new Project Workspace
template.
====================================================================================
Hope this helps,
Jonathan Sofer
David F-H said:
Further to this, I have just found where the template is set as a
default -
on the main site under Server Settings > Operational Policies > Project
Workspace Provisioning settings and then drop down box "Default Project
Workspace Template" - however, it only has one option, namely "Microsoft
Office Project Workspace". I can't see the one I saved ?