Site icon EfmSoft

What does NTSTATUS 0xC00000A8 (STATUS_BAD_TOKEN_TYPE) mean?

 
Previous Next
STATUS_BAD_VALIDATION_CLASS STATUS_BAD_MASTER_BOOT_RECORD

STATUS_BAD_TOKEN_TYPE

Primary and impersonation tokens were used in the wrong place

Windows distinguishes primary tokens, which are associated with processes, from impersonation tokens, which a server thread can use temporarily. This status indicates that the token object exists but is the wrong kind for the requested operation.

The fix is usually to create or duplicate the correct token type with the right access rights and impersonation level, not to retry the same handle.

What to inspect

References


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

Exit mobile version