سؤال

I just noticed that one of the two web front end is showing "UPDATE REQUIRED"

I looked it up and it talks about taking several steps to upgrade if the update status under "Upgrade and Migration" is failed..... all the status shows "Succeeded" pic shown below for both

So my question is do i need to do something about this "UPDATE REQUIRED" status for the web server since everything under "check upgrade status" as shown above

enter image description here

enter image description here

هل كانت مفيدة؟

المحلول

After the installation of a SharePoint-Update, you must trigger the process of a database upgrade. Looks like this was skipped for Server WEB1.

Please run SharePoint Products Configuration Wizardon the server or alternatively you can use the CLI-Tool psconfig instead. Open PowerShell and execute the following command:

PSConfig.exe -cmd upgrade -inplace b2b -wait -cmd applicationcontent -install -cmd installfeatures -cmd secureresources -cmd services -install

Reference: Why I prefer PSCONFIGUI.EXE over PSCONFIG.EXE

نصائح أخرى

You may haven't run PSconfig after patching , you can manually run SharePoint configuration wizard as administrator or perform PowerShell command :

PSCONFIG -cmd upgrade -inplace b2b -wait
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top