Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » Database Error Messages » Alphabetic list of error messages

Request denied -- no active databases Next Page

Request interrupted due to timeout


Item

Value

Constant

SQLE_REQUEST_TIMEOUT

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Severity

16

SQLCODE

-1043

SQLSTATE

57W01

Sybase error code

13468

Probable cause

The current request was canceled during its execution since it ran for longer than the request_timeout database option value. The database was able to stop the operation without doing a rollback. If the statement is INSERT, UPDATE, or DELETE, any changes made by the statement will be canceled. If the statement is a data definition statement (for example CREATE TABLE), the statement will be canceled, but the COMMIT that was done as a side effect will not be canceled.