Neoview Messages Manual (R2.2)

Cause You attempted to grant privileges, but you do not have grant options for at least one
of them.
Effect The HP Neoview database granted some privileges, but not all that you attempted
to grant.
Recovery You must have grant options for privileges to grant them.
SQL 1014
1014 Privileges were not revoked. Dependent privilege descriptors still
exist.
Cause You attempted to revoke a privilege for a user who has granted privileges to another
user. Privileges must be revoked in reverse order from how they were granted. If you perform
a grant to another user who then performs a grant to a third user, you cannot revoke privileges
to the second user until that user revokes their privileges to the third user.
Effect The HP Neoview database did not revoke the privileges.
Recovery Ensure that the dependent privileges from the user whose privileges you want to
revoke are revoked first.
SQL 1015
1015 Some of the specified privileges could not be revoked.
Cause You attempted to revoke a privilege that either does not exist or you do not have
authority to revoke.
Effect The HP Neoview database did not revoke the privileges.
Recovery The user who granted the privileges must revoke them.
SQL 1016
1016 Redundant references to column column-name were specified in the
constraint or trigger definition.
column-name
is an SQL identifier.
Cause You created a constraint with multiple references to column-name.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 1017
1017 You are not authorized to perform this operation.
Cause You do not have the correct privileges to perform the requested operation. Probably,
you attempted to perform an operation that only the object owner or schema owner is allowed
to perform. Also, this error can occur if you grant or revoke privileges for an object or schema,
and you have no privileges on that object.
Effect The operation fails.
Recovery Ask the owner of the object to perform the requested operation.
SQL 1018
1018 The lock length ls larger than the size of the primary key.
Cause The lock length is larger than the size of the primary key.
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.
21