Skip to content

Commit e98b7f2

Browse files
Merge pull request #16274 from MicrosoftDocs/release-cm2409-cb
Please publish this PR at 5:00 PM IST
2 parents bea33e3 + a3c0830 commit e98b7f2

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

memdocs/configmgr/core/servers/deploy/install/release-notes.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Release notes
33
titleSuffix: Configuration Manager
44
description: Learn about urgent issues that aren't yet fixed in the product or covered in a Microsoft Support knowledge base article.
5-
ms.date: 03/28/2024
5+
ms.date: 10/04/2024
66
ms.subservice: core-infra
77
ms.service: configuration-manager
88
ms.topic: conceptual
@@ -39,7 +39,22 @@ For information about the new features introduced with different versions, see t
3939
<!-- > To get notified when this page is updated, copy and paste the following URL into your RSS feed reader:
4040
> `https://learn.microsoft.com/api/search/rss?search=%22release+notes+-+Configuration+Manager%22&locale=en-us` -->
4141

42-
<!-- ## Client management -->
42+
## Client management
43+
44+
### Clients are not able download content from CMG when branch cache is enabled
45+
_Applies to: version 2403_
46+
47+
After Enabling Branch Cache on Primary Sites clients are not able to Download Apps/Packages from CMG. Clients are only downloading some part of the content like 20-30% then the downloading is getting stuck. In some clients after downloading some blocks of the packages from CMG the clients are looking for branch cache to download the rest of the content. None of the client downloads whole content from CMG so that others can get content using branch cache. The **CTM.log** on the client has entries similar to the following:
48+
49+
```log
50+
(CTM.log - CTMJob({63B4C4CE-2DC4-4062-93C7-E5019B3B6CE1}): CCTMJob::Start - State=DownloadingContentFromPeers)
51+
CTM.log _- CTMJob({D21758B0-D895-474E-9695-1023A25A1770}): CCTMJob::_PerformDownloadWithOutBranchCache - Download failure using branchcache, fallback to regular download
52+
```
53+
To work around this issue, disable branch cache.
54+
55+
> [!NOTE]
56+
>Clients are able to download Content from On-Premise DP when Branch Cache is Enabled.
57+
4358
## Endpoint Protection
4459
### Security configurations removed from Intune
4560
<!-- 27951696 -->
@@ -78,7 +93,18 @@ This failure happens because the service connection point can't communicate with
7893

7994
For more information, see [internet access requirements](../../../plan-design/network/internet-endpoints.md#service-connection-point) for the service connection point.
8095

81-
<!-- ## OS deployment -->
96+
## OS deployment
97+
98+
### PXE Responder is not installed correctly after upgrading to 2403 in untrusted domain
99+
_Applies to: version 2403_
100+
101+
After upgrading to 2403, site servers serving as a PXE responder might see failures due to incorrect configuration of the registry keys. We can observe the below failures in **distmgr.log** indicating that the registry keys were not configured correctly.
102+
103+
```log
104+
Failed to get OS platform for server DP2.CONTOSO2.COM.Either a permissions issue or the server is not supported OS SMS_DISTRIBUTION_MANAGER
105+
CDistributionManager::SetDpRegistry failed; 0x80070005 SMS_DISTRIBUTION_MANAGER
106+
```
107+
This happened due to currently unexplained failures in platform architecture identification that were introduced during the addition of support for arm64 machines to serve as remote distribution points.
82108

83109
## Software updates
84110

0 commit comments

Comments
 (0)