<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>PrepareToMove Away From Running This Command</title><link>http://blogs.msdn.com/toddca/archive/2009/01/30/preparetomove-away-from-running-this-command.aspx</link><description>If you are a SharePoint Admin that is still running stsadm –o PrepareToMove before detaching a content DB AND your farm is running at least the Infrastructure Update (IU) then stop! Stop running the command, its not necessary and it is causing you problems</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: PrepareToMove Away From Running This Command</title><link>http://blogs.msdn.com/toddca/archive/2009/01/30/preparetomove-away-from-running-this-command.aspx#9385656</link><pubDate>Sat, 31 Jan 2009 05:17:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9385656</guid><dc:creator>Rob Roach</dc:creator><description>&lt;P&gt;We seem to have some profiles that are not getting synched with all our site collections (we have policy one content db per site collection). &amp;nbsp;Could this be do to the 'Moving' flag getting set some other way?&lt;/P&gt;</description></item><item><title>re: PrepareToMove Away From Running This Command</title><link>http://blogs.msdn.com/toddca/archive/2009/01/30/preparetomove-away-from-running-this-command.aspx#9391082</link><pubDate>Mon, 02 Feb 2009 21:27:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9391082</guid><dc:creator>adamtoth</dc:creator><description>&lt;p&gt;This is one of the most poorly documented commands in SharePoint, and this blog post confuses me even more.&lt;/p&gt;
&lt;p&gt;Here is a scenario where I've needed to use PrepareToMove. Can you tell me if I would still need to use this command in this scenario?:&lt;/p&gt;
&lt;p&gt;A web application and content db in a production farm needs to be copied and restored to two different web applications on a development farm. This is so that two development projects can happen independently, based on a snapshot of the latest content from production.&lt;/p&gt;
&lt;p&gt;Procedure: &lt;/p&gt;
&lt;p&gt;Create SQL backup of the content db.&lt;/p&gt;
&lt;p&gt;Restore to dev SQL server environment twice (so dev has two dbs with different names)&lt;/p&gt;
&lt;p&gt;Create two web applications in dev&lt;/p&gt;
&lt;p&gt;Add a restored content database to each web application.&lt;/p&gt;
&lt;p&gt;Problem:&lt;/p&gt;
&lt;p&gt;If you did not run preparetomove at some point in this scenario, only one of the restored web applications would be able to see the site collections in the content database.&lt;/p&gt;
&lt;p&gt;Running preparetomove on one of the restored dbs would regenerate IDs and enable this scenario to work properly.&lt;/p&gt;
&lt;p&gt;How do the changes in the IU affect this scenario?&lt;/p&gt;
</description></item><item><title>STSADM PrepareToMove command and the Infrastructure Update</title><link>http://blogs.msdn.com/toddca/archive/2009/01/30/preparetomove-away-from-running-this-command.aspx#9396002</link><pubDate>Wed, 04 Feb 2009 18:58:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9396002</guid><dc:creator>Dave Wollerman's SharePoint Blog</dc:creator><description>&lt;p&gt;Must read if you have run or are use to running the STSADM preparetomove command when detaching/attaching&lt;/p&gt;
</description></item><item><title>re: PrepareToMove Away From Running This Command</title><link>http://blogs.msdn.com/toddca/archive/2009/01/30/preparetomove-away-from-running-this-command.aspx#9436184</link><pubDate>Fri, 20 Feb 2009 19:20:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9436184</guid><dc:creator>J.H.</dc:creator><description>&lt;P&gt;In case anyone was wondering, the database where the SiteSynch table is located is the SSP Service database. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adamtoth - &lt;/P&gt;
&lt;P&gt;I have done what you have said consistently several times without running PrepareToMove. &amp;nbsp; &lt;/P&gt;
&lt;P&gt;Create the new web apps in your DEV environment first making new databases for them. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Detach these 2 new content databases you created by making your new web apps from your SharePoint farm. &lt;/P&gt;
&lt;P&gt;Have your DBA (or you can do it yourself if you know how) restore the content from the 1 old content databases to the 2 new content databases. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the restore is complete, reattach the 2 new databases you just refreshed to your farm using the AddContentDB command in STSADM. &amp;nbsp;Make sure to add -assignnewdatabaseID and -clearchangelog parameters to the AddContentDB command. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the SiteSynch table in your SSP Service database as indicated above and if the 'Moving' column is TRUE, run the PrepareToMove STSADM command using the -contentDB command with the name of your new content DB and the -undo parameter. &amp;nbsp;Do this -undo command 2 times, once for each new contentDB. &amp;nbsp; &lt;/P&gt;
&lt;P&gt;This worked for me when I had to refresh 2 separate databases in my DEV farm from 1 production content database. &amp;nbsp;&lt;/P&gt;</description></item><item><title>re: PrepareToMove Away From Running This Command</title><link>http://blogs.msdn.com/toddca/archive/2009/01/30/preparetomove-away-from-running-this-command.aspx#9444225</link><pubDate>Wed, 25 Feb 2009 18:55:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9444225</guid><dc:creator>Raul Queiroga</dc:creator><description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Following your advice I did a backup/restore in a (december cumulative moss instalation) without the preparetomove and although the profiles sync correctly and the moving flag is set to false I get those dreaded 5553/7888 profile import errors...any ideas on how to get rid of those?&lt;/P&gt;</description></item><item><title>MOSS SP2 Upgrade Process - Step By Step</title><link>http://blogs.msdn.com/toddca/archive/2009/01/30/preparetomove-away-from-running-this-command.aspx#9693360</link><pubDate>Thu, 04 Jun 2009 00:52:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9693360</guid><dc:creator>Gregory S. MacBeth - &lt;a href="http://www.linkedin.com/in/gregmcb" &gt;&lt;img src="http://www.linkedin.com/img/webpromo/btn_myprofile_160x33.gif" width="160" height="33" border="0" alt="View Gregory MacBeth's profile on LinkedIn"&gt;&lt;/a&gt;</dc:creator><description>&lt;p&gt;MOSS SP2 Upgrade Process: As defined and cleansed by &lt;a rel="nofollow" target="_new" href="http://technet.microsoft.com/en-us/library/cc263467.aspx#section1"&gt;http://technet.microsoft.com/en-us/library/cc263467.aspx#section1&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>