Skip to content

Commit 66f86b3

Browse files
author
Angela Fleischmann
authored
Merge pull request #8323 from bhuney/MMCHotfix
MMC hotfix draft
2 parents 1d048fb + e9b9aa5 commit 66f86b3

2 files changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: Connected cache update for Microsoft Endpoint Configuration Manager version 2203
3+
titleSuffix: Configuration Manager
4+
description: Console update for 2203
5+
ms.date: 8/29/2022
6+
ms.prod: configuration-manager
7+
ms.technology: configmgr-core
8+
ms.topic: reference
9+
ms.assetid: 006f3396-a9d0-44f8-9db1-6408259e405ef
10+
author: bhuney
11+
ms.author: brianhun
12+
manager: dougeby
13+
---
14+
15+
# Connected cache update for Microsoft Endpoint Configuration Manager versions 2103 - 2207
16+
17+
*Applies to: Configuration Manager (current branch, versions 2103 - 2207)*
18+
## Summary of KB14978429
19+
20+
An update is available that fixes the following issues with the Microsoft Connected Cache feature in Configuration Manager current branch, versions 2103 - 2207.
21+
22+
- Incorrect access control list (ACL) set on the cache folder prevents installations from completing in some environments.
23+
- Uninstall race condition that prevents a scheduled task from being cleaned up as expected.
24+
- An incorrect failure state can persist after installation in some cases.
25+
26+
In addition, the following enhancements are included in this release.
27+
28+
- Added general supportability enhancements to improve logging, troubleshooting, and discoverability of error conditions.
29+
- Added support for the latest Office Click-to-Run (C2R) host.
30+
- Decreased installation time by approximately 30 percent.
31+
32+
## Update information for Microsoft Endpoint Configuration Manager
33+
The following hotfix to resolve this problem is available for download from the Microsoft Download Center:
34+
35+
[Download this hotfix now](https://download.microsoft.com/download/8/e/d/8ed826e2-0a9d-4160-a1a0-725efa0d0971/1.5.5.14088/DoincInstall.exe).
36+
37+
After you download this hotfix, refer to the following installation instructions.
38+
39+
## Installation instructions
40+
1. Confirm there is not currently an installation of the MCC component in progress. This is done by checking for status message **9522**, generated by the `SMS_DISTRIBUTION_MANAGER` component. The 9522 message indicates that installation is no longer being retried.
41+
2. Copy the new version of `DoincInstall.exe`, version **1.5.5.14088**, to the `{SMSInstallDir}\bin\x64` folder on all site servers, including the Central Administration Site (CAS) if present, and any passive sites.
42+
3. Uncheck the **Enable this distribution point to be used as Microsoft Connected Cache server** option in the affected distribution point’s properties.
43+
4. Wait for the uninstall of MCC to complete on the distribution point. This can be confirmed by looking for a **9152** success status message, combined with the following entry in `distmgr.log`.
44+
```text
45+
Finished waiting for DoincInstall. InvocationState: UninstallCompleted. InvocationExitCode: 0. InvocationMessage: .
46+
```
47+
5. Recheck the **Enable this distribution point to be used as Microsoft Connected Cache server** option for the affected distribution point.
48+
49+
> [!TIP]
50+
> For sites with a large number of distribution points, replace steps 3 - 5 above with the following.
51+
> - Create an empty file named `resetdps.trn` and place it in the `{SMSInstallDir}\inboxes\distmgr.box` folder. This will reinstall all distribution points for that site using the latest version of `DoincInstall.exe` copied in step 2. above.
52+
53+
## Prerequisites
54+
To apply this hotfix, you must be using Microsoft Endpoint Configuration Manager, versions 2103 through versions 2203.
55+
56+
## Restart information
57+
You don't have to restart the computer after you apply this hotfix.
58+
59+
## Hotfix replacement information
60+
This hotfix replaces the following previously released hotfix.
61+
62+
[KB12819689 Connected cache update for Microsoft Endpoint Configuration Manager version 2111](../../hotfix/2111/12819689.md)
63+
64+
## File information
65+
File information is available in the downloadable [KB14978429_FileList.txt](https://aka.ms/KB14978429_FileList) text file.
66+
67+
## Release history
68+
- August 29, 2022: Initial hotfix release

memdocs/configmgr/hotfix/TOC.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
items:
22
- name: Hotfix documentation
33
href: index.yml
4+
- name: Version 2207
5+
items:
6+
- name: KB 14978429 Connected cache update for Microsoft Endpoint Configuration Manager version 2207
7+
href: 2207/14978429.md
48
- name: Version 2203
59
items:
610
- name: KB 13174460 Summary of changes in 2203

0 commit comments

Comments
 (0)