|
2 | 2 | title: Release notes |
3 | 3 | titleSuffix: Configuration Manager |
4 | 4 | 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 |
6 | 6 | ms.subservice: core-infra |
7 | 7 | ms.service: configuration-manager |
8 | 8 | ms.topic: conceptual |
@@ -39,7 +39,22 @@ For information about the new features introduced with different versions, see t |
39 | 39 | <!-- > To get notified when this page is updated, copy and paste the following URL into your RSS feed reader: |
40 | 40 | > `https://learn.microsoft.com/api/search/rss?search=%22release+notes+-+Configuration+Manager%22&locale=en-us` --> |
41 | 41 |
|
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 | +
|
43 | 58 | ## Endpoint Protection |
44 | 59 | ### Security configurations removed from Intune |
45 | 60 | <!-- 27951696 --> |
@@ -78,7 +93,18 @@ This failure happens because the service connection point can't communicate with |
78 | 93 |
|
79 | 94 | For more information, see [internet access requirements](../../../plan-design/network/internet-endpoints.md#service-connection-point) for the service connection point. |
80 | 95 |
|
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. |
82 | 108 |
|
83 | 109 | ## Software updates |
84 | 110 |
|
|
0 commit comments