Site icon EfmSoft

What does NTSTATUS 0xC000010B (STATUS_INVALID_LOGON_TYPE) mean?

 
Previous Next
STATUS_PROCESS_IS_TERMINATING STATUS_NO_GUID_TRANSLATION

STATUS_INVALID_LOGON_TYPE

Meaning and context of STATUS_INVALID_LOGON_TYPE

The LogonType element and the UserId element are used together to define the user required to run those tasks that use this principal.

For scripting development, the logon type for the principal is specified by the Principal.LogonType property.

For C++ development, the logon type for the principal is specified by the IPrincipal::LogonType property.

This element (defined by the logonType simple type) must have one of the following values.

For a task, that contains a message box action, the message box will be displayed if the task is activated and the task has an interactive logon type. To set the task logon type to be interactive, specify InteractiveToken in the <LogonType> element of the task principal.

Native status interpretation

STATUS_INVALID_LOGON_TYPE is 0xC000010B, an NTSTATUS error value. AllStat describes it as “Indicates an invalid value has been provided for the LogonType requested.”. The first useful question is which native API, IRP, protocol operation, or subsystem in the kernel, native API, or subsystem that returned the status produced that status.

Debugging sequence

Recovery considerations

A retry is appropriate only after the owner of this result has changed the state described by “Indicates an invalid value has been provided for the LogonType requested.”, or when its contract explicitly marks the status as transient. If the value reports corruption, invalid format, access policy, or a lifecycle mismatch, preserve evidence and correct that cause before repeating the request.

Official references


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

Exit mobile version