After running Test-SPContentDatabase you might get the following error : Category : Configuration Error : False UpgradeBlocking : False Message : The [Application name] web application is configured with claims…
Category: Code
Deploying / Publishing a Custom Web-Part
There are three steps for deploying / publishing a custom web part : adding, installing, and activating. the following is the code for installing a new WSP # Add the…
Remove a Feature from a content DB
This power shell code provide the option to remove missing features referenced on a content database migration log. Before migrating content Database you need to test the DB using the test-spcontentdatabase powershell…
SharePoint 2016 workflows failed to start
When trying to run a SharePoint workflow on 2016 farm the workflow won’t start – this is a known bug related to .NET patching. to resolve it use…
SharePoint – PowerShell set verbose on with new log file
Set-SPLogLevel -traceseverity verbose -eventseverity verbose New-SPLogFile # when done set it back to normal verbose Clear-SPLoglevel
SharePoint is keep on prompting for username and password
I have created a new farm and for some reason accessing a brand new web application prompted to enter username and password, and even after providing correct credentials I couldn’t…
Super User and Super Reader accounts
The Portal Super User and the Portal Super Reader accounts are used for caching objects in SharePoint and heavily used by the publishing feature. By default out of the box…