
Event ID 14 – The start address cannot be crawled
I have just spent hours trying to get to the bottom of an issue with search in SharePoint 2010. No results were being returned and the following error was reoccurring in the Application Event Log: The start address http://wprintranet cannot…

The SharePoint 2010 Timer service terminated with service-specific error %%-2147467259
Today I have been dealing with lots of errors being logged in the System event log in a SharePoint 2010 development environment. The error is Event ID 7024: The SharePoint 2010 Timer service terminated with service-specific error %%-2147467259 I tried…

A certificate validation operation took xxxx milliseconds and has exceeded the execution time threshold
I have just noticed the following message logged several times in the Application Event Log on a SharePoint 2013 Application server: A certificate validation operation took 23369.387 milliseconds and has exceeded the execution time threshold. If this continues to occur,…

AutoSPInstaller error – Failed to download WCF Data Services 5.6 installation package
I have downloaded SharePoint 2013 SP1 (Service Pack 1) to be installed offline with AutoSPInstaller 3.96. However, the prerequisites installer fails with the following error: WARNING: 2014-04-21 09:15:29 – Error: InternetOpenUrl failed (0X80072EE7=-2147012889) WARNING: 2014-04-21 09:15:29 – Error: Failed to…

The selected cells are read-only
Today I received a report from a user that while using Datasheet View to manage a list they were presented with the following error message: "The selected cells are read-only" I have come across this in the past and the…

Moving a site collection between content databases (SharePoint 2013 using PowerShell
I have created a new site collection within a SharePoint 2013 web application and want it to use a new content database. After creating the new content database using the New-SPContentDatabase cmdlet I used the Move-SPSite cmdlet: Move-SPSite <URL> –DestinationDatabase…