Startup |
public enum StartupResult
| Member name | Value | Description |
|---|---|---|
| Ok | 0 | Start up and authentication are succeeded. |
| WrongUserOrPassword | 1 | Wrong user or incorrect password. |
| WrongSchedule | 2 | Specified user is not allowed to connect to the server at the moment. |
| MaxClientsReached | 3 | Maximum number of connection to the server has exceeded. |
| LicenseFeatureFailure | 4 | Server is not configured with correct license. |
| AuthenticationDisabled | 5 |
Authentication is disabled. It may happen when server is starting or shutting down. |
| UnknownAuthenticationError | 6 | Unexpected error occurred during authentication. |
| FourEyesRequired | 7 |
User is configured to log on only in pair. 4-eyes log on is currently not supported by the SDK. |
| NoConfigAvailable | 8 | Connection to the server and locally cached configuration are missing. |
| MultipleLogonOfOperatorsDenied | 9 | Multiple logon for the same user is denied. |
| SshTunnelUnavailable | 10 | Indicates that the SSH server could not be connected successfully (in case the server address specifies an SSH connection). |
| SshClientAuthenticationFailed | 11 | Indicates that the authentication of the SSH client at the SSH server failed (in case the server address specifies an SSH connection). |
| RemoteAccessDenied | 12 | When in PowerViewer mode, a remote client is not allowed to log on. |
| OfflineLoginDisabled | 13 | Local authorization is disabled for user group which user belongs to. |
| WrongPasswordTooManyTimes | 14 | 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. |
| UserAccountIsDisabled | 15 | Authentication failed, because the user account is currently disabled. Further logon attempts will fail until the account has been enabled again. |
| UserMustChangePassword | 16 | Authentication failed, because system password policy settings require that the user must change the password. |
| PasswordHasExpired | 17 | User password is expired and should be changed. |
| NoLogonPermission | 18 | No permission for logon to Cameo SDK. |