STSADM is a command-line utility for configuring SharePoint

learn more… | top users | synonyms

0
votes
1answer
64 views

STSADM or C# script to delete all custom site templates

I want to delete Custom site templates off my farm and wondering if someone know any script I can use. Not a big fan of Powershell at the moment as I am using SharePoint 2007.
0
votes
1answer
2k views

WSS content database restoration problem

A while back, I routinely applied a bunch of updates to our Sharepoint server (SBS 2003 / WSS 3). One of these seems to have put the sharepoint installation into a bad state - I could still access ...
0
votes
1answer
137 views

How to Integrate STSADM command within Windows Form App

I am developing a Windows Form Application which will have one option as "Export a Site" and another to "Import a Site" I want it to be done using following STSADM commands but not sure what I need to ...
0
votes
1answer
434 views

STSADM: Scripting activaton/deactivation of web app level features

I am writing a script to activate/deactivate certain features and there are a couple web application scoped features and when i test the commands, the feature status doesnt change. Im using: stsadm ...
0
votes
3answers
1k views

Content Database showing 0 (zero) site collection after content database attach

I have two server farms, Server farm 1 and Server farm 2. Server farm 2 runs SharePoint 2010 Enterprise with SQL Server 2008 R2 Enterprise and Server 1 runs SharePoint 2010 Enterprise with SQL Server ...
0
votes
2answers
683 views

Sync between the Content DB and Profile DB is not happening?

Sync between the Content DB and Profile DB is not happening since a week, even the command "stsadm -o sync -DeleteOldDatabases 0" is failed to respond. is there any other specific command can be used ...
0
votes
1answer
599 views

Import/Export Version History Modified Date

Im migrating a SPS2003 site to MOSS 2007. Its crucial I maintain version history. I followed this process: Do the pre upgrade check Backup DB from SPS2003 Restore DB to SQL in virtual machine with ...
0
votes
1answer
360 views

Issues With Sharepoint 2007 installation and stsadm restore (User)

I'm used to install SharePoint with the basic option, that install SQL SERVER EXPRESS 2005 and configures almost everything, but now I need to install SharePoint using a database already installed ...
0
votes
2answers
335 views

Where are deployed solutions being used?

I'm in a MOSS 2007 environment and am looking to find a way to see where solutions listed in the stsamd -o enumsolutions are activated in site collections. How would I go aout finding out where these ...
0
votes
1answer
95 views

Questions about importing / exporting using stsadm

I have 2 questions regarding stsadm -o import My site has custom content types, but these are activated at site collection level. So Should I first install the WSP package on target server, then ...
0
votes
2answers
136 views

would this retract a solution from only one server in a farm?

I have a webpart that failed on one web server and works fine on another. The issue seems to be related to the .DLL on the failing web server. If i use the command stsadm -o retractsolution and ...
0
votes
3answers
231 views

Workflow Migration from a SharePoint 2007 web-application

We have a custom workflow in a SharePoint 2007 web-application and would like to use the same workflow in another web-application (SharePoint 2007). How can we achieve this? do we have any migration ...
0
votes
3answers
127 views

Solution deploying 'succesfully', yet doesn't..

MOSS 2007 :) I am having problems deploying a webpart.. This webpart was successfully installed and deployed on a similar environment with no problems. However when trying to deploy it in its ...
0
votes
1answer
346 views

List exists error when using stsadm -o import command

When using the stsadm -o import command I am getting an error relating to a list already existing, the import then seems to fail. Should it not handle this scenario of a list already existing on the ...
0
votes
1answer
134 views

How to specify the destination URL when restoring

I am using SharePoint Server 2007 Enterprise with Windows Server 2008 Enterprise. And I am using publishing portal template. I have a source web site called http://server1/site1, and I want to ...
0
votes
0answers
45 views

Failed to connect to an IPC Port: Access is denied. How to resolve?

When attempting to upgrade a sharepoint 2007 solution I am getting the following error: Timer job successfully created. E:\wsps>stsadm -o execadmsvcjobs Executing .Executing ...
0
votes
1answer
62 views

attach content db to SharePoint Server 2010

I need to migrate the WSS3.0 SP2 + Project Server 2007 SP2 based farm to a SPS2010 SP1 + Project Server 2010 Sp1 farm. I create a new farm (new VM on hyperV 2012) SPS2010 based (build 14.0.6028.1000) ...
0
votes
2answers
72 views

Move publishing site between subsites using Manage Content and Structure

I'm trying to move publishing pages in a Publishing sites to another site in the same site collection. The operation are always failed`[ListItem] ...
0
votes
1answer
61 views

Recursive Enumeration of Sites, Subsites, and Application Templates Used

I am migrating my WSS 3.0 installation over to 2010 and then eventually to 2013 and am in need of a stsadm command that will show me a list of sites in the site collection, a list of subsites within ...
0
votes
2answers
76 views

Fix for stsadm export: An item with the same key has already been added

Current Issue: When performing an export on a web I get the following error: STSADM.EXE : An item with the same key has already been added. I have tried checking in and checking out the file. ...
0
votes
0answers
80 views

Backup and Restore Sharepoint 2007 list only with stsadm

Now we create a full backup with stsadm, if somesthing happens we use this backup, and we use this backup to restore on our test environment if we want to debug an error. But now we installed a new ...
0
votes
0answers
77 views

Deployed solution using stsadm commands..But it is not working

I have a differnt issue, that i was deployed the solution using stsadm commands. feature is showing site collection solutions and it is activated. But the functionality for the solution is not ...
0
votes
2answers
60 views

STSADM Denied File Access for Solution Retraction

I'm trying to retract an existing solution for my web app on MOSS 2007. I'm failing the retraction because on the solution properties page on Central Admin 3.0 while the stsadm react job is running ...
0
votes
1answer
90 views

Toggle Developer Dashboard not working

I just ran the following as administrator stsadm -o setproperty -pn developer-dashboard -pv ondemand The operation completed successfully. I see the icon to the right of my name and attempt to ...
0
votes
0answers
351 views

STSADM to sync between a WSS 3.0 site and Active Directory

Is there are a stsadm command that I can execute to sync between a WSS 3.0 site and Active Directory?
0
votes
1answer
41 views

Enable version checking in MOSS

I had a huge farm environment in SPS 2003 recently i migrated my older environment 2003 that was externally hard coded by the designers(Template was different as compare to default template in SPS ...
0
votes
1answer
89 views

stsadm -o export with MUI

I have a SharePoint 2010 site that I need to export and import on another Web App. That website has been customized and uses the built in MUI (Multilingual User Interface). For example : First, I ...
0
votes
0answers
447 views

Deploy solution using powershell

I have a solution with 4 projects to automatically some processes in Sharepoint.these projects are: WebPartProject: Create a custom webpart CreateTemplate: Create 2 documents libraries (with ...
0
votes
1answer
270 views

importing a site to a new site collection error

I tried using STSADM to export / import a site definition, it exported properly, but when i tried to import it, it gave me fatal error that couldn't find a webtemplate #id** with LCID 1033, both ...
0
votes
0answers
85 views

How do I in SharePoint 2007 stsadm setproperty with a hyphen in a property

I am using the command: stsadm -o setproperty -propertyname "myprop" -propertyvalue "-mayvaluewithhypenatbeginning" but this doesn't work as I get "Command line error. Invalid parameter." How do I ...
0
votes
2answers
375 views

SharePoint 2007 - Cannot Find Web Part Page

Situation: Using stsadm -o enumallwebs -includewebparts returns a list of webparts. One of which I want to remove across the entire site. Issue: Using the GUID I can find the webpart Page ID, and ...
0
votes
3answers
214 views

Physical to Virtual Migration of SharePoint Machine

We are about to conduct a full virtual migration. Among the physical machines to be migrated is our SharePoint server, which hosts two SP sites. I know very little about SharePoint and I've only ...
0
votes
0answers
55 views

Migrated WSS site but screwed up a few AD users

Backup and restored a WSS site to a new server. Created my new AD users on the new server but forgot to run the stsadm -o migrateuser command before logging into my site. SharePoint added the user to ...
0
votes
2answers
68 views

Export of site fails in every attempt

I am trying to export one of my sites, but whatever I do it keeps giving me the error: The file or directory is corrupted and unreadable. stsadm -o export -url http://server/site/ -filena me ...
0
votes
1answer
695 views

Export all subsites

I am looking for a quick way to export all sub-sites from a web application and exclude the root url, is there a quick way to accomplish this?
0
votes
2answers
116 views

renaming a sub-web from sbr1 to sbr33

Should I be able to get this work with sp 2010 because I am receiving "Command line error." Stsadm –o renameweb –url http://wfe2011redmond/tech/region/cProjects/sbr1/ -newname “sbr33”
0
votes
2answers
255 views

Site Collection Import Issue using stsadm

I am having some issues with importing a PUblishing Site Collection using stsadm import. THe Export didn't report any issues and in fact the import reported no issue. When we try to access the root ...
0
votes
1answer
242 views

add activatefeature bat file wspbuilder solution package

I am using WSPBuilder to package up my features that creates lists and libraries. Is there a way to add a bat file with the package will activate these lists and libraries (since they are for ...
0
votes
1answer
336 views

List all Master Pages used in a Site Collection

In a SharePoint (MOSS 2007) environment how can I list all the Master Pages (templates) that are used in a site collection? I need to add some code to the header of every master page, but there are a ...
0
votes
1answer
1k views

stsadm createsite “User cannot be found” error

I'm trying to create a site collection via stsadm. I do: STSADM -o createsite ` -url "<url>" ` -title "<title>" ` -description "<desc>" ` -lcid 1033 ` ...

1 2