Hey guys,
I am trying to upgrade our SharePoint 2010 to 2013 to be used alongside TFS 2012. I am following the instructions [http://technet.microsoft.com/en-us/library/cc303436.aspx] on how to tackle the upgrade using database-attach-upgrade method.
When I try to execute Test-SPContentDatabase on 2010 content DB in 2013 environment/farm I get the following error:
PS> Test-SPContentDatabase -Name WSS_Content_2010 -WebApplication http://tfs -verbose VERBOSE: Leaving BeginProcessing Method of Test-SPContentDatabase. VERBOSE: Getting the web application VERBOSE: Found web application: SharePoint - 80 VERBOSE: Getting the server VERBOSE: Found database server instance: TFSTest-SPContentDatabase : Invalid column name 'UIVersion'. At line:1 char:1+ Test-SPContentDatabase -Name WSS_Content_2010 -WebApplication http://tfs -verbos ...+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~+ CategoryInfo : InvalidData: (Microsoft.Share...ContentDatabase: SPCmdletCheckContentDatabase) [Test-SPContentDatabase], SqlException+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletCheckCon tentDatabase VERBOSE: Leaving ProcessRecord Method of Test-SPContentDatabase. VERBOSE: Leaving EndProcessing Method of Test-SPContentDatabase.Any help or a pointer to the right direction would be appreciated.