SharePoint upgrade – BDC gets stuck
Views (14)
When patches/updates are added to ShrePoint you need to update the system. This is done by running the wizard. After the wizard is run, sometime the BDC has not updated. This can be done manually by using the SharePoint Powershell and using the following command:
(Get-SPDatabase | ?{$_.type -eq "Microsoft.SharePoint.BusinessData.SharedService.BdcServiceDatabase"}).Provision()
This was originally posted here.

Like
Report
*This post is locked for comments