The product group released the December 2023 Cumulative Update for SharePoint Server 2019 product family. SharePoint Server 2019 is patched with a language dependent and a language independent fix.
The KB article for December 2023 CU will be available at the following Location in a couple of hours:
- KB 5002531 – December 2023 Update for SharePoint Server 2019 (language independent)
- KB 5002532 – December 2023 Update for SharePoint Server 2019 (language dependent)
The downloads for December 2023 CU are available through the following links:
- Download December 2023 Update for SharePoint Server 2019 (language independent)
- Download December 2023 Update for SharePoint Server 2019 (language dependent)
Important: It is required to install both fixes (language dependent and independent) to fully patch a SharePoint server. This applies also to servers which do not have language packs installed. The reason is that each SharePoint installation includes a language dependent component together with a language independent component. If additional language packs are added later (only) the language dependent fix has to be applied again.
It is irrelevant which language you pick on the drop down in download center. Even the language dependent fixes are all in the same package for all languages.
After installing the fixes you need to run the SharePoint 2019 Products Configuration Wizard on each machine in the farm. If you prefer to run the command line version psconfig.exe ensure to have a look here for the correct options.
Please ensure to have a look at the SharePoint Patching Best Practices before applying new fixes.
SharePoint 2019 December 2023 CU Build Number:
Language independent fix: 16.0.10405.20000
Language independent fix: 16.0.10405.20000
Related Links:
- Technet: Updated Product Servicing Policy for SharePoint Server 2019
- Blog: SharePoint Patching Best Practices
- Blog: SharePoint Patching demystified
- Blog: Why I prefer PSCONFIGUI.EXE over PSCONFIG.EXE
- Technet: Update Center for Microsoft Office, Office Servers, and Related Products
- Blog: SharePoint Server 2016 Zero-Downtime Patching Demystified (applies also to SharePoint Server 2019)
- Blog: SharePoint does not have a build version. Full Stop.
Permalink
Is this the last full CU for SharePoint 2019? Is it entering extended support in January 2024 with only security updates being released in other words?
Permalink
Hi Mark,
the last date when regular fixes are planned to be shipped would be January 2024 CU.
Cheers,
Stefan
Permalink
Hello Stefan,
Does this update also have Security Updates which were released earlier ?
Permalink
Hi!
I had the issue that the file size of the web.config was to big after the update. I had to change the reg key HKLM\SOFTWARE\Microsoft\InetStp\Configuration\MaxWebConfigFileSizeInKB from 900 kb to a higher value.
Colleagues told me that they had this issue already before. Would it not make sense to increase this value with the cumulative update or another windows update?
Br
Rene
Permalink
We’ve previously encountered this web.config file size issue already during the November updates, which caused the environment to become inaccessible after running PSCONFIG.exe. To address this problem, we modified the registry values KLM\SOFTWARE\Microsoft\InetStp\Configuration\MaxWebConfigFileSizeInKB for our application servers and webfrontends from 384 to 900. Since the problem only occurred after running PSCONFIG and we run that manually, we could modify the register per server so the production farm was available the whole time.
After installing the December updates, our (development) environment is immediately unavailable, even though we haven’t yet executed PSCONFIG.exe. So it seems like the installation of KB 5002531 and KB 5002532 has reverted the registry entries back to their original value of 384 (which makes the environment unavailable). This presents a challenge, as we schedule the installation of the KB’s overnight and it necessitates manual registry adjustments to restore the environment’s accessibility.
According to my knowledge, the MaxWebConfigFileSizeInKB only had to be adjusted manually with older version of SharePoint on prem. SharePoint 2019 should automatically update the registry value when it’s necessary. However, as described, something has gone awry in the past two months.
@Stefan, any idea what to do?
Permalink
I encountered this with the November and December updates for our Test and Prod SharePoint 2019 farms. Since we use the Zero Downtime Patching (ZDP) approach, and found the registry reverted after the core install ran. So in my ZDP steps, I installed the core and language pack, then set the registry to 1200MB and rebooted the server for the changes to take affect. Hope this info helps anyone experiencing the same.
Permalink
On our environments it looks like 900 is the default value?
Permalink
Ours is 900 as well on our three servers, probably the default value. 900 Decimal is 384 Hexadecimal
Permalink
@Stefan, any idea what to do to make sure the installation of the KB’s doesn’t cause problems* in the future update cycles? Your expertise and suggestions would be much appreciated.
When installing the updates, the MaxWebConfigFileSizeInKB value seems to be reset to 384 hexadecimal, causing SharePoint environments to become unavailable (please also find my previous post). We faced a similar issue during the November updates. For environments that should be available at all time, it’s a challenge, especially when the updates installed automatically in the middle of the night, because the environment isn’t available until the value is adjusted and a restart is forced.
Permalink
Stefan links to a Best Practice document. You might want to start there.
Permalink
We follow the best practice for years and never encountered this problem. You noticed something we missed?
Permalink
Hi Emiel,
one thing to check would be to see if there are any duplicate lines in the web.config.
Removing the duplicates might be sufficient to reduce the web.config size below the problematic size.
Cheers,
Stefan