A Practical Guide to SharePoint 2013

A Practical Guide to SharePoint 2013
A Practical Guide to SharePoint 2013 - Book by Saifullah Shafiq
Showing posts with label stsadm. Show all posts
Showing posts with label stsadm. Show all posts

Sunday, October 2, 2011

How to Move a SharePoint 2007 Site(Via Cynthia Miller)

Extracted from the original post

” Individual SharePoint sites can be copied to a new location on the same server or to a different SharePoint server using the export/import flags in the STSADM utility. To run the STSADM command you must be a member of the local Administrators group on the SharePoint server.

Before starting out, make sure you know how much room you will need to create the exported file. To find the amount of space a site is using, run the stsadm enumsites command as shown below. Be sure to substitute the value for your root URL.”

Click here, for complete post.

Wednesday, August 24, 2011

Resolved: The given assembly or codebase was invalid error by stsadm command (Via dhondiyals)

Extract from the original post “I was trying to register custom profiledeletehandler by using stsadm command line utility. My command, code and assembly were perfect. But even then when I was trying to execute stsadm then it was displaying “The given assembly or codebase was invalid”.

Humnnn what could be the problem then after doing some research I came to know that I wrote the part of the command in notepad first and then copy/paste this part in command line. OMG, that was some encoding problem while copy/pasting the command.

Complete post here.