SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual523730-004
3-53
SQL 1268
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
Where object-name is the ANSI name of the affected database object.
Where error-number is a Guardian 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. See the Guardian Procedure Errors and Messages Manual to diagnose
and correct the problem.
SQL 1271
Where object-name is the ANSI name of the affected database object.
Where 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.
Recovery. If possible, alter the MAXEXTENTS attribute value to be greater than the
desired number of extents to be allocated. The current maximum value for
MAXEXTENTS is 768.
1268 Duplicate columns are not allowed in a GRANT or REVOKE
statement.
1270 ALLOCATE or DEALLOCATE failed for object object-name due
to file error error-number.
1271 ALLOCATE failed for object object-name because extents
to be allocated number is greater than the MAXEXTENTS for a
partition of the object.