- Reset the IIS.
- Start SharePoint 2010 Management Shell and issue the “Get-SPProduct” command with the –local parameter on the local server which will retrieve the list of SharePoint related products installed on the server including the hotfixes. This also refreshes the hotfix information in the content database for the local server.
Get-SPProduct –local - Once you have repeated the step 1 and 2 on every server of your farm, start the SharePoint Products and Configuration Wizard again and start the update process. This time, hopefully, the process will be successful.
If you continue to get the missing patch error after repeating the above steps, we will have to fix this issue manually. Start a command prompt and change your directory to 14 hive BIN folder. Type the following command:
psconfig.exe -cmd installcheck -noinstallcheck
The noinstallcheck flag basically tells PSCONFIG to ignore the patch verification on the server. After this process is complete, run the SharePoint Products Configuration Wizard again to be on the safe side. This time it should run without a problem.
NICE Man! Works on Sharepoint 2013 too. :D
ReplyDeleteThank you Thiago!
Delete