Questions tagged [stsadm]

56 questions
1
vote
1 answer

Does stsadm backup clear transaction logs?

My database is using the simple recovery model, so the transaction logs are cleared down when it is backed up. If I backup the database as part of a backup using stsadm, will that cause the transaction logs to be cleared? i.e. if I disable the sql…
Gavin
  • 2,321
  • 3
  • 19
  • 21
1
vote
1 answer

Bulk cancel deployment SharePoint

Is there and easier way to cancel all WSP files currently being deployed to a SharePoint farm? I'm currently using the STSAdmin function CancelDeployment but this requires me to run STSAdmin EnumDeployments first and manually copy and paste the job…
Kye
  • 5,919
  • 10
  • 49
  • 84
1
vote
2 answers

SharePoint 2010 - setting peoplepicker-searchadforests, unable to remove property and get after setting with no -url param

Interesting behavior that I was hoping someone could help with. Trying to adjust the "peoplepicker-searchadforests" property using the stsadm command in Powershell, I ran the below command: stsadm -o setproperty -pn peoplepicker-searchadforests…
1
vote
1 answer

sts adm command for MOSS 2007

I'm looking for the stsadm command that will list all site collections and their size on disk. Thanks.
MG.
  • 883
  • 9
  • 19
  • 39
1
vote
2 answers

SharePoint LDAP filtering of People Picker users

On my WSS server I have run the following stsadm command to filter the people picker results: stsadm.exe -o setproperty -url http://myserver -pn "peoplepicker-searchadcu stomfilter" -pv…
78lro
  • 1,790
  • 7
  • 37
  • 63
1
vote
1 answer

Deployment solution using stsadm

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 columns), a simple List (and columns) and a Page to put…
Xavi Guirao
  • 338
  • 4
  • 17
0
votes
1 answer

Is it possible to export a site definition in MOSS/Sharepoint using STSADM?

Is it possible to export a site definition (NOT a site template) using stsadm? I'm looking for a way of getting an export of ONET, WEBTEMP and any required features.
Matt
  • 4,253
  • 1
  • 27
  • 29
0
votes
1 answer

Stsadm export hangs after sometime

I am trying to export a SharePoint site using stsadm, but everytime I start the process it hangs at a particular point in the export process, it always hangs exporting a particular list item. But if I delete the list item the export hangs at the …
Dipen
0
votes
1 answer

Sharepoint 2010 stsadm createsite command in command line giving me error that "The web application url http://xxxx cannot be reached

I was trying to run the createsite stsadm command from command line in sharepoint2010 and I am getting error that is "The web application url http:// cannot be reached....". I have searched the web and most of the blogs/sites referring to this same…
0
votes
1 answer

STSADM SharePoint 2003 restore aborted

I am trying to take a backup and restore a site collection on my SharePoint 2003 Server environment using the STSADM utility. I was able to create a backup of my top level site which contains a document library of 2000 items. The utility completed…
0
votes
0 answers

Powershell to get full user list from old Sharepoint 2007 farm

I am currently migrating an old sharepoint 2007 farm that is in an old untrusted domain. The farm has multiple sites with many levels of subsites. I am trying to analyze the current farm to match old usernames to new ones and contact users about…
D K
  • 1
  • 1
0
votes
2 answers

feature deactivation through command line not firing the SPFeature event reciever

I am deactivating a feature through stsadm tool. I have an event reciever enabled for this action. If i deactivate the feature manually from the site the event is getting triggered but not when running stsadm command. Please help... Here is the code…
0
votes
2 answers

Delete a sharepoint 2010 document library using stsadm command?

I am deploying a sharepoint 2010 custom document library template as a solution file and activating it to my site. When i am deleting the solution and deactivating the feature i also want to delete the libraries that were created from this template…
Shankar
  • 448
  • 3
  • 9
  • 34
0
votes
3 answers

There has been blocked for additions to the site

I am trying to execute a console application which updates creation dates on specified items in sharepoint lists. When I try to execute I get this error: There has been blocked for additions to the site. Contact system administrator to solve the…
user557419
0
votes
1 answer

Solutions Deploying Status Stuck at Deploying and Retracting - Sharepoint 2013

I have 3 tier architecture server which are 1 Web Front Ender Server (WFE), 1 Application Server (APP) and 1 Database Server (DB) that installed in 1 physical server / host. Then suddenly the host broken caused by the RAM is broken. After that…