Sybase 11.9.x-12.5 User Manual

Page 171

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

845

1739

10

Warning: Parameter `exp_row_size' is not applicable to table `%.*s' in allpages locking
scheme

Explanation:

Retry the command if necessary. Do not specify

exp_row_size

on an

allpages-locked table. Use this parameter only for tables that use the

data-only-locked

scheme and contain variable length rows.

1740

10

Warning: Parameter `max_rows_per_page' is not applicable to table `%.*s' in `datapages'
or `datarows' locking scheme

Explanation:

Do not specify

max_rows_per_page

on a

data-only-locked

table. Use

this parameter only for tables that use the

allpages-locked

scheme.

1741

10

Warning: Parameters `exp_row_size' and `max_rows_per_page' both specified for table
`%.*s'. Only parameter appropriate to lock scheme specified will be used internally, but
both are stored. See users manual for more information.

Explanation:

You cannot mix parameters for data-only-locked tables and all-pages-

locked tables in one DDL command.

1742

16

Expected row size specified on table '%.*s' is invalid. Expected row size should be either
0, 1 or between minrow length %d and maxrow length %d

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

command to conform to the requirement specified in the error message.

1743

10

Multiple lock schemes specified on the table '%.*s'. Lock scheme has to unique.

Explanation:

Adaptive Server could not perform the requested action. Rewrite the

command to conform to the requirement specified in the error message.

1744

10

Internal error: Dataonly Lock scheme is not supported on this system table '%.*s'. Contact
sybase technical support for help.

Explanation:

There may be a potential problem with a database or database object.

Contact your System Administrator.

1750

20

Failed to reserve attribute space for table '%.*s'.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Report the error to your System Administrator.

1751

20

Failed to initialize attribute space for table '%.*s'.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Report the error to your System Administrator.

1752

16

Table '%.*s' has fixed length schema. Parameter 'exp_row_size' is not applicable to tables
with fixed length schema.

Explanation:

Cannot specify an expected row size for fixed-length tables. See the

writeup for Error 1739.

1753

16

DELETE STATISTICS failed on table '%.*s' see error log for more information.

Explanation:

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

semantics, and permissions.

Number

Severity

Text and Explanation

Advertising