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: Architecture
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…
Upgrade SharePoint Content Database 2016 – SharePoint experience error
Before attaching, mounting, upgrading ( all the same thing ) a SharePoint content DB from SharePoint 2013 to SharePoint 2016 you MUST test the DB Upgradeblocking errors, In order to…
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