Recently created a development box for our developers and as a part of this had to copy the production data into it. Followed the content database migration approach worked well but this error popped in later.
Database is in compatibility range and upgrade is recommended. The following databases have versions that are older than the current SharePoint software, but are within the backwards compatible range.
WSS_Content_First
WSS_Content_Second
$contentdb = Get-SPContentDatabase | Where-Object {$_.Name -match "WSS_Content_First"}
Upgrade-SPContentDatabase -Identity $contentdb
This worked for one of the content database but for the second one it failed. Had a look at the log files and there was some class id missing. All solutions were deployed was bemused. Used my lethal weapon PSconfig but this one failed:
PSConfig.exe -cmd upgrade -inplace b2b -wait
Had no choice to unleash the force beast, ran this:
PSConfig.exe -cmd upgrade -inplace b2b -force
This one worked all well and now don’t see any more upgrade required message. Happy days.
"WSS_Content_Frist"}
ReplyDeleteTry First not Frist..
copied and pasted this.. didn't work.. took me a minute
recommended approach is to Run PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
ReplyDeleteThank you very very much!!!
DeleteThanks a bunch pal.
DeleteThis comment has been removed by the author.
ReplyDeleteThanks for sharing--This fixed my issues in SharePoint 2013 with these database warnings.
ReplyDeleteThank you. PSConfig.exe -cmd upgrade -inplace b2b -wait worked for me in SharePoint 2016.
ReplyDeletehow to solved one of Search LinksStore Database is in compatibility range.
ReplyDeletei executed PSConfig.exe -cmd upgrade -inplace b2b but same issue am facing