Disable list view threshold for particular List

There can be situations where you want to use large list that has more than 5000 items. When querying the list you are getting the error of list view threshold on filtering or when querying items from forms. The query cannot be run for the following DataObject: ComputerList1 The SOAP response indicates that an error occurred on…

[MissingSetupFile] File [Features\NintexWorkflow\NintexCatalog\repair.aspx]

Recently Sharepoint Health analyzer on one of our FARM started showing the below error  under section Missing server side dependencies. [MissingSetupFile] File [Features\NintexWorkflow\NintexCatalog\repair.aspx]  What We know is Content Database where site showing the error exists. Note: We haven’t installed the Nintex on this FARM but We transfer sites from UAT to Prod – vice versa & that farm…

SharePoint Item Level Permissions

There can be situations when you have to provide item level permissions to one of the user on a list with hundred of items. This can be quite tedious with the manual approach so obviously Powershell will be the saver here 🙂 Sharing the script that will add itemlevel permissions: Input ot the script :…

Sharepoint Error: The server block is not well formed

Note:- Do take Backup of site collection before following this procedure Admins working on SharePoint might have encountered this error ( it was reported to us only 2 times in 3 years) The server block is not well formed You will find lot of articles on the internet stating to use SharePoint designer to reset definition of the…

Sharepoint Missing Features – Health Analyzer

Sharing the method that we have used to fix the missing feature errors that were coming in Health Analyzer, There was one more issue that was coming & got resolved automatically ones missing feature issue was fixed. (High CPU utilization during search crawl that happens daily) Note down the feature id from the error &…