<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>Common Problem: Your backup is from a different version of SharePoint</title><link>http://blogs.technet.com/b/stefan_gossner/archive/2011/12/01/common-problem-your-backup-is-from-a-different-version-of-sharepoint.aspx</link><description>In the last couple of years I received several cases related to problems when using "stsadm -o restore" or "Restore-SPSite" commands. 
 The users received an error message similar to the following: 
 Your backup is from a different version of Windows</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Common Problem: Your backup is from a different version of SharePoint</title><link>http://blogs.technet.com/b/stefan_gossner/archive/2011/12/01/common-problem-your-backup-is-from-a-different-version-of-sharepoint.aspx#3476469</link><pubDate>Fri, 20 Jan 2012 15:43:26 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3476469</guid><dc:creator>Megren.Net</dc:creator><description>&lt;p&gt;Useful post Stefan,&lt;/p&gt;
&lt;p&gt;Actually, I faced the same problem with our development environment, but I’ve done workaround to get the content database using this way : &lt;a rel="nofollow" target="_new" href="http://www.megren.net/Blog/Lists/Posts/Post.aspx?ID=17"&gt;www.megren.net/.../Post.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Megren&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3476469" width="1" height="1"&gt;</description></item><item><title>re: Common Problem: Your backup is from a different version of SharePoint</title><link>http://blogs.technet.com/b/stefan_gossner/archive/2011/12/01/common-problem-your-backup-is-from-a-different-version-of-sharepoint.aspx#3475936</link><pubDate>Tue, 17 Jan 2012 22:05:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3475936</guid><dc:creator>Gokan Ozcifci</dc:creator><description>&lt;p&gt;Great post.. But is there some work around if we dont have the same version on different servers ??&lt;/p&gt;
&lt;p&gt;Gokan&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3475936" width="1" height="1"&gt;</description></item><item><title>re: Common Problem: Your backup is from a different version of SharePoint</title><link>http://blogs.technet.com/b/stefan_gossner/archive/2011/12/01/common-problem-your-backup-is-from-a-different-version-of-sharepoint.aspx#3470891</link><pubDate>Wed, 14 Dec 2011 20:14:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3470891</guid><dc:creator>John Ferringer</dc:creator><description>&lt;p&gt;Stefan --&lt;/p&gt;
&lt;p&gt;I *think* that there are a couple of factors influencing this issue, one of which you address here but another one that I think was introduced with the release of Service Pack 1 for SharePoint 2010. I hadn&amp;#39;t considered the possibility you mention of trying to restore a backup with SharePoint&amp;#39;s catastrophic restore tools that was not created with those same tools. That&amp;#39;s a great point to keep in mind.&lt;/p&gt;
&lt;p&gt;However, there&amp;#39;s another issue raised by Service Pack 1 that I think is contributing to a lot of the issues people have been raising in the last few months when they try to restore a backup: backups created in a farm before SP1 was applied can not be restored after SP1 was applied. This is a bit of a change, because to the best of my knowledge it was possible to restore a backup from a older SharePoint build version into a farm running a newer SharePoint build version in both SharePoint 2007 and in SharePoint 2010 prior to SP1. I know that I&amp;#39;ve done such a thing in SharePoint 2007 w/o any issue, but I haven&amp;#39;t gotten a chance to try it in 2010. Interestingly, the documentation I&amp;#39;ve found in TechNet for both the 2007 and 2010 releases state that this is not supported, but I know that at a minimum it was at least possible to do successfully.&lt;/p&gt;
&lt;p&gt;But, now with SP1, you can&amp;#39;t restore a pre-SP1 backup into a farm running SP1. This is a known issue to the point where there&amp;#39;s actually an article in TechNet about it: &lt;a rel="nofollow" target="_new" href="http://technet.microsoft.com/en-us/library/hh344831.aspx"&gt;technet.microsoft.com/.../hh344831.aspx&lt;/a&gt;. As the article states, SP1 introduced several changes various SharePoint database schemas to where they don&amp;#39;t line up well enough to allow for older backups to be restored. In about 90% of the cases I&amp;#39;ve seen, this is the issue that causes the error you&amp;#39;re mentioning, rather than trying to use incorrect backup files.&lt;/p&gt;
&lt;p&gt;Chris Howell, I would suggest trying to run the SharePoint Products Configuration Wizard in your original farm and your target farm to see if there is a database somewhere in them that hasn&amp;#39;t had all the proper updates applied, this could be causing the version mismatch. If running it via the GUI doesn&amp;#39;t work, I would try calling it from the command line with the ForceUpgrade switch to see if that works: psconfig.exe -cmd -upgrade b2b -wait –force. I don&amp;#39;t know if that&amp;#39;s going to resolve it for you or not, but its one way you can try resolving your version conflicts and cross one possible cause off your list.&lt;/p&gt;
&lt;p&gt;John&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3470891" width="1" height="1"&gt;</description></item><item><title>re: Common Problem: Your backup is from a different version of SharePoint</title><link>http://blogs.technet.com/b/stefan_gossner/archive/2011/12/01/common-problem-your-backup-is-from-a-different-version-of-sharepoint.aspx#3469177</link><pubDate>Tue, 06 Dec 2011 08:51:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3469177</guid><dc:creator>Stefan Goßner</dc:creator><description>&lt;p&gt;Hi Chris,&lt;/p&gt;
&lt;p&gt;then I would suggest to open a support case to get this analyzed.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Stefan&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3469177" width="1" height="1"&gt;</description></item><item><title>re: Common Problem: Your backup is from a different version of SharePoint</title><link>http://blogs.technet.com/b/stefan_gossner/archive/2011/12/01/common-problem-your-backup-is-from-a-different-version-of-sharepoint.aspx#3469164</link><pubDate>Tue, 06 Dec 2011 05:15:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3469164</guid><dc:creator>Chris Howell</dc:creator><description>&lt;p&gt;Hi Stefan,&lt;/p&gt;
&lt;p&gt;Have checked farms.&lt;/p&gt;
&lt;p&gt;Host reports (STSADM preupgradecheck):&lt;/p&gt;
&lt;p&gt;&amp;quot;This sharepoint software currently running on this farm is 12.0.0.6421&amp;quot;&lt;/p&gt;
&lt;p&gt;Destination (STSADM preupgradecheck):&lt;/p&gt;
&lt;p&gt;This sharepoint software currently running on this farm is 12.0.0.6421&lt;/p&gt;
&lt;p&gt;There is no AV running on the server where I&amp;#39;m trying to move the site to yet (DEV site).&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3469164" width="1" height="1"&gt;</description></item><item><title>re: Common Problem: Your backup is from a different version of SharePoint</title><link>http://blogs.technet.com/b/stefan_gossner/archive/2011/12/01/common-problem-your-backup-is-from-a-different-version-of-sharepoint.aspx#3468832</link><pubDate>Sun, 04 Dec 2011 09:43:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3468832</guid><dc:creator>Chris Howell</dc:creator><description>&lt;p&gt;Thanks Stefan. I&amp;#39;ll check the virus scanner and will revisit installed versions to be 100%.&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3468832" width="1" height="1"&gt;</description></item><item><title>re: Common Problem: Your backup is from a different version of SharePoint</title><link>http://blogs.technet.com/b/stefan_gossner/archive/2011/12/01/common-problem-your-backup-is-from-a-different-version-of-sharepoint.aspx#3468826</link><pubDate>Sun, 04 Dec 2011 07:50:41 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3468826</guid><dc:creator>Stefan Goßner</dc:creator><description>&lt;p&gt;Regarding the &amp;quot;in use&amp;quot; issue: sounds like your Virus scanner is badly interacting with the import.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3468826" width="1" height="1"&gt;</description></item><item><title>re: Common Problem: Your backup is from a different version of SharePoint</title><link>http://blogs.technet.com/b/stefan_gossner/archive/2011/12/01/common-problem-your-backup-is-from-a-different-version-of-sharepoint.aspx#3468825</link><pubDate>Sun, 04 Dec 2011 07:49:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3468825</guid><dc:creator>Stefan Goßner</dc:creator><description>&lt;p&gt;The Import Error clearly shows that the WSS patch level is different. Because different patch levels can have different Schema versions in the manifest.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3468825" width="1" height="1"&gt;</description></item><item><title>re: Common Problem: Your backup is from a different version of SharePoint</title><link>http://blogs.technet.com/b/stefan_gossner/archive/2011/12/01/common-problem-your-backup-is-from-a-different-version-of-sharepoint.aspx#3468820</link><pubDate>Sun, 04 Dec 2011 04:21:02 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3468820</guid><dc:creator>Chris Howell</dc:creator><description>&lt;p&gt;Hi Stefan,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been seeing this issue when trying to move a site from one farm to another. Both farms are at the same patch level.&lt;/p&gt;
&lt;p&gt;Content deployment fails (I&amp;#39;ve followed your blog articles):&lt;/p&gt;
&lt;p&gt;&amp;quot;Content deployment job &amp;#39;Remote import job for job with sourceID = d5f5cedd-cc28-40b5-8dd9-c5f905f54e7b&amp;#39; failed.The exception thrown was &amp;#39;System.IO.IOException&amp;#39; : &amp;#39;The process cannot access the file &amp;#39;Manifest.xml&amp;#39; because it is being used by another process.&amp;#39; &amp;quot;&lt;/p&gt;
&lt;p&gt;When I try to restore a backup taken using STSADM in the destination farm I get:&lt;/p&gt;
&lt;p&gt;&amp;quot;Your backup is from a different version of Windows SharePoint Services and cannot be restored to a server running the current version. The backup file should be restored to a server with version &amp;#39;1178817357.0.25229151.0&amp;#39; or later.&amp;quot;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried Chris O&amp;#39;Brien&amp;#39;s Content Deployment wizard tool to take data out of the host and bring into the new server. On trying to bring the data in I get:&lt;/p&gt;
&lt;p&gt;&amp;quot;Error on import on new host: &amp;quot;System.IO.IOException: The process cannot access the file &amp;#39;Manifest.xml&amp;#39; because it is being used by another process.&amp;quot; shown in GUI&amp;quot; returned in the GUI.&lt;/p&gt;
&lt;p&gt;In the log file I get:&lt;/p&gt;
&lt;p&gt;&amp;quot;[11/2/2011 3:31:10 PM]: FatalError: The &amp;#39;&lt;a rel="nofollow" target="_new" href="http://www.w3.org/2001/XMLSchema:attribute&amp;#39;"&gt;www.w3.org/.../XMLSchema:attribute&amp;amp;&lt;/a&gt; element is not supported in this context.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Xml.Schema.XmlSchemaSet.InternalValidationCallback(Object sender, ValidationEventArgs e)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Xml.Schema.XmlSchemaSet.ParseSchema(String targetNamespace, XmlReader reader)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at System.Xml.Schema.XmlSchemaSet.Add(String targetNamespace, String schemaUri)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at Microsoft.SharePoint.Deployment.SPImport.CreateXmlReader(FileStream fs, String schemaNamespace, String schemaFile)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at Microsoft.SharePoint.Deployment.SPImport.GetNextManifestFile(XmlReaderAndStream reader)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()&lt;/p&gt;
&lt;p&gt; &amp;nbsp; at Microsoft.SharePoint.Deployment.SPImport.Run()&amp;quot;&lt;/p&gt;
&lt;p&gt;Any ideas?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3468820" width="1" height="1"&gt;</description></item><item><title>re: Common Problem: Your backup is from a different version of SharePoint</title><link>http://blogs.technet.com/b/stefan_gossner/archive/2011/12/01/common-problem-your-backup-is-from-a-different-version-of-sharepoint.aspx#3468566</link><pubDate>Fri, 02 Dec 2011 10:34:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3468566</guid><dc:creator>Stefan Goßner</dc:creator><description>&lt;p&gt;Thanks Steven!&lt;/p&gt;
&lt;p&gt;:-)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3468566" width="1" height="1"&gt;</description></item></channel></rss>