Sybase 11.9.x-12.5 User Manual

Page 471

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

1145

11048

17

ALTER TABLE ’%.*s’ failed. Cursor ’%.*s’ is still open. Close this and any other open
cursors on this table before this schema change operation.

Explanation:

Command failed due to resource limitation. Modify the command to fit

available resources, retry when the resource is available, or contact your System
Administrator to address the resource problem.

11049

16

Cannot add column with duplicate name. A column with name ’%.*s’ already exists in
this table.

Explanation:

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

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

11050

16

Adaptive Server cannot process this ALTER TABLE statement due to one or more
preceding errors. If there are no preceding errors, please contact Sybase Technical
Support.

Explanation:

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

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

11051

20

ALTER TABLE ’%.*s’ failed. Table is currently being used by one or more other tasks.

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.

11052

16

The ’select into’ database option is not enabled for database ’%.*s’. ALTER TABLE with
data copy cannot be done. Set the ’select into’ database option and re-run.

Explanation:

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

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

11053

16

Cannot alter table ’%.*s’ because the database option ’allow nulls by default’ has been
changed by concurrent users.

Explanation:

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

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

11054

16

The table ’%.*s’ is an inner member of an outer-join clause. This is not allowed if the
table also participates in a regular join clause.

Explanation:

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

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

11055

16

Query contains an illegal outer-join request.

Explanation:

Refer to the writeup for Error 301.

11056

16

Exceeded tempdb space limit of %ld pages.

Explanation:

Rewrite the query or contact your System Administrator to address the

resource limitation.

11057

16

Execute cursor ’%.*s’ may not be declared on a SQLJ procedure.

Explanation:

Command failed due to invalid or illegal request.

Number

Severity

Text and Explanation

Advertising