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

Recovery Specify a valid base table and resubmit.
SQL 1128
1128 An invalid API request was encountered. Details: description.
description
is text further explaining the problem.
Cause Internal error.
Effect HP Neoview database software is unable to perform the requested operation.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1130
1130 The column requires a default value.
Cause You attempted to create a column that requires a default value, without specifying a
default value.
Effect The operation fails.
Recovery Specify a valid default value for the column and resubmit.
SQL 1132
1132 An added column cannot have DEFAULT NULL and NOT NULL at the same
time.
Cause You attempted to add a column that is both DEFAULT NULL and NOT NULL.
Effect The operation fails.
Recovery Determine whether the column should be DEFAULT NULL or NOT NULL and
resubmit.
SQL 1133
1133 Only super ID can perform this operation.
Cause You attempted to perform an operation that can be performed only by the super ID.
Effect The operation fails.
Recovery Log on as the super ID and then resubmit.
SQL 1134
1134 A concurrent utility or DDL is being performed on object
object-name, its parent, or one of its dependencies. That operation
must complete before the requested operation can run.
object-name
is the name of the object.
Cause You attempted to execute a utility or alter the DDL of an object while a concurrent
utility or DDL operation was being performed on the object, its parent, or its dependencies.
Effect The operation fails.
Recovery Wait until the concurrent operation has finished and then resubmit.
SQL 1135
1135 Clustering key column column-name must be assigned a NOT NULL NOT
DROPPABLE constraint.
column-name
is the name of the column in the clustering key.
Cause You attempted to make a column that is not NOT NULL NOT DROPPABLE a part
of the clustering key of a table.
34 Data Definition Language (DDL) Messages (1000 Through 1999)