Sybase 11.9.x-12.5 User Manual

Page 100

Advertising
background image

Server Error Messages 300 - 399

774

307

10

Index `%.*s' specified as optimizer hint in the FROM clause of table `%.*s' does not
exist. Optimizer will choose another index instead.

Explanation:

This is an informational message but may require follow-up action.

Contact your System Administrator.

308

20

Table not open for range table entry `%d', objid `%ld', dbid `%d'.

Explanation:

Refer to the writeup for Error 308.

309

20

Wrong sdes for range table entry `%d'. Expected object `%ld', dbid `%d', got object `%ld',
dbid `%d'.

Explanation:

Incorrect sdes was obtained due to an Adaptive Server problem. Contact

Sybase Technical Support to upgrade to a version in which the problem is resolved.

310

10

Index id %d on table id %d cannot be used in the optimization of a query as it is
SUSPECT. Please have the SA run DBCC REINDEX on the specified table.

Explanation:

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

Contact your System Administrator.

311

16

The optimizer could not find a unique index which it could use to scan table `%.*s' for
cursor `%.*s'.

Explanation:

Refer to the writeup for Error 311.

312

16

Index id %d on table `%.*s' is explicitly specified in cursor `%.*s' declared for update.
This index is either not unique or its key includes a column in the for update of list. This
cursor my be closed on an update or a delete.

Explanation:

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

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

313

16

The optimizer could not find a unique index which it could use to perform an isolation
level 0 scan on table `%.*s'.

Explanation:

Refer to the writeup for Error 313.

314

16

WARNING: A non-unique clustered index has been forced on an isolation level 0 scan
on table ’%.*s’. If the scan must restart, the scan will be repositioned at the beginning of
the duplicate key group. Thus, it is possible that this can infinitely loop.

Explanation:

Refer to the writeup for Error 314.

315

16

Internal error - The SQL Server was unable to find a join order to run this query. Please
inform technical su pport.

Explanation:

Internal Adaptive Server error. A table may be circularly dependent upon

itself. Contact Sybase Technical Support.

316

17

Cannot compile the query because the space required for the search arguments (%d
bytes) exceeds the maximum amount of memory that can be granted. Try reducing the
number of search arguments.

Explanation:

Reduce number of sargs. Try breaking up the query into multiple queries.

Number

Severity

Text and Explanation

Advertising