Neoview Messages Manual (Volume 1) (R2.4)
Cause You specified duplicate grantees in a GRANT or REVOKE statement.
Effect The operation fails.
Recovery Reissue the GRANT or REVOKE statement specifying a single grantee or a list of
distinct grantees.
SQL 1266
1266 Only EXECUTE privilege is supported for a procedure or routine.
Cause You specified an unsupported privilege on a procedure or routine in a GRANT
statement.
Effect The operation fails.
Recovery Reissue the GRANT statement specifying the valid privilege for the procedure or
routine.
SQL 1267
1267 EXECUTE privilege is incompatible with this object type.
Cause You specified a privilege that is not supported for the object type in a GRANT
statement.
Effect The operation fails.
Recovery Reissue the GRANT statement specifying the valid privilege for the object type.
SQL 1268
1268 Duplicate columns are not allowed in a GRANT or REVOKE statement.
Cause You specified duplicate column names with the update or references privilege in a
GRANT or REVOKE statement.
Effect The operation fails.
Recovery Correct the GRANT or REVOKE statement by specifying a single column name
or a list of distinct column names.
SQL 1270
1270 ALLOCATE or DEALLOCATE failed for object sql object-name due to
file error file-system error-number on filename.
sql object-name
is the ANSI name of the affected SQL database object.
file-system error-number
is an HP Neoview platform file-system error code.
Cause A CREATE or ALTER operation encountered a file-system error error-number
during processing of the ALLOCATE or DEALLOCATE attribute.
Effect The operation fails.
Recovery For information about file-system errors, see Chapter 20 (page 353).
SQL 1271
1271 ALLOCATE failed for object object-name because the number of extents
to be allocated number is greater than the MAXEXTENTS for a partition
of the object.
object-name
is the ANSI name of the affected database object.
number
is the specified number of extents.
Cause A CREATE or ALTER operation specified an ALLOCATE attribute value that was
greater than the MAXEXTENTS value for the affected database object, which is not allowed.
Effect The operation fails.
49