Neoview Messages Manual (Volume 2) (R2.5)
Table 3-8 SQLSTATE Values Beginning 44000 (continued)
Error TextSQLCODESQLSTATE
Join between stream expression and embedded name expression not supported. Tables
in scope: name.
-4176X044W
Update of name column name not permitted on rollback.
-4177X044X
Update of variable length column name not permitted on rollback.
-4178X044Y
SEQUENCE BY not supported for stream expressions.-4179X044Z
Stream expression not supported for top level DELETE statement.-4180X0450
Join with embedded name expression is not supported.
-4181X0451
Selection predicate on any but the innermost correlation name of an embedded name
expression is not supported.
-4182X0452
Stream expressions not supported for compound statements.-4200X045K
Embedded name expression not supported for compound statements.
-4201X045L
SEQUENCE BY not supported for embedded name expressions.
-4202X045M
INSERT/UPDATE/DELETE operation on nonaudited table name requires index
maintenance which might cause the index(es) to become corrupt.
-4203X045N
Stream access supported only for key-sequenced tables. Table: name.
-4204X045O
Embedded name supported only for key-sequenced tables. Table: name.
-4205X045P
Embedded name supported only for updateable views. View: name.
-4206X045Q
Index name and other indexes covering a subset of columns do not cover all output
values of stream.
-4207X045R
Index name and other indexes covering a subset of columns do not cover all columns
referenced in where clause of stream.
-4208X045S
Update of nullable column name not permitted on rollback.
-4209X045T
Embedded UPDATE/DELETE statements are not supported within an IF statement.-4210X045U
table name cannot be used to satisfy order requirement on the stream because it is
partitioned.
-4212X045W
Use of rowsets in a predicate with embedded UPDATE/DELETE not supported.-4213X045X
The SET ON ROLLBACK clause is not allowed on a nonaudited table. Table: name.
-4214X045Y
Stream access is not allowed on a nonaudited table. Table: name.
-4215X045Z
The FIRST/ANY n syntax cannot be used with an embedded update or embedded
DELETE statement.
-4216X0460
-4217X0461
Invalid usage of procedure procedure-name - A UDR was invoked within a trigger.
-4300X048C
Procedure procedure-name expects value1 parameters but was called with value2
parameters.
-4302X048E
The supplied type for parameter value of routine routine-name was type-name1
which is not compatible with the expected type type-name2.
-4303X048F
Host variable or dynamic parameter parameter-name is used in more than one
OUT or INOUT parameter for routine routine-name. Results might be unpredictable.
-4304X048G
Parameter value for used defined routine routine-name is an OUT or INOUT
parameter and must be a host variable or a dynamic parameter.
-4305X048H
A CALL statement is not allowed within a compound statement.-4306X048I
SQLSTATE Values 153