|
| |||||||||
| Tags: command, office, preparetomove, share, sharepoint, stsadm |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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
| ||||
| ||||
| 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] Code: stsadm -o preparetomove -contentdb SQLSERVER:DBNAME -site http://www.techarena.in |
|
#3
| ||||
| ||||
| 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
| ||||
| ||||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "stsadm preparetomove" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WSS3 restore from old stsadm backup | Surfer | Small Business Server | 0 | 05-12-2007 09:36 PM |