Skip to content

Commit be84f17

Browse files
authored
AB#4466 error-0x569-not-granted-logon-type
1 parent 4b8b254 commit be84f17

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: The User Has Not Been Granted The Requested Logon Type at This Computer
3+
description: Helps resolve the error code 0x569 that occurs during a domain join operation. It provides a detailed analysis of the NetSetup.log and offers a step-by-step resolution to ensure the user account has the necessary rights.
4+
ms.date: 03/19/2025
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika, raviks, v-lianna
9+
ms.custom:
10+
- sap:active directory\on-premises active directory domain join
11+
- pcy:WinComm Directory Services
12+
---
13+
# Error code 0x569: the user has not been granted the requested logon type at this computer
14+
15+
This article helps resolve the error code 0x569 that occurs during a domain join operation. It provides a detailed analysis of the **NetSetup.log** and offers a step-by-step resolution to ensure the user account has the necessary rights.
16+
17+
You receive the following error message during a domain join operation:
18+
19+
> Logon failure: the user has not been granted the requested logon type at this computer.
20+
21+
When you check the **NetSetup.log** file, you see the following entries:
22+
23+
```output
24+
mm/dd hh:mm:ss NetpDsGetDcName: failed to find a DC having account '<computer name>$': 0x525
25+
mm/dd hh:mm:ss NetpDsGetDcName: found DC '\\<dc name>' in the specified domain
26+
mm/dd hh:mm:ss NetUseAdd to \\<dc name>\IPC$ returned 1385
27+
mm/dd hh:mm:ss NetpJoinDomain: status of connecting to dc '\\<dc name>': 0x569
28+
mm/dd hh:mm:ss NetpDoDomainJoin: status: 0x569
29+
```
30+
31+
Here's more information about the error code:
32+
33+
|HEX error |Decimal error |Symbolic error string |
34+
|---------|---------|---------|
35+
|0x569 |1385 |ERROR_LOGON_TYPE_NOT_GRANTED |
36+
37+
This error occurs because the domain join user account lacks the **Access this computer from the network** user right.
38+
39+
To resolve this error, follow these steps:
40+
41+
1. Verify that the user account performing the domain join operation (or a security group that owns the domain join user account as a member) has been granted the **Access this computer from the network** right in the default domain controllers policy.
42+
2. Ensure that the default domain controllers policy is linked to the organizational unit (OU) that hosts the domain controller (DC) computer account that is servicing the domain join operation.
43+
3. Confirm that the DC servicing the domain join operation applies the policy successfully, specifically user rights settings defined in the default domain controllers policy.

support/windows-server/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ items:
357357
href: ./active-directory/cannot-connect-internet-domain.md
358358
- name: Default limit to workstation numbers
359359
href: ./active-directory/default-workstation-numbers-join-domain.md
360+
- name: Error code 0x569
361+
href: ./active-directory/error-0x569-not-granted-logon-type.md
360362
- name: Netlogon service doesn't keep settings after in-place upgrade
361363
href: ./active-directory/netlogon-service-not-start-automatically.md
362364
- name: Support boundaries for Active Directory over NAT

0 commit comments

Comments
 (0)