question

johnjohn-0472 avatar image
0 Votes"
johnjohn-0472 asked WendyLi-MSFT commented

After patching our SharePoint 2013 using March 2022, we got this weired farm build number 15.0.5429.1000 instead of 15.0.5431.1000

We successfully patch our SharePoint 2013 using March 2022 ans we successfully run the product configuration wizard. But we got this weird farm build number 15.0.5429.1000 (when we run the below power shell command), instead of 15.0.5431.1000 as per this link https://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=346#SP2013.

 $farm = Get-SPFarm
 $farm.BuildVersion


so is our farm corrupted with this 15.0.5429.1000 build number? and why we got this number instead of 15.0.5431.1000?

Thanks

office-sharepoint-server-administrationoffice-sharepoint-server-itpro
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@johnjohn-0472 I am checking to see if you have any further questions about this thread. If you have any concerns, please feel free to reply.


If the answer is helpful, please click "Accept Answer" and kindly upvote it ,so that it will be helpful to the other community users. If you have any further questions about this answer, please click "Comment".

0 Votes 0 ·
JoyZ avatar image
0 Votes"
JoyZ answered JoyZ commented

@johnjohn-0472,

(Get-SPFarm).BuildVersion will not tell us if a specific CU has been installed, only those patches which include schema changes for the SharePoint config DB update this information.

To check if your CU has been installed successfully, please go to Manage Patch Status page on SharePoint CA> Upgrade and Migration> Check product and patch installation status:

183969-image.png

More information for your reference:

https://blog.stefan-gossner.com/2016/08/23/sharepoint-does-not-have-a-build-version-full-stop/


If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.





image.png (45.7 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@johnjohn-0472,

Do you have any progress on this issue?

Please remember to update this thread if you need further assistance.

0 Votes 0 ·
UmrF avatar image
0 Votes"
UmrF answered

Make sure you have both the KB installed and PSconfig is successfull post patch installation.
No server is showing "upgrade required" on manager server in farm page.
KB 5002170
KB 5002172

if you miss a patch it will show a different version number on manage server in farm page.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.