LogOnFailureReason Enumeration | 
 
            Possible reasons for a logon failure.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_AccountServices_")]
public enum LogOnFailureReason<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_AccountServices_")>
Public Enumeration LogOnFailureReason[GlobalizedEnumAttribute(L"EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", L"GS_AccountServices_")]
public enum class LogOnFailureReason
[<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_AccountServices_")>]
type LogOnFailureReason
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Other | -1 | 
            The logon failed due to an error which cannot be described by any of the other reasons.
             | 
 | None | 0 | 
            A logon failure did not occur.
             | 
 | UnrecognizedCredentials | 1 | 
            The provided user credentials were not recognized.
             | 
 | AccountDisabled | 2 | 
            The user's account is disabled.
             | 
 | AccountExpired | 3 | The account is expired. | 
 | PasswordExpired | 4 | 
            The user's password has expired.
             | 
 | TooManyUsersLoggedOn | 5 | 
            There are too many floating users logged on with the seat kind that would be associated with the new session.
             | 
 | TooManySessions | 6 | 
            The user's account has a reserved seat, but the user is already logged on.
             | 
 | SeatLimitExceeded | 7 | 
            There are more accounts with the account's seat kind than what is permitted by the licenses.
            This only applies to reserved seats.
             | 
 | LogOnDisabled | 8 | 
            The application currently does not allow users to log on (except administrators).
             | 
 | LogOnMethodNotAllowed | 9 | 
            The application's configuration currently does not allow the attempted logon method.
             | 
 | FeatureNotEnabled | 10 | 
            The account requires a feature of the application which is not currently enabled.
            For example, the account is associated with a tenant, but the multi-tenancy features are not enabled.
             | 
 | InvalidLogOnToken | 11 | 
            An invalid logon token was specified.
             | 
 | ActiveDirectoryError | 12 | 
            An Active Directory operation failed.
             | 
 | ExcessiveLogOnFailures | 13 | 
            The user's account is disabled due to excessive consecutive logon failures.
             | 
 | MissingWindowsCredentials | 14 | 
            The Windows user credentials were not supplied.
             | 
 | TenantMembershipConflict | 15 | 
            A virtual Windows account could not be created because the Windows user
            is a member of multiple Windows group accounts having conflicting tenant IDs.
             | 
 | SeatAllocationDeficit | 22 | 
            The number of seats allocated to tenants exceeds the available number of seats provided
            by the license(s).
             | 
 | AccessDenied | 23 | 
            An authentication operation could not be carried out because the credentials do not have
            one or more required privileges.
             | 
 | ApiAccountInteractive | 24 | 
            An interactive logon was attempted using an API account.
             | 
 | TooManyTenants | 25 | 
            The number of tenants in the system exceeds the explicit limit specified in the license.
             | 
 | AdminIPRestriction | 26 | 
            The IP address used to perform the logon is not permitted to be used for accounts with administrative privileges.
             | 
 | AccountIPRestriction | 27 | 
            The IP address used to perform the logon is not permitted for the corresponding account.
             | 
 | AgreementNotAccepted | 28 | The agreement required to use the system has not been accepted by the administrator. | 
 | DataDiscoveryModule | 29 | There was an error logging into the Data Discovery module. | 
 | InvalidTenant | 30 | The account doesn't have access to log on with the specified tenant. | 
 | NoTenant | 31 | The account doesn't belong to any tenants, and isn't a global user. | 
 | TenantDisabled | 32 | The tenant associated with the logon is disabled. | 
 | QuotaExceeded | 33 | The data quota for the tenant has been reached. | 
 | TenantExpired | 34 | The tenant associated with the logon is expired. | 
See Also