Click or drag to resize

StartupResult Enumeration

Describes start up procedure result possible values.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public enum StartupResult
Members
Member nameValueDescription
Ok0 Start up and authentication are succeeded.
WrongUserOrPassword1 Wrong user or incorrect password.
WrongSchedule2 Specified user is not allowed to connect to the server at the moment.
MaxClientsReached3 Maximum number of connection to the server has exceeded.
LicenseFeatureFailure4 Server is not configured with correct license.
AuthenticationDisabled5 Authentication is disabled.
It may happen when server is starting or shutting down.
UnknownAuthenticationError6 Unexpected error occurred during authentication.
FourEyesRequired7 User is configured to log on only in pair.
4-eyes log on is currently not supported by the SDK.
NoConfigAvailable8 Connection to the server and locally cached configuration are missing.
MultipleLogonOfOperatorsDenied9 Multiple logon for the same user is denied.
SshTunnelUnavailable10 Indicates that the SSH server could not be connected successfully (in case the server address specifies an SSH connection).
SshClientAuthenticationFailed11 Indicates that the authentication of the SSH client at the SSH server failed (in case the server address specifies an SSH connection).
RemoteAccessDenied12 When in PowerViewer mode, a remote client is not allowed to log on.
OfflineLoginDisabled13 Local authorization is disabled for user group which user belongs to.
WrongPasswordTooManyTimes14 Authentication failed, because wrong credentials have been entered too many times. Therefore the user account has been disabled and further logon attempts will fail until the account has been enabled again.
UserAccountIsDisabled15 Authentication failed, because the user account is currently disabled. Further logon attempts will fail until the account has been enabled again.
UserMustChangePassword16 Authentication failed, because system password policy settings require that the user must change the password.
PasswordHasExpired17 User password is expired and should be changed.
NoLogonPermission18 No permission for logon to Cameo SDK.
See Also