This error is usually related to a missing site template that is being used on the SharePoint 2010 farm but is not supported on the target farm 2013 or other.…
Category: Code
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…
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…