The stsadm tag has no wiki summary.
1
vote
2answers
663 views
A sharepoint solution cannot be removed when a job is scheduled or running
I've been trying to remove my solution from Sharepoint 2007 but getting an error on the Central Admin page and when I do
stsadm -o deletesolution -name MySolution.wsp -override
from command line ...
2
votes
1answer
366 views
SharePoint Quiesce Servers
Environment: SharePoint 2007 (standard) Intranet Publishing site on two-server small farm.
We need to be able to plan a shutdown operation and I thought that I would have to keep the two servers in ...
3
votes
1answer
424 views
Sharepoint 2007: Two entire site collections went read-only overnight, the other 5 are fine
Myself and a coworker are both Site Admins for every site collection we've got. Well, until Friday night. Most admin privileges were disabled for two entire site collections. There is no custom ...
0
votes
3answers
5k views
In SharePoint, What is the best way to move a subsite to its own site collection?
I am currently running a SharePoint 2007 Farm.
I have a subsite (http://server/sites/hr/finance) that I wish to move to its own site collection (http://server/sites/finance).
I exported the ...
0
votes
1answer
244 views
SharePoint 3.0 Search Stuck Starting
I have a single server running SharePoint 3.0 on WS2003 Sp2 not on a domain. My search service stopped working so I just went in to central admin and hit stop, then hit start. I soon found out this is ...
1
vote
1answer
268 views
Adding users to Sharepoint when they are not in the same domain
Bear with me as I explain this, I'm working my way through Sharepoint access as I go, but I'll clarify my question as I go along.
The Problem
We have about 10,000 users who need access to our ...
1
vote
2answers
254 views
stsadm crash after sps07 to sps10 upgrade
I have made an upgrade from sps07 to sps10 and I am trying now to make backups of sps10 using the command
stsadm -o backup -directory c:\backup -backupmethod full
The problem that Occurs is that ...
1
vote
2answers
173 views
stsadm -o. What does the -o mean?
I am working on a large SharePoint farm, mainly with the backend SQL Servers. We have always used stsadm -o for all stsadm functions, but no one seems to know why. I can't seem to find the info ...
0
votes
0answers
457 views
Restoring a sharepoint backup fails
The question title is way too generic, but I couldn't figure out a better way to describe my problem.
First of all, I'm very new to this stuff, so if there is a basic information source I'm missing ...
1
vote
1answer
51 views
Add a Calendar to a SharePoint Site with STSADM
Is it possible to add a calendar (events list) to a SharePoint site via STSADM? I am working out a deployment script to help setup some test data, and I cannot seem to find any way to do this. I ...
0
votes
1answer
169 views
Write error on restore
I am moving a site from one url to another within the same site collection.
Stsadm -o backup..... works great and says the operation completed
successfully
since the guid's of everything stay the ...
7
votes
2answers
14k views
How to solve Access Denied errors with stsadm -o retractsolution
We have a 2 server farm running MOSS 2007 SP1. I am a member of the Administrators group on both servers.
I am also a member of the Farm Administrators group.
I needed to upgrade a few solutions, ...