Server error messages 4400 - 4499 – Sybase 11.9.x-12.5 User Manual

Page 267

Advertising
background image

CHAPTER 6 Adaptive Server Error Messages

941

Server Error Messages 4400 - 4499

Number

Severity

Text and Explanation

4401

16

View `%.*s' no longer exists.

Explanation:

A database maintenance operation failed. Take any corrective action

indicated by the message. Check the Adaptive Server error log.

4402

16

Infinite loop in view definition. Cannot resolve the view definitions in the query to the
underlying tables.

Explanation:

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

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

4403

16

View `%.*s' is not updatable because it contains external aggregates , or group by clauses,
or internal aggregates . Internal aggregates may be generated by certain subqueries .

Explanation:

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

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

4404

16

View `%.*s' is not updatable because either the view definition contains DISTINCT or
the view is built upon a view created with DISTINCT option.

Explanation:

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

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

4405

16

View `%.*s' is not updatable because the FROM clause names multiple tables.

Explanation:

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

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

4406

16

View `%.*s' is not updatable because a field of the view is derived or constant.

Explanation:

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

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

4408

19

The query and the views in it exceed the limit of %d tables.

Explanation:

Command failed when a non-configurable limit was exceeded. Adaptive

Server could not recover gracefully. Reconnect to Adaptive Server, and report the error
to your System Administrator.

4409

20

The columns in the query definition and the view definition do not match.

Explanation:

Adaptive Server encountered an internal error affecting the current

process. Reconnect to Adaptive Server. Report the error to your System Administrator so
dbcc diagnostics can be run.

4411

16

View `%.*s' does not allow this UPDATE because either it was created WITH CHECK
OPTION or it spans another view created WITH CHECK OPTION, and one of the update
columns appears in a multi-table expression in the WHERE clause of a CHECK OPTION
view.

Explanation:

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

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

Advertising