Netlogon Error Codes
Error Code | Error Status | Description |
---|---|---|
0x0 | STATUS_SUCCESS | No errors |
0xC0000022 | STATUS_ACCESS_DENIED | The root cause may be various. |
0xC000005E | STATUS_NO_LOGON_SERVERS | No logon servers available to service the logon request. |
0xC0000064 | STATUS_NO_SUCH_USER | The username you typed does not exist. Bad username. |
0xC000006A | STATUS_WRONG_PASSWORD | Account logon with misspelled or bad password. |
0xC000006D | STATUS_LOGON_FAILURE | – Generic logon failure. Some of the potential causes for this: – An invalid username and/or password was used – LAN Manager Authentication Level mismatch between the source and target computers. |
0xC000006E | STATUS_ACCOUNT_RESTRICTION | Account logon with restricted account (blank password usage and not allowed, policy restrictions). |
0xC000006F | STATUS_INVALID_LOGON_HOURS | Account logon outside authorized hours. |
0xC0000070 | STATUS_INVALID_WORKSTATION | Account logon from unauthorized workstation. |
0xC0000071 | STATUS_PASSWORD_EXPIRED | Account logon with expired password. |
0xC0000072 | STATUS_ACCOUNT_DISABLE | Account logon to account disabled by administrator. |
0xC000009A | STATUS_INSUFFICIENT_RESSOURCES | Ressource issue on system that prevents Netlogon to operate properly. |
0xC00000DC | STATUS_INVALID_SERVER_STATE | The SAM or the LSA was in the wrong state to perform the operation. DC is shutting down or restarting. |
0xC000018A | STATUS_NO_TRUST_LSA_SECRET | Connection to the domain is broken from the computer user is trying to log on to. |
0xC0000192 | STATUS_NETLOGON_NOT_STARTED | The netlogon service was not started. |
0xC0000193 | STATUS_ACCOUNT_EXPIRED | Account logon with expired account. |
0xC0000199 | STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT | Computer account used instead of user account. May happen when “Allow local system to use computer identity for NTLM” is confiured, and when the owner of the WAA group is expired, or when the computer failed to join a domain. |
0xC0000224 | STATUS_PASSWORD_MUST_CHANGE | Account logon with “Change Password at Next Logon” flagged. |
0xC0000234 | STATUS_ACCOUNT_LOCKED_OUT | Account logon with account locked. |
0xC00002EE | STATUS_UNFINISHED_CONTEXT_DELETED | Security context deleted before the context was completed. |
0xC0000371 | STATUS_NO_SECRET | The local account store does not contain secret material for the specified account. |
0xC0000413 | STATUS_AUTHENTICATION_FIREWALL_FAILED | The computer you are loggin to is protected by a firewall, and the specified account is not allowed to authenticate. |