Neoview Messages Manual (Volume 1) (R2.4)

Cause There are no prepared statements present in the current schema. If you specified a
pattern for the statement name, there are no prepared statements matching the specified
statement name pattern.
Effect None.
Recovery Not applicable.
29428
No parameters found.
Cause There are no parameters set in the current session. If you specified a pattern, there
are no parameters matching the specified the pattern name.
Effect None.
Recovery Not applicable.
29430
Spooling is already OFF.
Cause You tried to disable the log/spool option when log/pool option was already disabled.
Effect None.
Recovery Not applicable.
29431
Prepared statement <stmt name> was not found.
Cause <stmt name> refers to the statement name used in the PREPARE statement. You tried
to execute a prepared statement that does not exist.
Effect The operation fails.
Recovery To view the list of the prepared statements in the current session, execute the
SHOW PREPARED command.
29432
Invalid number of parameters for prepared statement t <stmt name>
Cause <stmt name> refers to the statement name used in the PREPARE statement. You
specified an incorrect number of parameters for executing a prepared statement.
Effect Executing the prepared statement fails.
Recovery Retry the command by specifying the correct number of parameters.
29433
Non-numeric value cannot be specified for numeric data type.
Cause You specified a non-numeric value for a table column defined as a numeric type.
Effect The statement fails to execute.
Recovery Retry the command by specifying a numeric value.
29434
Invalid IdleTimeout value. The value must be in the range 0-2147483647.
Cause The value specified for the SET IDLETIMEOUT command is not within the acceptable
range.
Effect The command fails to execute.
Recovery Retry the command by specifying a value within the specified range.
339