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 (24.1.0.1001)
Syntax
[GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_AccountServices_")]
public enum LogOnFailureReason
Members
  Member nameValueDescription
Other-1 The logon failed due to an error which cannot be described by any of the other reasons.
None0 A logon failure did not occur.
UnrecognizedCredentials1 The provided user credentials were not recognized.
AccountDisabled2 The user's account is disabled.
AccountExpired3The account is expired.
PasswordExpired4 The user's password has expired.
TooManyUsersLoggedOn5 There are too many floating users logged on with the seat kind that would be associated with the new session.
TooManySessions6 The user's account has a reserved seat, but the user is already logged on.
SeatLimitExceeded7 There are more accounts with the account's seat kind than what is permitted by the licenses. This only applies to reserved seats.
LogOnDisabled8 The application currently does not allow users to log on (except administrators).
LogOnMethodNotAllowed9 The application's configuration currently does not allow the attempted logon method.
FeatureNotEnabled10 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.
InvalidLogOnToken11 An invalid logon token was specified.
ActiveDirectoryError12 An Active Directory operation failed.
ExcessiveLogOnFailures13 The user's account is disabled due to excessive consecutive logon failures.
MissingWindowsCredentials14 The Windows user credentials were not supplied.
TenantMembershipConflict15 A virtual Windows account could not be created because the Windows user is a member of multiple Windows group accounts having conflicting tenant IDs.
SeatAllocationDeficit22 The number of seats allocated to tenants exceeds the available number of seats provided by the license(s).
AccessDenied23 An authentication operation could not be carried out because the credentials do not have one or more required privileges.
ApiAccountInteractive24 An interactive logon was attempted using an API account.
TooManyTenants25 The number of tenants in the system exceeds the explicit limit specified in the license.
AdminIPRestriction26 The IP address used to perform the logon is not permitted to be used for accounts with administrative privileges.
AccountIPRestriction27 The IP address used to perform the logon is not permitted for the corresponding account.
AgreementNotAccepted28The agreement required to use the system has not been accepted by the administrator.
DataDiscoveryModule29There was an error logging into the Data Discovery module.
InvalidTenant30The account doesn't have access to log on with the specified tenant.
NoTenant31The account doesn't belong to any tenants, and isn't a global user.
TenantDisabled32The tenant associated with the logon is disabled.
See Also