Sybase 11.9.x-12.5 User Manual

Page 546

Advertising
background image

Server Error Messages 13900 - 13999

1220

13921

16

ALTER TABLE ’%.*s’ failed. You cannot drop column ’%.*s’ on which a
primary/foreign key constraint is defined using sp_primarykey or sp_foreignkey. Drop
the key definitions before dropping the column.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by the message.

13922

16

ALTER TABLE ’%.*s’ failed. You cannot modify timestamp column ’%.*s’.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by the message.

13923

16

ALTER TABLE ’%.*s’ failed. You cannot modify the datatype of column ’%.*s’ to
timestamp.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by the message.

13924

16

ALTER TABLE ’%.*s’ failed. You cannot modify a primary key column to NULL.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by the message.

13925

10

Warning: ALTER TABLE operation did not affect column ’%.*s’.

Explanation:

This is an informational message. Unless otherwise specified, no action is

required. Contact your System Administrator about any warning issued in the message.

13926

16

ALTER TABLE ’%.*s’ failed. A table with a clustered index cannot be altered if the
operation includes a lock scheme change.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by the message.

13927

16

ALTER TABLE ’%.*s’ failed. You cannot add an identity column to a partitioned table
when the operation requires data copy.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by the message.

13928

16

ALTER TABLE ’%.*s’ failed. You cannot specify a default clause when adding identity
column ’%.*s’.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by the message.

13929

16

ALTER TABLE ’%.*s’ failed. You cannot drop identity column ’%.*s’ when
’identity_insert’ is on. Set this option off before dropping the identity column.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by the message.

13930

16

The procedure ’%.*s’ contains an ALTER TABLE statement requiring data copy. This
should be the only statement in the procedure.

Explanation:

Command failed due to invalid or illegal request. Check syntax,

semantics, and permissions. Take any corrective action indicated by the message.

Number

Severity

Text and Explanation

Advertising