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-55
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 1300
Where procedure-name is the ANSI name of a stored procedure.
Cause. An unanticipated error occurred while reading metadata for a stored
procedure.
Effect. The operation fails.
Recovery. Retry the operation. If it continues to fail, report the error to your service
provider.
SQL 1301
Where referential-triggered-action can either be ON DELETE or ON
UPDATE.
Cause. NO ACTION referential action is specified in the referential integrity definition,
and the CONTROL QUERY DEFAULT value for
REF_CONSTRAINT_NO_ACTION_LIKE_RESTRICT is ‘OFF.’
Effect. The NO ACTION referential action cannot be defined.
Recovery. To alter the behavior of NO ACTION referential action, set the appropriate
value for the REF_CONSTRAINT_NO_ACTION_LIKE_RESTRICT default.
1300 Catman generated unknown Exception for procedure
procedure-name.
1301 NO ACTION referential action for referential-triggered-
action clause is not yet supported as specified by ANSI SQL99
standard. To alter the behavior, set an appropriate value for
the REF_CONSTRAINT_NO_ACTION_LIKE_RESTRICT default.