Sybase 11.9.x-12.5 User Manual

Page 280

Advertising
background image

Server Error Messages 4900 - 4999

954

4909

16

Can't alter %.*s because it is not a table.

Explanation:

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

and permissions. Take any corrective action indicated by message.

4910

16

Cannot alter table `%.*s' because you are not the owner or a user with System
Administrator (SA) role.

Explanation:

Adaptive Server could not perform the requested action. The command

violates a permission or privilege restriction. Check the command and working database
context.

4912

16

Cannot replace default to `%.*s.%.*s' because it already has a default bound using
sp_bindefault.

Explanation:

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

and permissions. Take any corrective action indicated by message.

4913

16

Alter table command has unrecognized action. Cannot process.

Explanation:

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

and permissions. Take any corrective action indicated by message.

4914

16

Cannot alter table `%.*s' because the alter table statement contains multiple identity fields.

Explanation:

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

and permissions. Take any corrective action indicated by message.

4915

16

Cannot add new identity field to `%.*s' via alter table because the table already contains
an identity field.

Explanation:

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

and permissions. Take any corrective action indicated by message.

4916

16

Cannot add new identity field to `%.*s' via alter table because the number of existing rows
(%ld) exceeds the maximum value for the specified precision (%d).

Explanation:

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

and permissions. Take any corrective action indicated by message.

4917

20

Failure adding identity column `%.*s' to table `%.*s'.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Reconnect to Adaptive Server. Report the error to your System Administrator so
dbcc diagnostics can be run.

4918

16

Row length (%d) exceeds maximum row length (%d) when adding identity co

lumn

’%.*s’ to table ’%.*s’.

Explanation:

Command failed due to invalid or illegal request. A server limit was

exceeded.

4919

16

Identity value overflow when adding column `%.*s' to table `%.*s'.

Explanation:

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

and permissions. Take any corrective action indicated by message.

Number

Severity

Text and Explanation

Advertising