Thursday, December 5, 2013

Database is in compatibility range and upgrade is recommended for BDCServiceDatabase or Some Content Database – two pots in one

 

Scenario:

clip_image002

1) To correct the content database issue, just rum the command below from SharePoint PowerShell as Administrator:

Upgrade-SPContentDatabase DB_XXX_Content

clip_image004

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()

clip_image006

After it has done, check the status again on Central Administration;

clip_image008

No comments:

Post a Comment