Sybase 11.9.x-12.5 User Manual

Page 157

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

831

1505

14

Create unique index aborted on duplicate key. Primary key is `%S_KEY'

Explanation:

Refer to the writeup for this error.

1507

10

Warning: deleted duplicate row. Primary key is `%S_KEY'

Explanation:

Report the error to your System Administrator. You may need to increase

swap space.

1508

14

Create index aborted on duplicate rows. Primary key is `%S_KEY'

Explanation:

Refer to the writeup for this error.

1509

20

Row compare failure of RIDs (%ld, %d) and (%ld, %d), keycnt = %ld, compflags = %ld,
rowformat = %ld, minlen = %ld.

Explanation:

Refer to the writeup for this error.

1510

17

Sort failed: Out of space in database `%.*s'

Explanation:

Refer to the writeup for this error.

1511

20

Sort cannot be reconciled with transaction log

Explanation:

Adaptive Server encountered an internal error indicative of some problem

in logging/recovery. Reconnect to Adaptive Server. Report the error to your System
Administrator.

1513

20

Reuse of extent failed in sort

Explanation:

Adaptive Server encountered an internal error indicative of some problem

in logging/recovery. Reconnect to Adaptive Server. Report the error to your System
Administrator.

1514

21

Sort failed because it attempted to allocate page %ld and found that the page was busy.
Buffer %S_BUF contains a cached and referenced page with objid %ld indid %ld and
status 0x%x.

Explanation:

Adaptive Server encountered an internal error affecting all processes using

the current database. Report the error to your System Administrator.

1515

20

Bad session descriptor for sort

Explanation:

This error occurs during a sort operation when the server finds that a

session descriptor (pointing to row ID’s) is invalid. Shut down and restart the server to
correct the problem.

1519

20

Internal Sort Error. A transaction that is involved in Parallel Sort is being redone.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Restart Adaptive Server.

1520

18

Sort failed for table `%.*s' in database `%.*s' because internal count of used pages is
incorrect. Run DBCC TABLEALLOC to correct the value.

Explanation:

The

create index

command allocates a work area based on an estimate in

the OAM page of the number of data pages in the table. If this value is too low, the work
area is too small, the sort fails, and Error 1520 is raised. Use

dbcc tablealloc

to update

the page count and correct this error.

Number

Severity

Text and Explanation

Advertising