Error 1043

"Request interrupted due to timeout"

Item Description

SQLCode

-1043L

Constant

REQUEST_TIMEOUT

SQLState

57W01

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Sybase Error Code

2712

Severity Code

16

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.


Created April 27, 2010. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com