Overview | Step 1 | Step 2 | Step 3 | Step 4 | Step 5 | Step 6 |
Step 5: Registering a template on server
Steps:
- Open a Command Prompt window on PWA server. (Start menu -> run -> cmd)
- Navigate to the drive where Project Server is installed. For example, type the following command.
cd %ProgramFiles%"\Common Files\Microsoft Shared\web server extensions\12\BIN"
- Run the command to add the template to the global list of templates, as shown in the following example.
stsadm -o addtemplate -filename "\MyWorkspaceTemplate.stp" -title "Test Workspace Title"
- You will see the message saying “Operation completed successfully” and you will get prompted to restart the IIS
- Run the command iisreset to reset the IIS. Your new template is now registered for global use within Web applications associated with the SSP that contains the instance of Project Web Access
-
Web server will be restarted to complete the registering process and the following will be displayed. Run the command exit to close the window
Proceed to Step 6
| |