SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual—523730-004
3-54
SQL 1272
Cause. The site has not purchased DDL Licensing.
Effect. The operation fails.
Recovery. Purchase DDL Licensing (product number T0394).
SQL 1273
Cause. The value that you specified to change MAXEXTENTS is less than or equal to
the allocated extents.
Effect. The operation fails.
Recovery. Use a MAXEXTENTS value greater than the allocated extents.
SQL 1274
Cause. You specified an insufficient MAXEXTENTS value while creating an index.
Effect. The SQL operation completed with a warning.
Recovery. This is a warning only.
SQL 1275
Where constraint1 is the constraint you are trying to drop.
Where constraint2 is the UNIQUE constraint.
Cause. You attempted to drop a constraint that is needed by a UNIQUE constraint,
which is not allowed because it would leave a UNIQUE constraint on a column, but
without a NOT NULL constraint for that column.
Effect. The operation fails.
1272 The system is not licensed for use of SQL/MX format
tables.
1273 The specified MAXEXTENTS value must be greater than the
number of extents allocated.
1274 The specified or default MAXEXTENTS value is not
sufficient. The MAXEXTENTS value has been automatically set
to the new value of $1~Int0 for the file $0~String0.
1275 Constraint constraint1 cannot be dropped because it is
needed by unique constraint constraint2.