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

SQL 30027
30027 NOT ATOMIC INSERT is not supported on a table that is the subject
table of BEFORE triggers. BEFORE trigger trigger-name has table
table-name as its subject table.
trigger-name
is the name of the BEFORE trigger.
table-name
is the name of the subject table.
Cause You attempted to use NOT ATOMIC inserts on a table that is the subject table of at
least one BEFORE trigger.
Effect The operation fails.
Recovery Contact the GMCSC.
SQL 30028
30028 NOT ATOMIC INSERT is not supported on a table that is the
referencing table of referential integrity constraints. Referential
integrity constraint constraint-name has table table-name as its
referencing table.
constraint-name
is the name of the referential integrity constraint.
table-name
is the name of the referencing table.
Cause You attempted to use NOT ATOMIC inserts on a table that is the referencing table
of referential integrity constraints.
Effect The operation fails.
Recovery Contact the GMCSC.
SQL 30030
30030 Atomicity clause is not allowed on an INSERT statement from either
ODBC/MX or JDBC/MX.
Cause You attempted to use a NOT ATOMIC or ATOMIC clause on an INSERT statement
from either ODBC/MX or JDBC/MX.
Effect The PREPARE of the INSERT fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 30031
30031 The number of error conditions raised during the NOT ATOMIC INSERT
statement has exceeded the user specified value of max-num for the
capacity of the diagnostic area.
max-num
is the maximum number of error conditions.
Cause The number of errors conditions raised during the NOT ATOMIC INSERT exceeds
the user-specified value for the capacity of the diagnostic area.
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.
SQL 30033
30033 NOT ATOMIC INSERT is not supported on table table because it is
the subject table of the materialized view materialized-view.
table
is the name of the table.
350 Rowsets Messages (30000 Through 30999)