Site icon EfmSoft

What does Windows error code 1337 (ERROR_INVALID_SID) mean?

 
Previous Next
ERROR_INVALID_ACL ERROR_INVALID_SECURITY_DESCR

ERROR_INVALID_SID

ERROR_INVALID_SID (1337, 0x00000539) means that a security identifier has an invalid binary form. It is not merely a failed account-name lookup.

SID validation and lookup are separate

IsValidSid verifies structural properties of a SID, including a known revision and a permitted number of subauthorities. A structurally valid SID can still have no corresponding account name; that different situation is reported as ERROR_NONE_MAPPED by lookup functions.

What to check

See Microsoft documentation for IsValidSid and security identifiers.


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

Exit mobile version