Install SMTP Server and Telnet with PowerShell

Summary SharePoint and general app servers often use the SMTP Service to integrate e-mail into the systems functionality. Since Windows supports a well vetted SMTP Service, using the built-in application is often the best choice. With the said, when testing your app functionality with e-mail, Telnet is almost always needed and not installed by default. […]

SharePoint Site Population Script for Testing

Summary The following script will create and populate data in a SharePoint Farm for testing. What does the Script do? Create a new web application, with a new web application pool. Create new database and associate it with the new web application. Update the local HOSTS file to make the new site accessible from the […]

Symptom Have you ever experienced intermittent but short-lived delays while rendering your SharePoint site, which seems to correct itself, but then returns at random times?  If so, read on… as the issue detailed below may be occurring in your Farm and going unnoticed. If you happen to catch one of the delays in action while […]

SharePoint fails to create Configuration Database for a new farm

Problem Description A new installation of SharePoint fails to provision a new farm due to a failure while creating the configuration database. Example: Here is the exception stack from the PSCDiagnostics log:

Cause This issue can occur if you chose to download and install all the prerequisite software manually, namely in this case the […]

Symptom Unable to join any servers to your Production SharePoint Farm. PSConfig is failing with error “Keyset does not exist”   From PSCDiagnostics Log:

Cause PSCONFIG was failing while attempting to join a serer to the Farm with error “Keyset does not exist” because the PSCONFIG process was attempting to create the required Machine […]

Symptom Downloading results from a SharePoint site query fails partly through the export with the following error: “The content can no longer be saved to the export location. Please ensure that it is available and has sufficient space.” Cause This problem was caused by an authentication context switch when attempting to download an InfoPath Form. […]

Summary I worked on a long running RBS case where the customer followed the steps in our TechNet Article , which resulted in SharePoint throwing an the following error while uploading files to a document library, after enabling RBS. w3wp.exe (0x0EF0)         0x24E4  SharePoint Foundation  Runtime               tkau                Unexpected System.Runtime.InteropServices.COMException: The URL ‘Shared Documents/document1.docx’ is invalid.  It […]