What does NTSTATUS 0xC0000199 (STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT) mean?

 
Previous Next
STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT STATUS_NOLOGON_SERVER_TRUST_ACCOUNT

STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT

A machine account was used where a user account is required

Computer accounts authenticate machines to the domain. This status indicates that a workstation trust account was used in a context that requires a global user or local account.

The account may be valid and its password may be current; the problem is that the account type is unsuitable for the target logon path.

What to inspect

  • Check whether the presented identity ends with the machine-account marker and maps to a computer object.
  • Inspect service configuration and scripts that may have supplied a machine account credential.
  • For computer secure-channel failures, use trust diagnostics instead of treating this as an interactive user failure.

References


Looking for a different code? Search another status or error code.