Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Tuesday, March 10, 2015 9:41 AM
Hi
In a sharepoint 2013 farm i installed RTM version and installed service pack1 + CU NOV 2014
and after when i psconfig wizard, t throws error.
In log file
Task upgrade has failed
03/10/2015 11:28:46 19 INF friendlyMessage for task upgrade is An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: Failed to upgrade SharePoint Products.
03/10/2015 11:28:46 19 INF debugMessage for task upgrade is An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: Failed to upgrade SharePoint Products.
Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException: Exception of type 'Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException' was thrown.
at Microsoft.SharePoint.PostSetupConfiguration.UpgradeTask.Run()
at Microsoft.SharePoint.PostSetupConfiguration.TaskThread.ExecuteTask()
Leaving function FormParameterCollection.Add
03/10/2015 11:28:46 1 INF Last message from task upgrade is An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: Failed to upgrade SharePoint Products.
03/10/2015 11:28:46 1 INF Not running in high contrast, so we will paint the background with our trademarked image
Entering function PsconfigLabel.CommonStuff
03/10/2015 11:28:46 1 INF Created a label, name is FinishForm, text is An exception of type Microsoft.SharePoint.PostSetupConfiguration.PostSetupConfigurationTaskException was thrown. Additional exception information: Failed to upgrade SharePoint Products.
03/10/2015 11:28:46 1 INF Leaving function PsconfigLabel.CommonStuff
adil
All replies (2)
Tuesday, March 10, 2015 11:45 AM ✅Answered | 1 vote
You can try -
- Restart your Timer service before you run config wizard."Run As Administrator" on the Products Configuration Wizard.
- Make sure no other user, other than SharePoint managed accounts, have dbowner permissions for the SharePoint databases. - https://sharepointgotchas.wordpress.com/2014/04/17/postsetupconfigurationtaskexception-was-thrown-when-installing-sp1/
- Reboot after CU installed and disable the User Account Control for you service accounts.- http://www.wictorwilen.se/Post/SharePoint-2010-June-2010-Cumulative-Update-installation-failed.aspx
- You can try using powershell -
PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures
also please check -
- https://social.technet.microsoft.com/Forums/en-US/94a8bb64-e0ea-493f-8e29-01347b1fc6c7/psconfig-fails-failed-to-upgrade-sharepoint-products
- http://sharepoint.stackexchange.com/questions/118287/sharepoint-configuration-wizard-will-raise-microsoft-sharepoint-postsetupconfigu
Thanks
Ganesh Jat [My Blog | LinkedIn | Twitter ]
Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.
Tuesday, March 10, 2015 12:04 PM ✅Answered
Hi
in sharepoint server farm we have two servers
1 Appserver
2 wfe
when i open psconfig wizard with run as administrator successfully configured.
i run first in WFE and after Appserver
adil