Server error messages 7900 - 7999 – Sybase 11.9.x-12.5 User Manual

Page 361

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

1035

Server Error Messages 7900 - 7999

7792

16

An isolation level %d scan is being attempted on cursor `%.*s', but the cursor was
declared at isolation level %d. You must re-declare the cursor at isolation level %d.

Explanation:

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

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

7793

16

An isolation level '%d' scan is being attempted by an ad hoc query, but the query was
compiled in the batch at isolation level '%d'.

Explanation:

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

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

7794

16

You cannot scan table '%.*s' at isolation level 0 because another process is running a
utility command that is incompatible with level 0 scans. Please retry later.

Explanation:

Another process is running a DROP INDEX, ALTER TABLE,

TRUNCATE TABLE, REORG REBUILD, or CREATE CLUSTERED INDEX
command on the table.

7795

18

Internal error - Unable to process subqueries during transformations. Maximum limit
(%d) of subqueries is exceeded. Please save the DBCC TRACE(100) output and inform
technical support.

Explanation:

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

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

7796

18

Internal error - Unable to process subqueries during transformations due to a corrupt
query tree. Please save the output from DBCC TRACE(100) and inform technical
support.

Explanation:

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

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

Number

Severity

Text and Explanation

Number

Severity

Text and Explanation

7901

16

Page %ld was expected to be the first page of a TEXT/IMAGE value.

Explanation:

There may be possible corruption in a database or a database object. Take

any corrective action indicated by the message. Consult the Adaptive Server System
Administration Guide and the Troubleshooting Guide.

7902

16

Data size mismatch occurred while checking TEXT/IMAGE values. The first page for
this value is: %ld. There were %ld bytes found, which is different from the expected data
length of %ld bytes.

Explanation:

Refer to the writeup for this error.

Advertising