Neoview Messages Manual (R2.2)

Effect The rows that raised the error have not been inserted, and all other rows in the input
rowsets have been inserted.
Recovery Contact the GMCSC.
SQL 30023
30023 Variable used to retrieve ROWSET_ROW_COUNT is either a scalar or
an array that is smaller than the size of the rowset used in the previous
statement.
Cause The variable you used to retrieve ROWSET_ROW_COUNT is either a scalar or an
array that is smaller than the size of the rowset used in the previous statement.
Effect The GET DIAGNOSTICS statement fails. The variable used to retrieve
ROWSET_ROW_COUNT is not altered from its input state. If other diagnostic statement
information items are being retrieved in the same GET DIAGNOSTICS statement, their output
variables must also be considered invalid.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 30024
30024 ROWSET_ROW_COUNT is not available for this statement.
Cause You attempted to retrieve the ROWSET_ROW_COUNT statement item even though
the previous statement was not a rowset UPDATE or DELETE statement, or the
ROWSET_ROW_COUNT control query default was set to OFF.
Effect The GET DIAGNOSTICS statement fails. The variable used to retrieve
ROWSET_ROW_COUNT is not altered from its input state. If other diagnostic statement
information items are being retrieved in the same GET DIAGNOSTICS statement, their output
variables must also be considered invalid.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 30025
30025 The ATOMIC and NOT ATOMIC clauses can be used only in a rowset
INSERT statement.
Cause You specified the NOT ATOMIC clause on an INSERT statement that was not a
rowset INSERT statement.
Effect The operation fails.
Recovery Contact the GMCSC.
SQL 30026
30026 NOT ATOMIC rowset INSERT is not supported on a table that has
dependent indexes that are not offline. Dependent index index-name
exists for table table-name.
index-name
is the name of the dependent index.
table-name
is the name of the table containing the dependent index.
Cause You attempted to use NOT ATOMIC inserts on a table that has at least one dependent
index. Dependent indexes might have been created by the system to enforce a uniqueness or
primary key constraint.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
311