What does NTSTATUS 0xC000019A (STATUS_NOLOGON_SERVER_TRUST_ACCOUNT) mean?

 
Previous Next
STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT STATUS_DOMAIN_TRUST_INCONSISTENT

STATUS_NOLOGON_SERVER_TRUST_ACCOUNT

A server trust account is not a valid user logon identity

This status is another account-type restriction: the submitted account is a server trust account, not a user identity for the requested operation.

It helps distinguish wrong-account-category failures from wrong-password, disabled-account, or domain-controller reachability problems.

What to inspect

  • Verify the account type and intended usage.
  • Check whether a service or deployment tool selected the wrong domain object.
  • Do not reset the trust account password unless trust diagnostics independently show a secure-channel problem.

References


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