Skip to content

Commit c963001

Browse files
committed
2203 OOB article draft
1 parent 5fc1478 commit c963001

2 files changed

Lines changed: 67 additions & 0 deletions

File tree

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: Client registration fails after updating to Configuration Manager current branch, version 2203
3+
titleSuffix: Configuration Manager
4+
description: Client registration fails in Configuration Manager 2203
5+
ms.date: 05/24/2022
6+
ms.prod: configuration-manager
7+
ms.technology: configmgr-core
8+
ms.topic: reference
9+
ms.assetid: 18919f4e-e479-484a-902f-6d49c58c1448
10+
author: bhuney
11+
ms.author: brianhun
12+
manager: dougeby
13+
---
14+
# Client registration fails after updating to Configuration Manager current branch, version 2203
15+
16+
*Applies to: Configuration Manager (current branch, version 2203)*
17+
18+
## Summary of KB14480034
19+
The client registration process fails for the following scenarios after updating to Configuration Manager current branch, version 2203.
20+
- Newly installed workgroup clients.
21+
- Existing domain-joined clients, either Active Directory (AD) or Azure Active Directory (Azure AD), that attempt to renew their public key infrastructure (PKI) client authentication certificate but are unable to authenticate against the domain.
22+
- Clients that are joining an AD or Azure AD domain for the first time but are unable to authenticate against the domain.
23+
24+
When this issue happens, the following error is logged in the DDM.log file on the site server for each affected client.
25+
```text
26+
ClientIdentity is not a hex string
27+
The registration record is not valid. Bad RDR
28+
```
29+
The .RDR file(s) will be moved to *..\auth\ddm.box\regreq\bad_ddrs* on the site server.
30+
31+
## Update information for Microsoft Endpoint Configuration Manager, version 2203
32+
An update to resolve this issue is available in the **Updates and Servicing** node of the Configuration Manager console for environments that installed version 2203.
33+
Customers using the early update ring version must first install the following update:
34+
- KB [13953025](../../hotfix/2203/13953025.md): Update for Microsoft Endpoint Configuration Manager version 2203, early update ring
35+
36+
Members of the Technology Adoption Program (TAP) must first apply the private TAP rollup.
37+
38+
#### Update replacement information
39+
This update does not replace any previously released updates.
40+
41+
#### Restart information
42+
This update does not require a computer restart or a [site reset](../../core/servers/manage/modify-your-infrastructure.md#bkmk_reset) after installation.
43+
44+
### Additional installation information
45+
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 are not affected by this reinstallation. The new, upgraded, and reinstalled secondary sites under that primary site automatically receive this update.
46+
47+
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:
48+
```code
49+
select dbo.fnGetSecondarySiteCMUpdateStatus ('SiteCode_of_secondary_site')
50+
```
51+
If the value 1 is returned, the site is up to date, with all the hotfixes applied on its parent primary site.
52+
53+
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.
54+
55+
## Version information
56+
No major components are updated with this release.
57+
58+
## File information
59+
File information is available in the downloadable [KB14480034_FileList.txt](https://aka.ms/KB14480034_FileList) text file.
60+
61+
## Release history
62+
- May 24, 2022: Initial hotfix release
63+
64+
## References
65+
[Updates and servicing for Configuration Manager](../../core/servers/manage/updates.md)

memdocs/configmgr/hotfix/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ items:
77
href: 2203/13174460.md
88
- name: KB 13953025 Early update ring
99
href: 2203/13953025.md
10+
- name: KB 14480034 Client registration fails in Configuration Manager 2203
11+
href: 2203/14480034.md
1012
- name: Version 2111
1113
items:
1214
- name: KB 10096997 Summary of changes in 2111

0 commit comments

Comments
 (0)