Neoview Messages Manual (R2.2)
SQL 4124
4124 More than one table will be locked: name.
name
is the name of the table.
Cause The HP Neoview database software is preparing to lock more than one table.
Effect None.
Recovery Informational message only; no corrective action is needed.
SQL 4125
4125 The select list of a subquery in a row value constructor must be
scalar (degree of one) if the subquery is one of several expressions
rather than the only expression in the constructor.
Cause You specified a subquery, consisting of several expressions, whose select list is not
scalar. If the subquery is not the only expression in the constructor, it must be scalar.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4126
4126 The row value constructors in a VALUES clause must be of equal
degree.
Cause You specified a VALUES clause whose row value constructors are not of equal degree.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4127
4127 Type name1 cannot be assigned to type name2.
Cause You attempted to perform an assignment but specified incompatible data types.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4128
4128 Default volume and subvolume information could not be retrieved
from =_DEFAULTS define - DEFINEINFO error number.
number
is the error message.
Cause The HP Neoview database software was not able to retrieve default volume and
subvolume information using the =_DEFAULTS define.
Effect The operation fails.
Recovery Check the =_DEFAULTS define and resubmit.
SQL 4129
4129 An IF statement should have the same set of output host variables
on both sides of IF THEN statement list and the ELSE statement list.
Cause You specified an IF statement that does not have the same set of output host variables
on both sides of its IF THEN statement list and its ELSE statement list.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
145