Server Error Messages 11900 - 11999

Number

Severity

Text and Explanation

11901

16

Table '%.*s' was not found.

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by the message.

11902

16

 '%.*s' is not a table.  

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by the message.

11903

16

You cannot run REORG on a table which uses allpages locking.  

Explanation: Tables that use data-only locking have unique space management needs. The reorg utility reorganizes a table to reclaim unused space and improve clustering. Error 11903 is raised when you attempt to use reorg on an allpages locked table, since reorg applies exclusively to tables that use the data-only locking scheme. Do not use the reorg utility on an allpages locked table. You can use alter table to change the table’s locking scheme to allow reorg, if desired.

11904

16

You cannot specify an index with this REORG subcommand. Only the RECLAIM_SPACE subcommand can be run on an index. 

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by the message.

11906

16

You cannot use the RESUME or TIME options with the REBUILD subcommand.  

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by the message.

11910

16

Index '%.*s' was not found. 

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by the message.

11911

10

Using time limit of %d minutes. 

Explanation: This is an informational message. Unless otherwise specified, no action is required. Contact your System Administrator about any warning issued in the message.

11913

10

Warning: The RESUME option was specified, but no valid restart point was found. Starting from beginning of object. 

Explanation: This is an informational message. Unless otherwise specified, no action is required. Contact your System Administrator about any warning issued in the message.

11915

10

There are approximately %d pages to be processed. 

Explanation: This is an informational message. Unless otherwise specified, no action is required. Contact your System Administrator about any warning issued in the message.

11916

10

%d pages have been processed. 

Explanation: This is an informational message. Unless otherwise specified, no action is required. Contact your System Administrator about any warning issued in the message.

11917

16

REORG REBUILD of systabstats is not allowed. 

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by the message.

11918

16

You cannot run REORG REBUILD on '%.*s' because there are one or more isolation level 0 scans active on the table. 

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by the message.

11919

16

You cannot run REORG REBUILD in this database because the 'select into/bulkcopy' option is off. Please check with the DBO. 

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by the message.

11920

10

Beginning REORG %s of '%.*s'. 

Explanation: This informational message is displayed when the REORG command starts executing. The first parameter is the subcommand name, for example RECLAIM_SPACE.

11921

10

Beginning REORG RECLAIM_SPACE of index '%.*s' on table '%.*s'.  

Explanation: This informational message is printed when the REORG RECLAIM_SPACE command starts executing on an index.

11922

10

Resuming REORG %s of '%.*s'. 

Explanation: This informational message is printed when the REORG utility starts execution with the RESUME option. The first parameter is the subcommand name, for example RECLAIM_SPACE.

11923

10

Resuming REORG RECLAIM_SPACE of index '%.*s' on table '%.*s'.  

Explanation: This informational message is printed when the REORG RECLAIM_SPACE command starts executing on an index, with the RESUME option.

11924

10

REORG %s of '%.*s' completed. 

Explanation: This informational message is printed when the REORG command completes execution. The first parameter is the subcommand name, for example RECLAIM_SPACE.

11925

10

REORG RECLAIM_SPACE of index '%.*s' on table '%.*s' completed. 

Explanation: This is an informational message. Unless otherwise specified, no action is required. Contact your System Administrator about any warning issued in the message.

11926

10

REORG %s of '%.*s' terminated due to error or user interrupt. 

Explanation: This message is raised when the REORG utility encounters an error that causes termination, or when the user terminates REORG.

11927

10

REORG RECLAIM_SPACE of index '%.*s' on table '%.*s' terminated due to error or user interrupt. 

Explanation: This message is raised when the REORG utility encounters an error that causes termination, or when the user terminates REORG.

11928

16

Rebuild of index ’%.*s’ failed because the index is marked suspect. 

Explanation: Command failed due to invalid or illegal request. Check syntax, semantics, and permissions. Take any corrective action indicated by the message.

11929

16

Reorg cannot be run on proxy table ’%.*s’.

Explanation: Command failed due to invalid or illegal request for the object in question.