Neoview Messages Manual (R2.2)
21 Neoview Script Messages
This section describes Neoview Script error messages.
ERROR: SET command must have an option specified.
Cause You did not specify an option for the SET command.
Effect The SET command fails to execute.
Recovery Retry the SET command with an appropriate option. For more information, see
the Neoview Script Guide.
ERROR: A syntax error occurred at or before:
Cause You used incorrect syntax in the Neoview Script interface command.
Effect The Neoview Script interface command fails to execute.
Recovery Correct the syntax and retry the Neoview Script interface command. For more
information, see the Neoview Script Guide.
ERROR: SHOW command must have an option specified.
Cause You did not specify an option for the SHOW command.
Effect The SHOW command fails to execute.
Recovery Retry the SHOW command with an appropriate option. For more information,
see the Neoview Script Guide.
ERROR: The specified statement does not exist in the history buffer.
Cause You specified an invalid command number for an FC or REPEAT command.
Effect The FC or REPEAT command does not execute.
Recovery Retry the command and use a command number that exists in the history buffer.
Failed to connect to the database. Connection limit exceeded.
Cause The available database connections are already being used.
Effect Neoview Script fails to connect to the database and start a new session.
Recovery Reconfigure the client data sources. For more information, see the Neoview Database
Administrator’s Guide.
Session Expired.
Cause The idle time in the Neoview Script interface session exceeded the idle time-out
value.
Effect The Neoview Script interface session expires, and the Neoview Script interface quits
running and disappears.
Recovery Relaunch the Neoview Script interface and set the idle time-out value to an
appropriate amount of time. For more information, see the Neoview Script Guide.
WARNING: The maximum size of the history buffer is 100.
Cause The value specified in the HISTORY command exceeded 100.
Effect The HISTORY command displays the warning and returns either the last 100
commands (if the number of entered commands is greater than 100) or the total number of
commands (if the number of entered commands is less than or equal to 100) in the history
buffer of the current session.
Recovery Retry the command by using a value that does not exceed 100.
395