:::: MENU ::::

Aktualizace pro SharePoint Server 2016 (December 2019 CU)

Pro SharePoint Server 2016 byla vydána nová kumulativní aktualizace (December 2019 CU).
Tento CU obsahuje jak Feature Pack 2, který je součástí od zářijového CU (September 2017 CU), tak i předchozí Feature Pack 1.

SP Build:
16.0.4939.1000 (Language independent CU)
16.0.4939.1000 (Language dependent CU)

SharePoint 2016 CU – KB články popisující CU:

  • KB 4484178 – December 2019 Update for SharePoint Server 2016 (language independent)
  • KB 4484181 – December 2019 Update for SharePoint Server 2016 (language dependent)

SharePoint Server 2016 CU – Odkaz ke stažení CU:

Po dokončení instalace nezapomeňte na spuštění průvodce konfigurací služby SharePoint 2016 (SharePoint 2016 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í

Feature Pack 2 obsahuje též všechny funkcionality z Feature Pack 1.

Vždy instalujte oba balíčky a to v pořadí:

  1. language independent (aktualizuje jazykové nezávislé komponenty)
  2. 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 2016 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 2016

This update contains the following improvements in SharePoint Server 2016:
  • Adds two new managed property settings for Search: Language Neutral Tokenization and Finer Query Tokenization. The properties are available as two check boxes when creating any new managed property, or when editing a custom managed property. Language Neutral Tokenization is for multilingual content and Finer Query Tokenization is for the content that contains separators such as dots and dashes.
    Note To enable this improvement, you also have to install update 4484181 together with this update.
  • Improves the performance of loading a page which contains Search Result Webpart.
  • The complete-match search was working only for the farm level managed properties, with this update you can now use complete-match search on the managed properties created in site collection level as well.
  • This update adds two new managed property settings for Search: Language Neutral Tokenization and Finer Query Tokenization. These properties are available as two check boxes when you create any new managed property, or when you edit a custom managed property. Language Neutral Tokenization is for multilingual content and Finer Query Tokenization is for the content that contains separators such as dots and dashes.
This update fixes the following issues in SharePoint Server 2016:
  • When you try to open InfoPath Filler forms from a SharePoint forms library, InfoPath Filler doesn’t open the forms; instead you are prompted with an Internet Explorer dialog box to select Open/Save/Save as.
  • When Document ID feature is active, if you export and then import the site collection, a „date out of range“ exception occurs.
  • Fixes the issue that users can’t use custom managed properties to sort the search query result.
  • When you send email messages with multiple attachments that have a same attachment name, the email messages are deleted and aren’t saved in a list.
  • When you open a lookup column’s link in a new window or new tab, you receive a „404 Not Found“ error.
  • When a web application uses Default Configuration to configure SAML-based claims authentication with Active Directory Federation Services (ADFS) and the people picker account resolution, users from an external trusted domain experience the following issues:
    • They are unable to log on to a site.
    • They can’t be resolved by People Picker if they are set up by using ADFS with „Email“ as the identity claim.
This update fixes the above issues. To enable this fix, run the following commands:
$wa = Get-SPWebApplication <web app url>
$wa.PeoplePickerSettings.NoUpnResolveWhenResolvingEmailAddress = $true;
$wa.Update();
  • Previewing Master Page crashes because of a null reference exception.
  • SharePoint doesn’t honor group memberships for users from trusted domains. This results in access denied errors to resources to which they should have access.
This update contains the following improvement and fix in Project Server 2016:
  • Adds the ProjectLastPublishedDate field to Project Server OData Projects entity so you can, for example, do a REST call to get a project’s last published data.
  • You are unable to update and clear local Duration and Outline Code field lookup values through the client-side object model (CSOM).

Komentáře