Scenario:
1) To correct the content database issue, just rum the command below from SharePoint PowerShell as Administrator:
Upgrade-SPContentDatabase DB_XXX_Content
After it has done, check the status again on Central Administration;
1) To correct the upgrade necessary on BDC database, below from SharePoint PowerShell as Administrator:
(Get-SPDatabase | ?{$_.type -eq “Microsoft.SharePoint.BusinessData.SharedService.BdcServiceDatabase”}).Provision()
After it has done, check the status again on Central Administration;
No comments:
Post a Comment