diff --git a/memdocs/configmgr/hotfix/2303/21010486.md b/memdocs/configmgr/hotfix/2303/21010486.md index 7a147614475..a526c57c12b 100644 --- a/memdocs/configmgr/hotfix/2303/21010486.md +++ b/memdocs/configmgr/hotfix/2303/21010486.md @@ -27,8 +27,10 @@ The following issue was reported by customers after the initial update rollup re - After installing KB 21010486, administrators may notice an overall performance degradation in processing data into the site database. For example, collection evaluation, query processing, and site to site replication may be affected. -The update rollup is currently unavailable; a revised rollup and a standalone update for customers that already installed KB 21010486 will be referenced here when available. +For customers that installed this update rollup on or before August 2, 2023, a new standalone hotfix is available to resolve the data processing issues: +- [KB 24721208](../../hotfix/2303/24721208.md) Slow data processing in Microsoft Configuration Manager version 2303 +A revised version of the update rollup is forthcoming and will be referenced here when available. ## Issues that are fixed diff --git a/memdocs/configmgr/hotfix/2303/24721208.md b/memdocs/configmgr/hotfix/2303/24721208.md new file mode 100644 index 00000000000..4fc15423baa --- /dev/null +++ b/memdocs/configmgr/hotfix/2303/24721208.md @@ -0,0 +1,56 @@ +--- +title: Slow data processing in Microsoft Configuration Manager version 2303 +titleSuffix: Configuration Manager +description: Data processing update for Configuration Manager 2303 +ms.date: 08/07/2023 +ms.prod: configuration-manager +ms.technology: configmgr-core +ms.topic: reference +ms.assetid: 94a9cdb9-76d4-46b6-81f2-74a86b616ec3 +author: bhuney +ms.author: brianhun +manager: dougeby +--- + +# Slow data processing in Microsoft Configuration Manager version 2303 after installing KB 21010486 + +*Applies to: Configuration Manager (current branch, version 2303)* + +## Summary of KB24721208 + +An update is available to resolve the following issue that occurs after installing [KB 21010486](../../hotfix/2303/21010486.md), *Update rollup for Microsoft Configuration Manager version 2303*: +- Administrators may notice an overall performance degradation when data is processed into the site database. Queries or collections based on user discovery data can take longer than expected to process. When this occurs, other processes can be affected, such as policy updates and site to site replication. + +This update corrects affected SQL views in the site database to prevent the issues described. + +## Update information for Microsoft Configuration Manager current branch, version 2303 + +This update is available in the Updates and Servicing node of the Configuration Manager console for version 2303 environments that installed [KB 21010486](../../hotfix/2303/21010486.md) on or before August 2, 2023. + +### Restart information + +This update doesn't require a computer restart or a [site reset](../../core/servers/manage/modify-your-infrastructure.md#bkmk_reset) after installation. + +### Additional installation information + +After you install this update on a primary site, pre-existing secondary sites must be manually updated. To update a secondary site in the Configuration Manager console, select **Administration** > **Site Configuration** > **Sites** > **Recover Secondary Site**, and then select the secondary site. The primary site then reinstalls that secondary site by using the updated files. Configurations and settings for the secondary site aren't affected by this reinstallation. The new, upgraded, and reinstalled secondary sites under that primary site automatically receive this update. + +Run the following SQL Server command on the site database to check whether the update version of a secondary site matches that of its parent primary site: + ```sql + select dbo.fnGetSecondarySiteCMUpdateStatus ('SiteCode_of_secondary_site') + ``` +If the value 1 is returned, the site is up to date, with all the hotfixes applied on its parent primary site. + +If the value 0 is returned, the site has not installed all the fixes that are applied to the primary site, and you should use the **Recover Secondary Site** option to update the secondary site. + +## Version information +No major components are updated with this hotfix. + +## File information +File information for is available in the downloadable [KB24721208_FileList.txt](https://aka.ms/KB24721208_FileList) text file. + +## Release history +- August 7, 2023: Initial hotfix release + +## References +[Updates and servicing for Configuration Manager](../../core/servers/manage/updates.md) \ No newline at end of file diff --git a/memdocs/configmgr/hotfix/TOC.yml b/memdocs/configmgr/hotfix/TOC.yml index 4c7a2fcae41..83889ac5418 100644 --- a/memdocs/configmgr/hotfix/TOC.yml +++ b/memdocs/configmgr/hotfix/TOC.yml @@ -7,6 +7,8 @@ items: href: 2303/16900870.md - name: KB 21010486 Update rollup for Configuration Manager version 2303 href: 2303/21010486.md + - name: KB 24721208 Data processing update for Configuration Manager version 2303 + href: 2303/24721208.md - name: Version 2211 items: - name: KB 15582417 Summary of changes in 2211 diff --git a/memdocs/configmgr/hotfix/index.yml b/memdocs/configmgr/hotfix/index.yml index b871a27fb9a..24a7c0eab1b 100644 --- a/memdocs/configmgr/hotfix/index.yml +++ b/memdocs/configmgr/hotfix/index.yml @@ -25,6 +25,8 @@ landingContent: url: 2303/16900870.md - text: 21010486 Update rollup for Configuration Manager version 2303 url: 2303/21010486.md + - text: 24721208 Data processing update Configuration Manager version 2303 + url: 2303/24721208.md - title: Configuration Manager 2211 linkLists: - linkListType: overview