Previous Topic: Editing the arcotvpnclient.properties FileNext Topic: Editing the avcstrings.properties File


Editing the arcotvpnclienterrors.properties File

The arcotvpnclienterrors.properties file specifies the error messages that are displayed to the end user while working with the VPN Client application. A snippet of the arcotvpnclienterrors.properties file is as follows:

##### Client side error messages #####
# This file contains error messages that are used by screens on the client system.
...
# Error messages for client configuration errors.
profilenotfound=No existing vpn profile found.
...
# Error messages for server communication failures.
allaapserversdown=The proxy server or the VPN server is not available. Please try after some time.
communicationfailure=Communication failure, please try again.
...
# Error messages for proxy server issues.
proxyserverauthfailure=The username or password you entered for the proxy server authentication is invalid. Please try again.
proxydetailsincomplete=Username field is required.
...
# Error message on failure to launch browser
browserFailed=The browser failed to launch.

# Error message when communication with current server fails in
# middle of a flow, and the client restarts the flow
failovererror=Communication with server failed. Please retry.

# Error message when tried to launch application when one instance is running
applicationalreadyrunning=Another instance of application is already running. Exit already running instance to relaunch.

# Error message when underlying VPN already connected
underlyingvpnalreadyconnected=You are already connected to the VPN network!

# Error while parsing error xml
error.parsing.errorxml= Internal error in parsing XML. Please contact administrator.

# Error message on failure to receive OTT with in time
error.ott.timeout=Arcot VPN Client was not able to get your credentials from A-OK in time. Please try again.

# Messages for System Proxy setting problems.
systemsettingsunavailable=Error occurred while detecting system settings. Direct connection will be used.
...

The arcotvpnclienterrors.properties file uses the following pattern:

<ParameterName>=<Value>

You can customize an error message by modifying the Value field of the respective parameter. However, you must not change the ParameterName.