Pages

Monday, February 2, 2015

Some Farm Products and Patches were not Detected in SharePoint 2013

After I installed December 2014 Cumulative update on all the server in the SharePoint 2013 Farm and Ran the SharePoint configuration Wizard in one of the APP server where central admin hosted but I got the following error message “ Error: Some farm products and patches were not detected on this or other servers. If products or patches are missing locally, you must quit this program and install the required products and patches on this server before restarting this wizard

I executed the below SharePoint PowerShell commands to resolve the above error message.

a. Get-spproduct –local

b. (Get-SpServer $env:ComputerName).NeedsUpgrade

c. Then confirm True is returned once you ran the above commands.