-
Notifications
You must be signed in to change notification settings - Fork 24
Predefined Status Message List
Les Wardwell edited this page Nov 27, 2023
·
2 revisions
This list describes the predefined status messages that can be published using the 'Status' component to describe the progress of an operation. Each predefined message expects a fixed number of arguments, as described in this list. A value must be supplied for each of the expected parameters in the 'Parameters' property.
| MessageId | Message text | Parameter description |
|---|---|---|
| AccessRestricted | Password cannot be changed because access to account {0} is currently restricted. | {0} = Name of account |
| AccountHasLoginApprovalsEnabled | Unable to continue with task as Login Approvals is enabled for account {0}. | {0} = Account name |
| AccountLocked | Password cannot be changed because account {0} is currently locked. | {0} = Name of account |
| AccountLoginFailed | Unable to log in to the asset using account {0}. | {0} = Account Name |
| AccountLoginFailedWithReason | Unable to log in to the asset using account {0} with error {1}. | {0} = Account Name, {1} = Server failure message |
| AccountMembershipDemoted | Demoted account {0} from group {1}. | {0} = Name of account, {1} = Name of group |
| AccountMembershipDemoteFailed | Failed demoting account {0} from group {1}. | {0} = Name of account, {1} = Name of group |
| AccountMembershipDemoteFailedWithReason | Failed demoting account {0}: {1} | {0} = Name of account, {1} = Reason |
| AccountMembershipElevated | Elevated account {0} into group {1}. | {0} = Name of account, {1} = Name of group |
| AccountMembershipElevateFailed | Failed elevating account {0} into group {1}. | |
| AccountMembershipElevateFailedWithReason | Failed elevating account {0}: {1} | {0} = Name of account, {1} = Reason |
| AccountModeDisableFailed | Failed suspending account {0}. | {0} = Name of account |
| AccountModeDisableFailedWithReason | Failed suspending account {0}: {1} | {0} = Name of account, {1} = Reason |
| AccountModeEnableFailed | Failed restoring account {0}. | {0} = Name of account |
| AccountModeEnableFailedWithReason | Failed restoring account {0}: {1} | {0} = Name of account, {1} = Reason |
| AccountModeSetToDisabled | Suspended account {0}. | {0} = Name of account |
| AccountModeSetToEnabled | Restored account {0}. | {0} = Name of account |
| AccountNotFound | Account {0} not found, or is suspended. | {0} = Account Name |
| AccountNotFoundOnly | Account {0} not found. | {0} = Name of account |
| AccountPasswordIsExpired | Password for account {0} is expired. | {0} = Account Name |
| AccountVerificationRequested | Password for account {0} cannot be changed because additional account verification was requested: {1}. | {0} = Name of account, {1} = VerificationType |
| ADAccountRequired | Asset {0} is a Domain controller. A domain account is required to manage this asset. | {0} = Asset name |
| AdminAccessRequired | The service account must be a member of the local 'ERS Admin' or 'Super Admin' group on this asset. | |
| AdminUserWarning | The service account should be a internal ISE user or an AD user that is a member of the local 'ERS Admin' group on the asset, otherwise the service account password cannot be rotated. | |
| ApiKeyChanged | The API key pair for account '{1}' with ID {0} has been removed. A new key pair with ID {2} has been created. | {0} = API key ID, {1} = Key account, {2} = New API key ID |
| ApiKeyChangeFailedWithReason | Failed to change the API key pair with ID '{0}' for account {1} with error: {2}. | {0} = API key ID, {1} = Key account, {2} = error message |
| ApiKeyChecked | The API key for account '{1}' with ID {0} has been successfully checked. | {0} = API key ID, {1} = Key account |
| ApiKeyCheckFailedWithReason | Failed to check the API key pair with ID {0} for account '{1}' with error: {2}. | {0} = API key ID, {1} = Key account, {2} = error message |
| ApiKeyConfigFail | Failed to update API key configuration. | |
| ApiKeyConfigSuccess | Successfully updated API key configuration. | |
| ApiKeyDoesNotMatchAsset | The API key pair with ID {1} for account {0} does not match the API key pair on the asset. | {0} = Account name, {1} = API Key ID |
| AssetConnected | Connected to asset {0}. | {0} = Asset name |
| AssetConnectedWithAddress | Connected to asset {0} ({1}). | {0} = Asset name, {1} = Address |
| AssetConnectFailed | Connecting to asset {0} failed. | {0} = Asset name |
| AssetConnectFailedWithAddress | Connecting to asset {0} ({1}) failed. | {0} = Asset name, {1} = Address |
| AssetConnectFailedWithReason | Connecting to asset {0} failed with error: {1}. | {0} = Asset name, {1} = error message |
| AssetConnectFailedWithReasonAndAddress | Connecting to asset {0} ({1}) failed with error: {2}. | {0} = Asset name, {1} = Address, {2} = error message |
| AssetConnecting | Connecting with asset {0}. | {0} = Asset name |
| AssetConnectingDirectoryService | Connecting with directory {0} on domain controller {1}. | {0} = Directory name, {1} = DC Address |
| AssetConnectingWithAddress | Connecting with asset {0} ({1}). | {0} = Asset name, {1} = Address |
| AssetConnectionTestFailed | System connection test failed. | |
| AssetConnectionTestSucceeded | System connection test succeeded. | |
| AssetIsAdNotServer | Server {0} is a Domain controller. Domain controllers are not supported as server assets. | {0} = Asset hostname or address (not asset name) |
| AssetLookingForDirectoryService | Looking for directory service. | |
| AssetLookingUpName | Looking up asset name. | |
| AssetNameLookupFailed | Asset name lookup from address {0} failed. | {0} = Asset address |
| AssetReturnedCountServices | Asset returned {0} services. | {0} = Number of services |
| AssetTestingConnection | Testing connection to asset {0}. | {0} = Asset name |
| AssetTestingConnectionWithAddress | Testing connection to asset {0} using address {1}. | {0} = Asset name, {1} = Address |
| AuthFileNone | The authorized keys file option is disabled for account {0} on asset {1}. | {0} = Name of account, {1} = Name of asset |
| AuthKeyCommand | SSH Server on asset {0} is configured to run the authorized key command {1} as account {2}. | {0} = Name of asset, {1} = command name, {2} = Name of account |
| AuthKeyCommandFailed | The AuthorizedKeysCommand {0} failed on asset {1}. | {0} = Command, {1} = Name of asset |
| AuthKeyFileInvalidOwner | Warning: The authorized keys file (or an element in the path) has invalid ownership: {0}. | {0} = filename |
| AuthKeyFileInvalidPerm | Warning: The authorized keys file (or an element in the path) has invalid permission: {0}. | {0} = filename |
| AuthorizedKeyNotFound | Authorized key not found for account {0} on asset {1} | {0} = Name of the accout, {1} = Name of the Asset |
| CannotAccessHomeDir | The home directory for user {0} does not exist, or the service account does not have permission to access it. | {0} = Account Name |
| CannotFindUserHomeDirectory | Could not find home directory for user {0}. | {0} = Account name |
| CantConnectTacacs | Cannot connect to Tacacs to verify the account password. Please check that TACACs is correctly configured on this asset. | |
| ChangeFailedOpenTransaction | Unable to change account {0} due to open transaction. | {0} = Account name |
| ChangeSshKeyFail | Unable to change SSH key for account {0} on asset {1} due to an error. | {0} = Name of account, {1} = Name of asset |
| ChangingPassword | Changing password for account {0}. | {0} = Account name |
| ChangingSshKey | Changing SSH key for account {0} on asset {1}. | {0} = Account name, {1} = Asset name |
| CheckHostKey | Checking host key on asset {0}. | {0} = Name of asset |
| CheckHostKeyFail | Unable to check SSH host key on asset {0} due to an error. | {0} = Name of asset |
| CheckingSshServerConfig | Checking SSH configuration from file: {0}. | {0} = SSH Server Configuration File Path |
| CheckSshKey | Checking authorized key for account {0} on asset {1}. | {0} = Name of account, {1} = Name of asset |
| CheckSshKeyFail | Unable to check SSH key for account {0} on asset {1} due to an error. | {0} = Name of account, {1} = Name of asset |
| CheckSshServerTypeConfig | Checking configuration for SSH server: {0} from configuration file: {1}. | {0} = SSH server name, {1} = Config file name |
| CommitFailed | Failed to commit the changes to the authorized key store. | |
| ComPlusStarting | Starting ComPlus Application {0}. | {0} = Application name |
| ComPlusStopping | Stopping ComPlus Application {0}. | {0} = Application name |
| ConfigCommitFailed | Failed to commit the configuration change: {0} | {0} = error text |
| ConfigurationLocked | The commit failed because the configuration is currently locked by user: {0} | {0} = User details |
| ConfigureFailed | Cannot enter configure mode: {0} | {0} = Error Text |
| ConfigureSshType | Configuring Key for {0} SSH Server. | {0} = SSH Server Type |
| ConfiguringKeyFile | Configuring SSH key file: {0}. | {0} = SSH Key File Path |
| ConflictingConfig | Commit failed because a conflicting configuration change has been committed | |
| ConnectDbUser | Connecting to Server {0} using TCP/IP connection as local database user {1}. | {0} = Server Name, {1} = Name of account |
| ConnectionFailed | Unable to connect to {0}. | {0} = Site or service name |
| ConnectionFailedWithMessage | Unable to connect to {0}. The service returned an error: {1}. | {0} = Site or service name, {1} = error information |
| ConnectionLost | The connection to asset {0} has been lost. | {0} = Asset name |
| ConnectLocalHostForbidden | Connection to local address: {0} forbidden for asset: {1} | {0} = Address, {1} = Asset name |
| ConnectWinUserNamedPipe | Connecting to Server {0} using Named Pipe connection as Windows/AD user {1}. | {0} = Server Name, {1} = Name of account |
| ConnectWinUserTcpip | Connecting to Server {0} using TCP/IP connection as Windows/AD user {1}. | {0} = Server Name, {1} = Name of account |
| CurrentAndNewPasswordsAreIdentical | Unable to change password for account {0}, the new password is identical to the current password. | {0} = Account Name |
| DemotingAccount | Demoting account {0} from group {1}. | {0} = Name of account, {1} = Name of group |
| DeviceTempUnavailable | Configuration changes cannot be made on asset {0} because it is temporarily unavailable. | {0} = Asset Name |
| DisableKeyAuth | Disabling SSH key authentication for account {0}. | {0} = Name of account |
| DisableKeyAuthFail | Failed to disable SSH key authentication for account {0} in path {1}. | {0} = Account name, {1} = Authorized keys path |
| DisableKeyAuthSuccess | Successfully disabled SSH key authentication for account {0} in path {1}. | {0} = Account name, {1} = Authorized keys path |
| DisablePasswordAuth | Disabling password authentication for account {0}. | {0} = Name of account |
| DisablingAccount | Suspending account {0}. | {0} = Name of account |
| DiscoverAccountsFailed | Account discovery on asset {0} failed due to error. | {0} = Asset name |
| DiscoverAccountsFailedWithReason | Account discovery failed on {0} with error: {1}. | {0} = Asset Name, {1} = error message |
| DiscoverAccountsFiltering | Filtering discovered accounts on asset {0}. | {0} = Asset name |
| DiscoverAccountsSucceeded | Account discovery on asset {0} succeeded. | {0} = Asset name |
| DiscoverAssetsCanceled | Asset discovery canceled on asset {0}. | {0} = Asset name |
| DiscoverAssetsCanceling | Cancelling asset discovery on asset {0}. | {0} = Asset name |
| DiscoverAssetsFailed | Asset discovery failed | |
| DiscoverAssetsFailedWithReason | Asset discovery failed with error: {0} | {0} = reason returned by LDAP search of active directory server |
| DiscoverAssetsSucceeded | Asset discovery concluded on asset {0}. | {0} = Name of asset |
| DiscoverAuthorizedKeysFail | Failed to discover authorized keys for account {0} on asset {1}. | {0} = Name of account, {1} = Name of asset |
| DiscoverAuthorizedKeysFailWithError | Failed to discover authorized keys for account {0} on asset {1}, error: {2}. | {0} = Name of account, {1} = Name of asset, {2} = error |
| DiscoverAuthorizedKeysSuccess | Successfully discovered authorized keys for account {0} on asset {1}. | {0} = Name of account, {1} = Name of asset |
| DiscoveredAccounts | A total of {0} accounts are configured on asset {1}. | {0} = Number of accounts discovered, {1} = Asset name |
| DiscoveredAssets | Discovered {0} assets. | {0} = number of assets |
| DiscoveredAuthKeys | Discovered {0} authorized key(s) in keystore location: {1}. | {0} = number of keys, {1} = Authorized key store location |
| DiscoveredHostKey | Discovered SSH host key for asset {0}. | {0} = Asset name |
| DiscoverHostKeyFailed | Failed to discover SSH host key for asset {0}. | {0} = Asset name |
| DiscoverHostKeyFailedWithError | Failed to discover SSH host key for asset {0}, error: {1} | {0} = Asset name, {1} = Error |
| DiscoveringAccounts | Discovering accounts on asset {0}. | {0} = Asset name |
| DiscoveringAssets | Discovering assets from asset {0}. | {0} = Asset name |
| DiscoveringAuthKeyFiles | Discovering authorized key file(s): {0}. | {0} = SSH Key File Path List |
| DiscoveringAuthKeyFileTemplates | Discovering authorized keystore template(s) {0} on asset {1}. | {0} = Template path list, {1} = Name of asset |
| DiscoveringServices | Discovering Services on asset {0}. | {0} = Asset name |
| DiscoveringSshHostKey | Discovering ssh host key on asset {0}. | {0} = Name of asset |
| DiscoveringSshKeysForAccount | Discovering authorized keys for account {0} on asset {1}. | {0} = Name of account, {1} = Name of asset |
| DiscoverKeyFile | Discovering authorized keys for account {1} from path: {0} on asset {2}. | {0} = Authorized key file path, {1} = Name of account, {2}= Name of asset |
| DiscoverServiceFailedWithReason | An error occurred while discovering {0}: {1}. | {0} = Service Type, {1} = Error Text |
| DiscoverServicesFailed | Service discovery on asset {0} failed due to error. | {0} = Asset name |
| DiscoverServicesFailedWithReason | Service discovery failed on {0} with error: {1}. | {0} = Asset Name, {1} = error message |
| DiscoverServicesPartial | Warning: 1 or more failures occurred while discovering services on asset '{0}'. The service discovery results may be incomplete. | {0} = Name of asset |
| DiscoverServicesSucceeded | Service discovery on asset {0} succeeded. | {0} = Asset name |
| DiscoverServicesWarning | Warning: an error occurred while discovering services of type '{0}' on asset '{1}': {2}. | {0} = service type, {1} = Name of asset, {2} = error |
| DiscoverSshConfig | Discover Ssh key configuration for account {0} on asset {1}. | {0} = Name of account, {1} = Asset name or address |
| DiscoverSshKeyFail | Discover SSH Key failed on asset {0} due to an error. | {0} = Asset name |
| DiscoverSshKeyFailWithError | Discover SSH Key failed on asset {0} with error: {1}. | {0} = Asset name, {1} = Reason |
| DiscoverSshKeysFail | Discovery of SSH keys failed for account {0} on asset {1}. | {0} = Account name, {1} = asset name |
| DiscoverSshKeysFailWithError | Discovery of SSH keys failed for account {0} on asset {1} with error {2}. | {0} = Account name, {1} = asset name, {2} = error message |
| DiscoverSshKeysSuccess | Discovery of SSH keys for account {0} on asset {1} succeeded. | {0} = Account name, {1} = asset name |
| DuplicateLogin | Unable to login as user {0} because the account is currently in use | {0} = Username |
| ElevateAccountFail | Failed to elevate group membership for account {0}. | {0} = Name of account |
| ElevatingAccount | Elevating account {0} into group {1}. | {0} = Name of account, {1} = Name of group |
| EmptyVariable | A value is required for variable {0} on this platform. | {0} = Name of variable |
| EnableAccountFail | Failed to enable password authentication for account {0}. | {0} = Name of account |
| EnablingAccount | Restoring account {0}. | {0} = Name of account |
| ExpectedResponseTimeout | Timed out waiting for the expected response '{0}' | {0} = Expected response |
| ExpectedResponseTimeoutWithPartialResults | Timed out with partial results waiting for the expected response '{0}' | {0} = Expected response |
| ExpertShellRequired | Invalid service account:'{0}' on asset '{1}'. This operation requires a service account that is configured to run an expert shell. | {0} = Name of account, {1} = Name of asset |
| FailedProcessingDiscoveryData | An error occurred while processing account discovery data on asset {0}. Discovered {1} of {2} accounts. | {0} = Asset name, {1} = Count, {2} = Total accounts |
| FailedToLogin | Login failed because the username/password is incorrect or the case does not match. | |
| FqdnRequired | A fully qualified hostname that can be resolved by DNS is required to connect with asset {0}. | {0}= Address |
| FuncAccountCannotResolve | Unable to resolve account name {0} to the canonical form. | {0} = Configured service account name |
| FuncAccountLoginFailed | Unable to log in to the asset using service account {0}. | {0} = Service account name |
| FuncAccountLoginFailedWithReason | Unable to log in to the asset using service account {0} with error {1} | {0} = Service account name, {1} = Server failure message |
| FuncAccountPasswordExpired | Service account password has expired. | |
| GroupNotFound | Group {0} not found. | {0} = Group Name |
| HostKeyFileMissing | The specified host key file does not exist. | |
| HostKeyFileRequired | SSH host key file is required to connect. | |
| HostKeyMatch | The host key matches the host key configured on the asset {0}. | {0} = Name of asset |
| HostKeyMismatch | The host key does not match the host key configured on the asset {0}. | {0} = Name of asset |
| IncorrectRole | User {0} does not have the appropriate role membership on this platform to perform this operation. | {0} = Name of account |
| InstallingSshKey | Installing SSH key. | |
| InsufficientDelegationPrivileges | Insufficient permission to run the delegation command {0}. | {0} = Delegation command |
| InsufficientPrivilegesAccessPassword | Insufficient privileges to access the password information. | |
| InsufficientPrivilegesChangePassword | Insufficient permission to change password. | |
| InsufficientPrivilegesRequest | Insufficient privileges to perform request. | |
| InsufficientPrivilegesSshKey | Insufficient permission to install SSH key. | |
| InsufficientPrivilegesToAccess | Insufficient privileges to access {0}.{0} = Name of file or resource | |
| InsufficientPrivLevel | Current privilege level:'{0}' does not provide access to view and update configuration on asset {1}.{0} = Privilege level, {1} = Asset Name | |
| InvalidAccountPassword | Invalid account password provided. | |
| InvalidAccountUserName | Invalid account name {0}.{0} = Account Name | |
| InvalidDependentPassword | Invalid password provided for account {0}{0} = Name of account | |
| InvalidDependentUsername | Invalid username provided for account {0}{0} = Name of account | |
| InvalidEnablePassword | The enable account password is invalid | |
| InvalidFuncPassword | Invalid service account password provided. | |
| InvalidFuncUserDomain | Invalid user domain provided for account {0}{0} = service account name | |
| InvalidFuncUserNameInvalid service account name {0}. | {0} = service account Name | |
| InvalidFuncUserNetBiosName | Invalid Net Bios provided for account {0} | {0} = service account name |
| InvalidHostName | Unable to resolve address: {0} | {0} = Address |
| InvalidKeyCred | The private key cannot be used to authenticate the service account because it is invalid: {0}. | {0} = error |
| InvalidNetBiosName | Invalid Net Bios provided for account {0} | {0} = Name of account |
| InvalidNewPassword | Invalid new password for account provided. | |
| InvalidNewSshKey | Invalid new SSH key provided. | |
| InvalidNewSshKeyComment | Invalid new SSH key comment provided. | |
| InvalidOldSshKey | Invalid old SSH key provided. | |
| InvalidPassLen | Password check failed because the password is longer than maximum permitted length:{0} | {0} = Max password length |
| InvalidPassword | Password check failed because the password is invalid on this platform | |
| InvalidPasswordForAccount | Invalid password provided for account {0} | {0} = Account name |
| InvalidPrivateKey | Failed to configure the new SSH key because the private key is invalid. | |
| InvalidPrivilegedUser | Invalid privileged user given {0}. Supported privileged enable accounts are 'enable' or 'enable' immediately followed by numbers '2-14' | {0} = Name of Account |
| InvalidPrivilegedUserAsFuncUser | A privileged account {0} can not be used as service account. | {0} = service account name |
| InvalidPublicKey | Failed to configure the new SSH key because the public key is invalid. | |
| InvalidServiceAccount | The PrivilegedUser account '{0}' cannot be used as a service account for asset: {1} | {0} = Name of account, {1} = Asset name |
| InvalidUserDomain | Invalid user domain provided for account {0} | {0} = Name of account |
| InvalidVariable | Variable {0} contains a character that is not permitted on this platform. | {0} = Name of variable |
| LoggingInToService | Logging in to {0} using account {1}. | {0} = Site or cloud service name, {1} = account name |
| LoggingInWithAccountFailed | Logging in to {0} with account {1} failed. | {0} = Site or cloud service name, {1} = account name |
| LoginFailedOrInvalidPrivilege | Login failed because the username/password value or case is incorrect, or the user does not have the selected privilege : {0}. | {0} = Name of account |
| LoginFailedOrMissingPrivilege | Login failed because the password is incorrect or the user did not connect as the required privilege: {0}. | {0}= Name of account |
| LoginNotPermitted | User {0} does not have permission to login to this platform. | {0} = Name of account |
| LookingUpMysqlUser | Searching for unrestricted MySql user account '{0}'@'%' | {0} = Account name |
| LookingUpUser | Looking up user information for {0}. | {0} = Account name |
| MatchHostConfigured | Warning: The following match host configuration in sshd_config may affect the location of the authorized keys on asset {0}: {1}. | {0} = Asset name, {1} = Match host pattern list |
| MaxLoginsExceeded | Login was rejected for user {0} because the maximum login count has been exceeded. | {0}= User name |
| MethodNotPermitted | User: {0} cannot be updated on asset: {1}. | {0} = Name of account, {1} = Name of asset |
| MismatchAwsAccount | The service user credentials do not have access to the selected AWS account: {0}. The AWS account must match one of the available account aliases: {1}. | {0} = AWS account name , {1} = AWS account alias list |
| MismatchedAlgorithm | The client and server could not agree on a common {0} algorithm. Algorithms enabled on the client: {2}. Algorithms supported on the client: {1}. | {0}= algorithm type, {1} = enabled algorithm list, {2} = supported algorithm list |
| MismatchedHostKey | The server's host key on asset {0} ({1}) does not match the host key configured for the asset ({2}). | {0}= Asset name, {1} = fingerprint, {3} = fingerprint |
| MismatchServiceAccountThe credentials do not match the service user name: {0}. | {0} = Account name | |
| MismatchUsernameCase | Account {0} was not found on this asset, but one or more accounts were found with mismatched case:{1}. | {0} = Name of account, {1} = Name of account(s) |
| MoreDataAvailable | Search timed out and no accounts were returned. | |
| NetworkScanningProgress | Network scanner has discovered {0} assets so far. | {0} = Assets found |
| NetworkScanningResults | Network scanner discovered {0} assets. | {0} = Final count of assets found |
| NewSshKeyConfigured | Successfully configured and verified new SSH key. | |
| NewSshKeyFailed | Failed to configure the new SSH key. | |
| NewSshKeyFailedWithError | Failed to configure the new SSH key, error:{0}. | {0} = Error text |
| NewSshKeyMissing | The new SSH key must be specified. | |
| NewSshKeySameAsOld | The new SSH key is the same as the SSH key to be removed. | |
| NewSshKeyTestFailed | Unable to connect to the asset with the new SSH key. | |
| NewSshKeyTesting | Connecting to the asset to test the new SSH key. | |
| NoKeyToAdd | No SSH key to add. | |
| NoKeyToRemove | No key to remove. | |
| NoResponseReceived | The command timed out without producing any output on asset {0}. | {0} = Asset name |
| NotSupported | This operation is not supported on this asset. | |
| NotSupportedForUserType | This operation is not supported for users of this type on this asset. | |
| NotValidOnDC | Asset {0} is a Domain controller. The '{1}' operation cannot be run on a domain controller. | {0} = Name of asset, {1} = Name of operation |
| OldPasswordRequired | Asset requires existing password for account. | |
| OverideUserLock | Overriding the database lock held by {0} | {0} = Name of account |
| PartialResults | Incomplete results: details for {0} of {1} accounts were retrieved from asset {2} | {0} = number of account details retrieved, {1} = total number of configured accounts, {2} = Asset name |
| PassCmdFail | The password change command on asset {0} reported failure. | {0} = Asset name |
| PassCmdFailOrTimeout | The password change command on asset {0} timed out or produced an unexpected response. | {0} = Asset name |
| PasswordChanged | Password changed for user {0} | {0} = Account Name |
| PasswordChangeFailed | Unable to change password for account {0} due to an error. | {0} = Account Name |
| PasswordChangeFailedWithReason | Failed to change the password for account {0} with error: {1}. | {0} = Account name, {1} = error message |
| PasswordCheckFailed | Unable to check password on asset {0} due to an error. | {0} = Name of asset |
| PasswordCheckFailedLockedOrDisabled | Unable to check password on asset {0} because account {1} is locked or suspended. | {0} = Asset name, {1} = account name |
| PasswordCheckFailedWithReason | Unable to check password on asset {0} account {1} due to an error. {2} | {0} = Asset Name, {1} = Account name, {2} = error message |
| PasswordDisableFail | Failed to disable password authentication for account {0} | {0} = Account name |
| PasswordDisableSuccess | Successfully disabled password authentication for account {0} | {0} = Account name |
| PasswordDoesNotMatchAsset | The password for account {0} does not match the password on the asset. | {0} = Account name |
| PasswordFailedComplexity | Unable to change password, the password failed complexity rules on the asset. | |
| PasswordForAccountChanged | Password for account {0} has been changed. | {0} = Account name |
| PasswordForAccountNotChanged | Password for account {0} has not been changed. | {0} = Account name |
| PasswordMatchesAsset | The password for account {0} matches the password on the asset. | {0} = Account name |
| PasswordReused | The new password was rejected because it matched one of the recent previous passwords for account {0}. | {0}= Name of account |
| PasswordTooLong | Unable to change password for account {0}, the new password is too long. | {0} = Account Name |
| PasswordTooShort | Unable to change password for account {0}, the new password is too short. | {0} = Account Name |
| PasswordTooWeak | Unable to change password for account {0}, the new password is too weak. | {0} = Account Name |
| PreemptAdmin | Preempting account {0} currently connected via {1} from {2} | {0} = Account name, {1} = connection type, {2} = client IP Address |
| PrivilegedConnectionRequired | Connection to asset {0} as account {1} requires a privileged connection. One of the following privileges must be specified in the request: {2}. | {0} = Asset name, {1}= account name, {2} = Privilege list |
| PrivUserSshKeyNotSupported | SSH key operations are not supported for privileged user account '{0}' on asset '{1}'. | {0} = Name of privilaged account, {1} = Name of asset |
| PubKeyAuthDisabled | Warning: Public key authentication is disabled by the SSH server configuration file on asset:{0}. | {0} = Asset name |
| PublicKeyAuthDisabled | Public key authentication is disabled on asset {0}. | {0} = Name of asset |
| QueryingAssetForDependentServices | Querying asset for dependent services. | |
| QueryingComplusDependencies | Querying for ComPlus Application dependencies. | |
| RemoteWmiQueryUsingServiceAccountFailedWithReason | Remote WMI query using service account {0} failed. {1} | {0} = service account name, {1} Error text |
| RemoveAuthorizedKeyFail | Unable to remove authorized key for account {0} on asset {1} due to an error. | {0} = Name of account, {1} = Name of asset |
| RemoveAuthorizedKeyForAccount | Removing authorized key for account {0} on asset {1}. | {0} = Name of the account, {1} = Name of the asset |
| RemoveAuthorizedKeySuccess | Successfully removed authorized key for account {0} on asset {1}. | {0} = Name of account, {1} = Name of asset |
| RemoveSshKeyFail | Failed to remove SSH key for account {0}. | {0} = Account name |
| RemoveSshKeyFiles | Removing SSH keys configured in files {0}. | {0} = SSH Key files |
| RemovingOldSshKey | Removing the old SSH key. | |
| ReplacingOldKeys | Replacing existing SSH keys with new key | |
| RestartingComplus | Restarting ComPlus Application dependencies on asset. | |
| RestartingServicesOnAsset | Restarting services on asset. | |
| RetrievedHostKey | Retrieved SSH host key for asset {0}. | {0} = Asset name |
| RetrieveHostKeyFailed | Failed to retrieve SSH host key for asset {0}. | {0} = Asset name |
| RetrieveHostKeyFailedWithError | Failed to retrieve SSH host key for asset {0}, error: {1} | {0} = Asset name, {1} = Error text |
| RetrievingAccountMode | Retrieving mode for account {0}. | {0} = Name of account |
| RetrievingSshHostKey | Retrieving SSH host key on asset {1}. | {0} = Name of account, {1} = Name of asset |
| ServerCertDnMismatch | The Server Cert DN configured on asset {0} does not match address {1}. | {0} = Asset name, {1} = Address |
| ServicePasswordChangeFailed | Password change for service {0} on asset {1} failed with error {2} | {0} =Service name, {1} = Asset name. {2} = error |
| ServiceRestarted | Service {0} restarted. | {0} = Service name |
| ServiceRestartFailed | Service {0} restart failed. | {0} = Service name |
| ServiceRestartFailedWithCodeAndReason | Service {0} restart failed with error code 0x{1:X}: {2}. | {0} = Service name. {1} = error code, {2} = error message |
| ServiceRestartFailedWithReason | Service {0} restart failed with error: {1}. | {0} = Service name. {1} = error message |
| ServiceStopFailed | Failed stopping service {0}. | {0} = Service name |
| ServiceStopFailedWithCodeAndReason | Failed stopping service {0} with error code 0x{1:X}: {2}. | {0} = Service name. {1} = error code, {2} = error message |
| ServiceStopFailedWithReason | Failed stopping service {0} with error: {1}. | {0} = Service name. {1} = error message |
| ServiceStopping | Stopping service {0}. | {0} = Service name |
| ServiceStopTimeout | Timed out waiting for service {0} to stop. | {0} = Service name |
| ServicesWaitingForStop | Waiting for {0} services to stop. | {0} = Number of services |
| ServiceUpdatedOnAsset | Service {0} updated on asset {1} ({2}). | {0} = Service name, {1} = Asset name, {2} = Address |
| ServiceUpdateFailedWithException | Updating service on asset {0} ({1}) failed with error code 0x{2:X}: {3}. | {0} =Asset name. {1} = address, {2} = error code, {3} = error message |
| ServiceWaitingForStop | Waiting for 1 service to stop. | |
| SessionTimeOut | Timed out while waiting for session {0} to complete. | {0} = Session Id |
| SmaAccountMustBeLocal | SonicWall SMA accounts must be local. | |
| SmaOnlySupportsLocalAdmin | Currently the SonicWall SMA module can only be used to manage local\admin. | |
| SmaPendingChangesTimeout | Password changes failed because there are pending changes on the SMA/CMS asset {0}. | {0} = Asset Name |
| SmaWaitingPendingChanges | Waiting for pending changes on SMA/CMS asset {0}. | {0} = Asset Name |
| SPSManagedHost | '{0}' is a managed-host role cluster node. Only central-management role primary nodes can be managed. | {0} = Address |
| SshAlgorithmNotEnabled | The host key algorithm offered by the client:'{0}' is not in the list of enabled Public Key algorithms: {1}. | {0} = Name of algorithm, {1} = Enabled algorithms |
| SshdCmdFail | The sshd command failed on asset {0}. This may indicate a configuration problem with the SSH server: {1}. | {0} = Asset name, {1} = Error text |
| SshKeyChangeSucceeded | Successfully rotated SSH key. | |
| SshKeyConfigFail | Failed to update SSH key configuration. | |
| SshKeyConfigSuccess | Successfully updated SSH key configuration. | |
| SshKeyConfiguredInFile | SSH key is already configured in file {0}. | {0} = Ssh Key file |
| SshKeyConfiguredInSlot | SSH key is already configured in slot {0}. | {0} = SSH key slot |
| SshKeyManagementFailRootOnly | SSH Key management is only supported for root. | |
| SshKeyMatch | The authorized key for account {0} matches an authorized key configured on the asset. | {0} = Name of account |
| SshKeyMismatch | The authorized key for account {0} does not match any authorized key configured on the asset. | {0} = Name of account |
| SshSettingsDisabled | Local Services SSH Server Disabled. | |
| SshSettingsPasswordDisabled | Local Services SSH Server Password Authentication Disabled. | |
| SslInUse | Successfully enabled SSL for connection. | |
| SslNotAvailable | Ssl is not available for connections to this asset: {0}. | {0} = Asset name |
| SslRequested | Requesting an SSL connection to asset {0}. | {0} = Asset name |
| StarlingAuthorizationFailure | Starling authorization failed | |
| StarlingConnectorNotFound | Unable to find the proper {0} connector | {0} = name of platform connector |
| StarlingRegisteredConnectorNotFoundForSubscription | No starling registered connector could be identified with ID "{0}" for the starling connect subscription with id "{1}" | {0} = Registered connector ID, {1} = Subscription ID |
| StarlingSubscriptionNotFoundForProduct | No starling subscription could be identified for product "{0}" using the provided client ID and secret. | {0} = Starling product name. |
| StartComplusFailedWithReason | Failed to start ComPlus Application '{0}':{1}. | {0} = Service Name, {1} = Error text |
| StartComplusSuccess | Successfully restarted ComPlus Application '{0}'. | {0} = Service Name |
| StartNetworkScanning | Starting Network scanner to handle session {0}. | {0} = Session Id |
| StartPlatformModuleWithSessionId | Starting platform module to handle session {0}. | {0} = Session Id |
| StopComplusFailedWithReason | Failed to stop ComPlus Application '{0}':{1}. | {0} = Service Name, {1} = Error text |
| SystemInUse | The system is already in use by account {0} currently connected via {1} from {2} | {0} = Account name, {1} = connection type, {2} = client IP Address |
| SystemLoginCheck | System login test. | |
| TaskChangePasswordFailedWithReason | Task change password failed on {0} with error: {1}. | {0} = Asset Name, {1} = error message |
| TaskServiceConnecting | Connecting with task service on asset {0}. | {0} = Asset name or address |
| TaskServiceReturnedCount | Task service returned {0} tasks. | {0} = Number of tasks returned |
| TaskServiceUnauthorized | Unable to connect with task service using provided service account information. | |
| TaskUpdated | Task {0} updated. | {0} = Name of updated task |
| TemplateNotFound | Authorized key store template not found in SSH configuration file:{0}, using default. | {0} = SSH Server Configuration file |
| TestingKeyForServiceUser | Verifying that the new authorized key can be used to authenticate the service account | |
| TotalDiscoveredAuthKeys | A total of {0} key(s) were discovered for account: {1}. | {0} = number of keys, {1} = name of account |
| TransportError | Transport reported error: {0}. | {0} = Error Text |
| UnexpectedDataEntriesInKeystore | Warning: {0} unexpected data entries encountered in keystore {1} | {0} = Number of unexpected data entries, {1} = Authorized key store location |
| UnexpectedDataReceived | The platform responded with unexpected data: {0}. | {0} = Response |
| UnexpectedResponse | The platform did not respond with the expected data. | |
| UnexpectedResponseWithData | The platform did not respond with the expected data: {0}. | {0} = Description |
| UnlockingAccount | Unlocking account. | |
| UnsupportedSshAlgorithm | Algorithm:'{1}' is not in the list of {0} algorithms supported by this module: {2}. | {0} = Algorithm type, {1} = Name of algorithm, {2} = Supported algorithms |
| UpdatedDependentComPlus | Updated service account password for ComPlus Application'{0}', account:'{1}' on asset: {2}. | {0} = Application name, {1}= Name of account, {2} = Asset name |
| UpdatedDependentComPlusFailWithReason | Failed to update service account password for ComPlus Application'{0}', account:'{1}' on asset: {2}: {3}. | {0} = Application name, {1}= Name of account, {2} = Asset name, {3} = Error text |
| UpdatedDependentComplusNotSelected | Updates are not configured for ComPlus Applications | |
| UpdatedDependentIis | Updated service account password for IIS Application:'{0}', account:'{1}' on asset: {2}. | {0} = Application name, {1}= Name of account, {2} = Asset name |
| UpdatedDependentIisFailWithReason | Failed to update service account password for IIS Application:'{0}', account:'{1}' on asset: {2}: {3}. | {0} = Application name, {1}= Name of account, {2} = Asset name, {3} = Error text |
| UpdatedDependentIisNotSelected | Updates are not configurd for IIS Application Pools | |
| UpdatedDependentService | Updated service account password for service:'{0}', account:'{1}' on asset: {2}. | {0} = Service name, {1}= Name of account, {2} = Asset name |
| UpdatedDependentServiceFailWithReason | Failed to update service account password for service:'{0}', account:'{1}' on asset: {2}: {3}. | {0} = Service name, {1}= Name of account, {2} = Asset name, {3} = Error text |
| UpdatedDependentServiceNotSelected | Updates are not configured for dependent Windows Services | |
| UpdatedDependentTask | Updated service account password for task:'{0}', account:'{1}' on asset: {2}. | {0} = Task name, {1}= Name of account, {2} = Asset name |
| UpdatedDependentTaskFailWithReason | Failed to update service account password for task:'{0}', account:'{1}' on asset: {2}: {3}. | {0} = Task name, {1}= Name of account, {2} = Asset name, {3} = Error text |
| UpdatedDependentTaskNotSelected | Updates are not configured for dependent Windows Tasks | |
| UpdateDependentFailure | Updating systems depending on account {0} completed with errors. Please refer to the task log for more information. | {0} = Name of account |
| UpdateDependentFailureWithReason | Updating systems depending on account {0} completed with errors: {1} | {0} = Name of account, {1} = Reason |
| UpdateDependentSuccess | Updating systems depending on account {0} completed. | {0} = Name of account |
| UpdatedServices | Updated service account password for {0} services on asset {1}. | {0} = Number, {1} = Asset name |
| UseSshDefaults | Cannot read configuration file: {0}; using default settings. | {0} = SSH Server Configuration File Path |
| UsingAuthKeyFileTemplate | Checking authorized keystore template {0} on asset {1}. | {0} = Template path, {1} = Name of asset |
| VerifyAuthorizedKey | Verifying authorized key for account {1} in keystore path: {0}. | {0} = Authorized key file path, {1} = Name of account |
| VerifyCertFailed | Failed to validate the SSL certificate. | |
| VerifyCertFailedNotOptional | To use SSL on this platform, the appropriate certificate must first be installed in the trusted root CA store. | |
| VerifyCertFailedOptional | The appropriate SSL certificate must first be installed in the trusted root CA store if server cert verification is required. | |
| VerifyCertSuccess | Successfully validated the SSL certificate. | |
| VerifyingPassword | Verifying Password. | |
| VmwareApiVersionNotSupported | vSphere management API version {0} not supported. | {0} = API version |
| VmwareServerTypeNotRecognised | Unable to determine vSphere server type of asset {0}. | {0} = Asset name |
| WinLoginFail | Integrated security is not available because a connection could not be established to Windows host {0} as account {1}. | {0} = Address, {1} = Name of account |
| WrongGroupMembership | The managed account must be a member of the admin or readonly admin groups. |