Key command return values, Table 14. key command return values – Visara Master Console Center Scripting Guide User Manual
Page 140
Chapter 5 Script Commands
Scripting Guide
140
KEY Command Return Values
Manifest Constant
Value
Description
Err_None 0
No
error
Err_Key_Timelock 5101
Time is required for the function to
complete.
Err_Key_Syslock
5102
The system has locked the
keyboard while processing data.
Err_Key_CommError 5103
Controller error, SNA protocol
error, or communication error.
Err_Key_NotAccepted
5104
Last input was not accepted.
Typically caused by an attempt to
enter keys when the X clock or X
printer busy message was
displayed.
Err_Key_BadFunction
5105
The user is trying to perform a
function that is not currently
available.
Err_Key_BadLocation
5106
The user is trying to enter data in
a location that cannot accept keys.
Err_Key_TooMuchData
5107
The user is trying to enter too
much data into a field.
Err_Key_NumericOnly
5108
The user is trying to enter non-
numeric characters into a numeric
field.
Err_Key_CantReadStatus
5109
The MCC could not read or parse
the status line.
Err_Key_ConsoleNotLocked 5110 The
script did not lock the console
before trying to send keys to it.
Err_Key_NoDaemonConnection 5111
The script could not connect to the
daemon to send keys or read the
status line.
Err_Key_NoResponseReceived 5112
The
script was able to send keys to
the console, but it did not get a
return code back indicating
whether the command was
successful.
Err_Key_BadParameter
5113
One or more of the arguments to
the KEY command is invalid.
Err_Key_LockQueueFull
5116
The maximum of 20 scripts are
already running on this console.
Table 14. KEY Command Return Values