I'm following the instructions here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=3A69CF29-0010-42DE-AEA5-D9AC8D57BFBA&displaylang=enI follow the instructions successfully:
Instructions
Note: To install or remove a server admin template, you must have Administrator rights to both the Windows SharePoint Services site and to the root of the server on which it is to be installed or removed. Installation and removal are done via the Stsadm.exe command-line utility located at the following path: %PROGRAMFILES%\common files\microsoft shared\web server extensions\12\bin.
Installing a template:
Before installing a server admin template, you must first install the Application Template Core solution, ApplicationTemplateCore.ws
p. (Click here to download). If you have already installed this solution, proceed to Step 2.
Pull the core file, ApplicationTemplateCore.ws
p, from the extracted distribution. The core solution file will be added to the solution store, a table in the Windows SharePoint Services configuration store that holds solution files.
Via command line, run stsadm -o addsolution -filename <file_path>\ApplicationTem
plateCore.
wsp
Next, run stsadm -o deploysolution -name ApplicationTemplateCore.ws
p -allowgacdeployment
(Additional attributes may be required based on your Windows SharePoint Services configuration. For example:
Single Server: [ -local | -time <time to deploy at> ]
Farm: [ -immediate | -time <time to deploy at> ]
To see the list of attributes, run stsadm -help deploysolution)
Finally, run stsadm -o copyappbincontent
for this last line I get
Access to the path '\\MyServer\WSS_MySite\_vt
i_pvt' is denied
I've looked in IIS but cant find the offending lack of permissions. I've got a single box install where the administrative account has (I thought) all rights
How should this be diagnosed - or - is there a way to copy the files manuall?
All the other stsadm in the instructions before this work fine.
Start Free Trial