Sybase 11.9.x-12.5 User Manual

Page 284

Advertising
background image

Server Error Messages 4900 - 4999

958

4955

16

Number of partitions must be greater than one

Explanation:

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

and permissions. Take any corrective action indicated by message.

4956

16

Cannot alter table if REORG command or level 0 scans are active.

Explanation:

Refer to the writeup for this error.

4958

16

Cannot partition table `%.*s' because it is in a pre-System 11 database.

Explanation:

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

and permissions. Take any corrective action indicated by message.

4959

16

Dropping a TEXT/IMAGE column is not allowed.

Explanation:

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

and permissions. Take any corrective action indicated by message.

4960

16

Lock scheme currently on the table `%.*s' is corrupted. For this version of SQL server it
should have been set properly.

Explanation:

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

and permissions. Take any corrective action indicated by message.

4961

16

Cannot partition table '%.*s' because it has been partitioned and unpartitioned too many
times.

Explanation:

Adaptive Server could not perform the requested action. Contact your

System Administrator.

4962

16

To partition: bcp the data out of the table, drop and recreate the table, and then bcp into a
partitioned/unpartitioned table.

Explanation:

Follow the steps in the message to partitioned a table.

4963

16

Table '%.*s' is already locked in the desired locking scheme.

Explanation:

This is an informational message. The command did not execute.

4964

17

Lock scheme conversion failed due to insufficient SQL Server memory. Please retry later
when there is less load/users on the SQL server, or ask your System Administrator to
reconfigure SQL Server with more memory.

Explanation:

See the writeup for Error 4964.

4965

16

Lock scheme conversion on system tables not supported.

Explanation:

You can only change lock schemes on a user table.

4966

10

Warning: Table '%.*s' with a clustered index has been partitioned. All data rows are in the
first partition and all data insertions will go to the first partition. To distribute the data to
all the partitions, re-create the clustered index.

Explanation:

The table is partitioned but will not stay balanced unless you take the

specified action.

4967

16

Cannot execute '%.*s' command on table '%.*s', because this table does not exist in
database '%S_DBID'.

Explanation:

Check syntax and working database.

Number

Severity

Text and Explanation

Advertising