This blog will help you learn the basics of SharePoint 2013 if you are a beginner. If you are an advanced SharePoint user, it will help refresh your knowledge and then provide a deeper understanding of advanced features of SharePoint 2013.
How to delete SharePoint Site Subscription BusinessDataCatalogConfig
For this, we will use the PowerShell method.
Powershell Method
- Open your SharePoint Management Shell.
- Copy the below code.
- Run this one.
This code will help you delete all the data from the Business Data Connectivity Metadata Store for a mentioned SharePoint Site.
- Clear-SPSiteSubscriptionBusinessDataCatalogConfig
- -ServiceContext <SPServiceContextPipeBind>
- [-AssignmentCollection <SPAssignmentCollection>]
- [-Confirm [<SwitchParameter>]]
- [-WhatIf [<SwitchParameter>]]
- Clear-SPSiteSubscriptionBusinessDataCatalogConfig -ServiceContext http:
Conclusion
Was my blog helpful? If yes, please let me know and if not, please explain what was confusing or missing. I’ll use your feedback to double-check the facts, add info, and update this blog.