TACL Reference Manual

Error Messages
HP NonStop TACL Reference Manual429513-018
B-44
TACL Error Messages
Cause. A window process was successfully added but could not be started.
Effect. The window was not created and the process was not started.
Recovery. Refer to TELNET documentation for recovery details and information about
the TELNET error code.
Cause. You attempted to set a variable that had not been pushed.
Effect. The requested operation is ignored.
Recovery. Push the variable and then set it.
Cause. You specified a year that does not contain 4 digits.
Effect. The command fails.
Recovery. Specify a 4-digit number for the year.
Cause. You attempted to start a process using the INLINE option while an inline
process already exists (#INLINEPROCESS is not empty).
Effect. The requested operation is ignored.
Recovery. Push #INLINEPROCESS before starting an inline process, or finish
activities with the current inline process before starting another one.
Cause. You attempted to assign a value to a built-in variable that can only receive a
value as a side effect of some other operation. For example, you cannot explicitly set
#INLINEPROCESS; it receives its value as the result of starting a process with the
INLINE option, or terminating such a process.
Effect. The requested operation is ignored.
Recovery. None; the attempted operation is prohibited.
*ERROR* VT Unable to start the newly added TELNET window
TELNET: code
*ERROR* Was not pushed
*ERROR* Year must be four digits
*ERROR* You already have a current INLINE process
*ERROR* You cannot explicitly set this variable