Pro SharePoint Server 2019 byla vydána nová kumulativní aktualizace (October 2019 CU).
SP Build:
16.0.10351.20000 (Language independent CU)
16.0.10351.20000 (Language dependent CU)
SharePoint 2019 CU – KB články popisující CU:
- KB 4484110 – October 2019 Update for SharePoint Server 2019 (language independent)
- KB 4484109 – October 2019 Update for SharePoint Server 2019 (language dependent)
- Tento CU neobsahuje aktualizaci pro Office Online Server
SharePoint Server 2019 CU – Odkaz ke stažení CU:
- Download October 2019 Update for SharePoint Server 2019 (language independent)
- Download October 2019 Update for SharePoint Server 2019 (language dependent)
- Tento CU neobsahuje aktualizaci pro Office Online Server
Po dokončení instalace nezapomeňte na spuštění průvodce konfigurací služby SharePoint 2019 (SharePoint 2019 Products Configuration Wizard), nebo příkazu:
PSConfig.exe -cmd upgrade -inplace b2b -wait -cmd applicationcontent -install -cmd installfeatures -cmd secureresources -cmd services -install
Upozornění
Vždy instalujte oba balíčky a to v pořadí:
- language independent (aktualizuje jazykové nezávislé komponenty)
- language dependent (aktualizuje jazykové závislé komponenty)
V případě jazykově závislých balíčku (language dependent) nezáleží jaký jazyk si ve výsledku vyberete, jelikož každý balíček obsahuje aktualizace pro všechny jazyky.
V případě, že na SharePoint Server 2019 farmu instalujete nový jazykový balíček, je nutné následně znova nainstalovat jazykové závislý balíček (language dependent).
Nezapomínejte, že krom SharePoint je nutné mít aktualizovanou i službu Distributed Cache, viz. Jak správně aktualizovat Distributed Cache a v případě Office Online Serveru musíte mít aktuální RTM verzi, viz. Jak aktualizovat Office Online Server.
Obsažené opravy a vylepšení
Seznam oprav a vylepšení tohoto CU je soubor výňatků z oficiálních Microsoft KB článků v původním jazyce (EN).
SharePoint Server 2019
This security update resolves an elevation of privilege vulnerability that exists in Microsoft SharePoint. To learn more about the vulnerability, see Microsoft Common Vulnerabilities and Exposures CVE-2019-1330.
- With this update, PerformancePoint Dashboard Designer now uses SHA256 digital signatures to verify the authenticity of files.
- When you select View Installed Updates in the Windows Control Panel, you see the most recently installed SharePoint Server 2019 Public Updates listed. However, the version number of these updates isn’t displayed in the Version column. After you install this update, the version number of these updates will be displayed.
This security update contains improvements and fixes for the following nonsecurity issues:
- A crawl of content that has many links fails because the number of links exceeds the maximum allowable. After multiple failures, the search index entries for the content are deleted unexpectedly. After this update is applied, you can set the maximum number of links to be sent to the index by using the ContentPIMaxNumLinks property.
For example, you can run the following PowerShell commands in the SharePoint 2019 Management Shell to set ContentPIMaxNumLinks to 10000:$ssa = Get-SPEnterpriseSearchServiceApplication
$ssa.SetProperty("ContentPIMaxNumLinks", 10000)
$ssa.Update()
- When you select View Installed Updates in the Windows Control Panel, you see the most recently installed SharePoint Server 2019 Public Updates listed. However, the version number of these updates isn’t displayed in the Version column. After you install this update, the version number of these updates is displayed.
- Search and Distributed Cache servers in a MinRole farm that have custom web templates display „Upgrade Required“ after you run an in-place build-to-build upgrade. After this update is applied, the servers display „No Action Required.“
- When you access a classic Team site and open the browser’s developer console, you see an error message that states „CSS3111: @font-face encountered unknown error. Office365Icons.eot.“ After you install this update, there is no error.
- Fixes an issue in which the stage status information text contains special characters such as an ampersand (&), workflows fail.
- Makes changes to display the new Japanese era name for date format samples in Date Format in Project Web App (PWA) sites.
- You can now update a task dependency lead and lag time by using the LinkLagDuration property through the client-side object model (CSOM). Similar to other duration properties (such as the Task.Duration property in the Task Object), it excepts either a string or an integer value. For example, either 1d or 480 is acceptable to indicate one day of work.
- The CalendarException.RecurrenceWeek property returns wrong values for calendar exceptions through the client-side object model (CSOM).
- When the Schedule Variance Percentage (SVP) earned value becomes very large, an overflow condition occurs. This may cause either abnormal SVP values within Project Web App (PWA) project views or the view may fail to load. The SVP value now has a lower limit of „-100%“ and upper limit of „100%“.
Komentáře