web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :

SharePoint upgrade – BDC gets stuck

DaxNigel Profile Picture DaxNigel 2,574

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.

Comments

*This post is locked for comments