Wednesday, July 17, 2013

SharePoint 2013 Products Configuration Wizard failure


Symptoms

While trying to set up the SharePoint 2013 on a standalone VM, you receive the following error when running the SharePoint 2013 Product Configuration Wizard
ErrorCode: ERRCAdmin024 SubStatus: ES0001 - Failed to refresh all running servers in the cluster. You may need to restart the cluster for these changes to take effect

Cause

This error is most likely related to App Fabric Cache.
Note: You do not need the App Fabric Cache on a standalone VM installation.

Resolution

Follow the steps listed below:
1. Open a command prompt as Administrator
2. Cd to "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\BIN "
3. Run the following command:

PSConfig -cmd Configdb create SkipRegisterAsDistributedCacheHost user Contoso\Administrator password password
4. Re-run the SharePoint 2013 Product Configuration Wizard. It should run right through the first 3 steps and start processing from step 4.
Note: You may have to clean up databases created from previously failed attempts by the wizard. 


No comments:

Post a Comment