<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using STSADM -o migrateuser on a re-created account</title>
	<atom:link href="http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/</link>
	<description>It's a household name</description>
	<lastBuildDate>Mon, 30 Aug 2010 19:01:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ahmad</title>
		<link>http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7545</link>
		<dc:creator>Ahmad</dc:creator>
		<pubDate>Tue, 17 Aug 2010 16:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://krichie.wordpress.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7545</guid>
		<description>The domain name is virtualpensionmanager.local which is same for both live and Test servers however both the domains are within completely separate networks.</description>
		<content:encoded><![CDATA[<p>The domain name is virtualpensionmanager.local which is same for both live and Test servers however both the domains are within completely separate networks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad</title>
		<link>http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7544</link>
		<dc:creator>Ahmad</dc:creator>
		<pubDate>Tue, 17 Aug 2010 16:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://krichie.wordpress.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7544</guid>
		<description>For the purpose, we had created an in-house Test environment; which is comprised of 2 “Virtual Machines”, ONE front end virtual server with Microsoft Windows 2008 and WSS 3.0 SP2 and ONE back end virtual server with Windows 2008, SQL SERVER 2008. Also, we kept the “domain name on test server exactly the same as on Live i.e. www.virtualpensionmanager.local” in a bid to reduce permission issues that would occur on Application restore.
We thought since domain names are same so there won’t be any issues if we manually create the users in Test AD with the same permissions as on Live AD and they will be recognized by the restored application as well. But, when we restored the application (using STSADM backup/restore) it appeared that the Test server is not recognizing those accounts manually created in its AD. 
 We did a some research on that and obtain an opinion from one of the experts, who informed us that there is a hidden unique id “Security ID (a.k.a sID)” associated to each user and when you manually creates a user it got change may be which might be the cause. Therefore, he suggested User Migration through ADMT v3.1 tool by Microsoft, which appears to be a very complex tool. Also, in a discussion with one of Microsoft TechNet guy he revealed that it doesn’t work for same domain names. 

Someone else told me to try Stsadm Migrateuser command on the test server. 

I created a user (with the same login names etc. as was on Live AD) and execute the following commands on my test server  as: 
stsadm -o migrateuser -oldlogin abc.local/s.wilton -newlog
abc.local/s.wilton -ignoresidhistory


Also, tried with a Temporary account  with ignoreSid flag but the error is same as below

Error Message in both cases: &quot;Cannot Complete the Action&quot;

Please, I desperately need a solution as the deadline is approaching fast I am stuck with AD users problem from quite sometime. Please suggest me what&#039;s the easiest possible way to migrate users from Live AD to Test AD or do something that my application start recognizing those users.</description>
		<content:encoded><![CDATA[<p>For the purpose, we had created an in-house Test environment; which is comprised of 2 “Virtual Machines”, ONE front end virtual server with Microsoft Windows 2008 and WSS 3.0 SP2 and ONE back end virtual server with Windows 2008, SQL SERVER 2008. Also, we kept the “domain name on test server exactly the same as on Live i.e. <a href="http://www.virtualpensionmanager.local”" rel="nofollow">http://www.virtualpensionmanager.local”</a> in a bid to reduce permission issues that would occur on Application restore.<br />
We thought since domain names are same so there won’t be any issues if we manually create the users in Test AD with the same permissions as on Live AD and they will be recognized by the restored application as well. But, when we restored the application (using STSADM backup/restore) it appeared that the Test server is not recognizing those accounts manually created in its AD.<br />
 We did a some research on that and obtain an opinion from one of the experts, who informed us that there is a hidden unique id “Security ID (a.k.a sID)” associated to each user and when you manually creates a user it got change may be which might be the cause. Therefore, he suggested User Migration through ADMT v3.1 tool by Microsoft, which appears to be a very complex tool. Also, in a discussion with one of Microsoft TechNet guy he revealed that it doesn’t work for same domain names. </p>
<p>Someone else told me to try Stsadm Migrateuser command on the test server. </p>
<p>I created a user (with the same login names etc. as was on Live AD) and execute the following commands on my test server  as:<br />
stsadm -o migrateuser -oldlogin abc.local/s.wilton -newlog<br />
abc.local/s.wilton -ignoresidhistory</p>
<p>Also, tried with a Temporary account  with ignoreSid flag but the error is same as below</p>
<p>Error Message in both cases: &#8220;Cannot Complete the Action&#8221;</p>
<p>Please, I desperately need a solution as the deadline is approaching fast I am stuck with AD users problem from quite sometime. Please suggest me what&#8217;s the easiest possible way to migrate users from Live AD to Test AD or do something that my application start recognizing those users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: calin</title>
		<link>http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7540</link>
		<dc:creator>calin</dc:creator>
		<pubDate>Mon, 19 Jul 2010 17:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://krichie.wordpress.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7540</guid>
		<description>Hi guys,
We have just lost our Active Directory and we managed to create again all users with the same login details.
Of course there are new SID so I had to run this migrateuser thing. I didn&#039;t got any errors but unfortunately for those lists (for example tasks list) which had some data linked to users &quot;Person and Group field&quot; it doesn&#039;t really re-map to the new user...
We have SP 2010...Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi guys,<br />
We have just lost our Active Directory and we managed to create again all users with the same login details.<br />
Of course there are new SID so I had to run this migrateuser thing. I didn&#8217;t got any errors but unfortunately for those lists (for example tasks list) which had some data linked to users &#8220;Person and Group field&#8221; it doesn&#8217;t really re-map to the new user&#8230;<br />
We have SP 2010&#8230;Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inder</title>
		<link>http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7539</link>
		<dc:creator>Inder</dc:creator>
		<pubDate>Tue, 13 Jul 2010 15:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://krichie.wordpress.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7539</guid>
		<description>Try to install the hotfix KB961176. the issue is fixed this article</description>
		<content:encoded><![CDATA[<p>Try to install the hotfix KB961176. the issue is fixed this article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Ong</title>
		<link>http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7519</link>
		<dc:creator>Henry Ong</dc:creator>
		<pubDate>Tue, 06 Apr 2010 17:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://krichie.wordpress.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7519</guid>
		<description>Thumbs up! Made good use of this today.</description>
		<content:encoded><![CDATA[<p>Thumbs up! Made good use of this today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niccollas</title>
		<link>http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7518</link>
		<dc:creator>Niccollas</dc:creator>
		<pubDate>Mon, 29 Mar 2010 14:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://krichie.wordpress.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7518</guid>
		<description>great! thks</description>
		<content:encoded><![CDATA[<p>great! thks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Passer-by</title>
		<link>http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7493</link>
		<dc:creator>Passer-by</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://krichie.wordpress.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7493</guid>
		<description>Rather interesting place you&#039;ve got here. Thank you for it. I like such themes and everything that is connected to this matter. BTW, try to add some images :).</description>
		<content:encoded><![CDATA[<p>Rather interesting place you&#8217;ve got here. Thank you for it. I like such themes and everything that is connected to this matter. BTW, try to add some images <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Richie</title>
		<link>http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7467</link>
		<dc:creator>Keith Richie</dc:creator>
		<pubDate>Tue, 03 Nov 2009 20:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://krichie.wordpress.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7467</guid>
		<description>BryGuy, no way in the product itself to bulk migrate.  It&#039;s an individual process.
Of course you could script the calls to it for all of your users.</description>
		<content:encoded><![CDATA[<p>BryGuy, no way in the product itself to bulk migrate.  It&#8217;s an individual process.<br />
Of course you could script the calls to it for all of your users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryguy</title>
		<link>http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7461</link>
		<dc:creator>Bryguy</dc:creator>
		<pubDate>Fri, 23 Oct 2009 16:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://krichie.wordpress.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7461</guid>
		<description>Great post, is there any way to do a bulk user move?  as in moving a hundred users or is it an individual process?</description>
		<content:encoded><![CDATA[<p>Great post, is there any way to do a bulk user move?  as in moving a hundred users or is it an individual process?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StephanJade</title>
		<link>http://blog.krichie.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7459</link>
		<dc:creator>StephanJade</dc:creator>
		<pubDate>Wed, 21 Oct 2009 12:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://krichie.wordpress.com/2008/06/27/using-stsadm-o-migrateuser-on-a-re-created-account/#comment-7459</guid>
		<description>Great article as for me. I&#039;d like to read more concerning that matter.</description>
		<content:encoded><![CDATA[<p>Great article as for me. I&#8217;d like to read more concerning that matter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>