|
| 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. |
0 commit comments