Neoview Messages Manual (Volume 1) (R2.4)
Cause <paramname> refers to the parameter name. You specified an invalid parameter name
in the SQL statement
Effect The statement fails to execute.
Recovery Retry the SQL statement by specifying a valid parameter or use the SET PARAM
command to set a parameter value.
29465
Obey commands inside of files are executed in non-interactive mode and
require a filename or wildcard.
Cause You did not specify a filename or a directory name for the OBEY command within
script files.
Effect The obey command fails to execute.
Recovery Retry executing the script by specifying a filename or a directory for the OBEY
command.
29466
The max obey depth has been reached, breaking current obey loop.
Recursion detected in <filename>
Cause An obey file was detected to be part of an infinite loop. This is the result of a nested
obey that either directly (by obeying itself) or indirectly (for example, by obeying another file
which in turn obeys the original) causes it to loop.
Effect The obey command is halted. No other obey files are executed and control comes back
to the session prompt.
Recovery Retry executing the script file by reducing the depth of nested obey. Ensure that
there are no loops in your nested obey calls. For example if you have files A.sql, B.sql, and
C.sql, if you obey file A which obeys file B which obeys file C, be sure that file C doesn't obey
file A.
29469
Unable to align display for multibyte characters. Try relaunching NCI
with —Djava.awt.headless=true.
Cause When the data being displayed contains multi-byte characters the results are not
aligned.
Effect The results displayed are not in tabular format.
Recovery N/A.
29471
Unable to find NCI variable.
Cause A conditional statement contains an unquoted string that is interpreted as a variable;
however, the variable cannot be found in the environment, as a SQL parameter, or as an NCI
variable (lasterror, errorcode, reccount, or activitycount).
Effect The conditional statement fails.
Recovery If a SQL param is desired, be sure the variable is prefixed by a question mark. If
an environment or NCI variable was intended, check the spelling.
29472
Unable to compare an integer with a string.
Cause The left side of a conditional statement is an integer and the right side is a string.
344 Neoview Command Interface (NCI) Messages (29400 Through (29599)