Sunday 3 December 2017

SharePoint 2016 Client Side Web Part System.InvalidOperationException: The System Account cannot perform this action.

If while adding Client Side Web Part using Add an App on SharePoint 2016 causes the following error:
System.InvalidOperationException: The System Account cannot perform this action.

Ensure you are not using the System Account. Many of us get lazy while creating a Dev machine to test latest patches and use one account for all. If we use best practices a lot of these issues can be avoided :)

Thursday 26 October 2017

Upgrade failed because of Missing Feature 'CustomTiles' (Id: 15/'68642d38-a556-4384-888c-082844fbf224')

CustomTiles is a SharePoint Feature and needs to be enabled for the update to succeed.

Run the following on all web applications:
Enable-SPFeature -Identity CustomTiles -Url WebApplicationUrl -Force