Customising WSS template - stuck on last stage

M

Michelle

I have followed the FAQ for customising the WSS template, but once i get to
the import stage, I'm struggling. I copied the syntax of the command line
exactly, but I am getting a command line error.
 
B

Ben Howard

Hi Michelle,
Please confirm
1. you are doing this on the server.
2. the directory that you are in.
3. the actual command you are typing.
 
M

Michelle

Ben,

I am doing this on the Project Server, which also hosts Sharepoint.
I am in Program Files\Common Files\Microsoft Shared\web server
extensions\60\bin
I am using stsadm.exe -o addtemplate -c:\temp\Template -EIT Project Office
Template
 
B

Ben Howard

Hi Michelle, the syntax is wrong.

Try this (including the quotes)

stsadm -o addtemplate -filename "c:\temp\template" -title "EIT Project
Office Template"
 
M

Michelle

thanks Ben, I will try that. there are no quotes on the FAQ i was following!
i'll let you know how i get on.
 
M

Michelle

the syntax seems to be fine now, however I got another error relating to
connecting to the config database. i will now have to go through the relevant
microsoft article to try to resolve that! no rest for the wicked :)
 
Top