Neoview Messages Manual (Volume 1) (R2.4)
SQL 1013
1013 Not all privileges were granted. You lack grant option on some of
the specified privileges.
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 or use the CASCADE option (see error 1025 that discusses
RESTRICT/CASCADE as it applies to drop).
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. 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 1019
1019 No valid primary partition for table-name could be found.
table-name
is the name of an HP Neoview SQL table.
17