Neoview Messages Manual (R2.2)
+>FOR UPDATE OF UPDATE_FLAG ;
*** ERROR[4118] The cursor query expression is not updatable.
*** ERROR[8822] Unable to prepare the statement.
SQL 4119
4119 The requested number of parallel extract streams must be greater
than one and cannot exceed the number of configured CPUs, number.
number
is the number of configured Neoview processing nodes.
Cause HP Neoview database software was unable to compile a parallel extract producer
query because the number of requested streams was either too low or too high. The number
of streams must be greater than 1 and cannot exceed the number of HP Neoview processing
nodes.
Effect The operation fails.
Recovery Resubmit with an appropriate number of requested streams.
SQL 4120
4120 In a query with a GROUP BY, DISTINCT, or aggregate function, each
column in the ORDER BY clause must be one of the columns explicitly
SELECTed by the query. Column in error: name.
Cause You attempted to perform a query with an aggregate function, a GROUP BY clause,
or a DISTINCT clause. A column in the ORDER BY clause, name, is not one of the columns
explicitly selected by the query.
Effect The operation fails.
Recovery Correct the ORDER BY clause and resubmit.
SQL 4121
4121 In a query with a GROUP BY, DISTINCT, or aggregate function, each
column in the ORDER BY clause must be one of the columns explicitly
SELECTed by the query. Column in error: name. Table in scope: name.
Cause You attempted to perform a query with an aggregate function, a GROUP BY clause,
or a DISTINCT clause. A column in the ORDER BY clause, name, is not one of the columns
explicitly selected by the query.
Effect The operation fails.
Recovery Correct the ORDER BY clause and resubmit.
SQL 4122
4122 NULL cannot be assigned to NOT NULL column name.
Cause You attempted to assign NULL to a NOT NULL column name.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4123
4123 NULL cannot be cast to a NOT NULL data type.
Cause You attempted to cast NULL to a NOT NULL data type.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
144 Binder and Compilation Messages (4000 Through 4999)