Neoview Messages Manual (Volume 1) (R2.4)

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.
SQL 1272
1272 The system is not licensed for use of SQL/MX format tables.
Cause The site has not purchased DDL Licensing.
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.
SQL 1273
1273 The specified MAXEXTENTS value must be greater than the number of
extents allocated.
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
1274 The specified or default MAXEXTENTS value is not sufficient. The
MAXEXTENTS value has been automatically set to the new value of number
for the file name.
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
1275 Constraint constraint1 cannot be dropped because it is needed by
unique constraint constraint2.
constraint1
is the constraint you are trying to drop.
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.
Recovery To drop the constraint, you must remove the UNIQUE constraint or add an
additional NOT NULL constraint to the columns that contain UNIQUE constraints and only
one NOT NULL constraint for that column.
SQL 1276
1276 The PARTITION clause cannot be specified for an SQL/MP Table,
SQL/MP view or SQL/MX view. The partition partition-name was specified
for object table-name.
partition-name is the partition name or number specified and table-name is the HP
Neoview database view name specified.
Cause The PARTITION clause was used with a Neoview database view.
Effect The statement does not compile.
Recovery Remove the PARTITION clause and compile the statement again.
50 Data Definition Language (DDL) Messages (1000 Through 1999)