Thursday, September 26, 2013

Exception: Microsoft.SharePoint.Administration.SPUpdatedConcurrencyException, SharePoint 2010 Cumulative Update Installation

Resolution:
Open command prompt on the SharePoint Server (Run as Administrator)
Navigate to following location
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Bin
Execute:
stsadm -o setproperty -pn command-line-upgrade-running -pv Yes
Note: Running the above command on the SharePoint server will reset the command-line-upgrade-running property where an upgrade process stopped responding. Also, this command needs to be executed on each SharePoint Servers in the farm after the upgrade completes successfully on first server
Later, execute following to initiate the upgrade process again.
psconfig.exe -cmd upgrade -inplace b2b –wait –force
Note: If the upgrade fails with any errors re-view the upgrade.log file as it would contain detailed information to troubleshoot.

No comments:

Post a Comment