Results 1 to 4 of 4

Thread: stsadm preparetomove

  1. #1
    Join Date
    Mar 2009
    Posts
    56

    stsadm preparetomove

    I am using Office Sharepoint. I am suggested to run stsadm -o preparetomove command while trying to share from 1 farm to another. Does this will create any problem to it???

  2. #2
    Join Date
    Apr 2008
    Posts
    3,424

    Re: stsadm preparetomove

    This is due to several reasons, the main being IT WILL break the relationship between your shared service provider and your database. This relationship can be repaired but it essentially means losing the part of your search index that relates to that database.

    The full command is below.

    Code:
    stsadm -o preparetomove
               {-ContentDB <DatabaseServer:DatabaseName> |
           -Site <URL>}
               [-OldContentDB <uniqueidentifier>]
               [-undo]
    For detaching databases cleanly from the farm we really only care about the first 2 switches. So your command might look like this.

    Code:
    stsadm -o preparetomove -contentdb SQLSERVER:DBNAME -site http://www.techarena.in

  3. #3
    Join Date
    May 2008
    Posts
    3,516

    Re: stsadm preparetomove

    I have given you the syntax in the below Code :

    Code:
    Syntax :
    
    stsadm -o preparetomove
    
       -contentdb <server name: database name>
    
       -site <URL name>
    
       [-oldcontentdb] <unique identifier>
    
       [-undo]

  4. #4
    Join Date
    Apr 2008
    Posts
    3,339

    Re: stsadm preparetomove

    The sync job will continue to sync the user profiles against the content DB if you don't do that perparetomove and could impact server performance on the existing farm.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,259,277.10141 seconds with 16 queries