Messages 1030 through 1051

Messages on this page are sorted by Sybase error code. Locate the appropriate code for a full description of the message.

Error 1030 "Secure HTTP connections are not supported on this platform"
Constant
SECURE_CONNECTION_UNAVAILABLE
SAP Sybase Error Number
2699
SQL State
WW063
SQL Code
-1030L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
19
Probable Cause
A Secure HTTP connection was attempted, but is not supported on this platform.
Error 1031 "Syntax error near '%1' -- Materialized view definition must not use the following construct: '%2'"
Constant
MATVIEW_SYNTAX_ERROR
SAP Sybase Error Number
2700
SQL State
42WB3
SQL Code
-1031L
ODBC 2 State
42000
ODBC 3 State
ERROR
Severity Code
15
Parameter 1
Location of the feature used that is not permitted.
Parameter 2
The feature used that is not permitted.
Probable Cause
You attempted to create a materialized view whose definition violates one of the restrictions.
Error 1032 "Syntax error near '%1' -- The materialized view cannot be changed to immediate because its definition contains an illegal construct: '%2'"
Constant
UPDATABLE_MATVIEW_SYNTAX_ERROR
SAP Sybase Error Number
2701
SQL State
42WB4
SQL Code
-1032L
ODBC 2 State
42000
ODBC 3 State
ERROR
Severity Code
15
Parameter 1
Location of the feature used that is not permitted.
Parameter 2
The feature used that is not permitted.
Probable Cause
You attempted to change the refresh type to immediate for a materialized view whose definition violates one of the restrictions.
Error 1033 "Unable to start database server: Server fatal error"
Constant
UNABLE_TO_START_ENGINE_FATAL_ERROR
SAP Sybase Error Number
2702
SQL State
08W89
SQL Code
-1033L
ODBC 2 State
08001
ODBC 3 State
08001
Severity Code
17
Probable Cause
The database server failed to start because a fatal error or assertion failure occurred. More information may be available in the Windows event log or Unix system log or by manually starting the database server.
Error 1034 "The '%1' attribute is not valid with procedure type '%2'"
Constant
INVALID_ATTRIBUTE_WITH_TYPE
SAP Sybase Error Number
2703
SQL State
WW064
SQL Code
-1034L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The attribute on the procedure.
Parameter 2
The procedure type.
Probable Cause
This attribute is not applicable to the given procedure type.
Error 1035 "LOAD TABLE ... WITH FILE NAME LOGGING not permitted on mirrored database"
Constant
LOAD_TABLE_ON_MIRRORED_DB
SAP Sybase Error Number
2704
SQL State
WL008
SQL Code
-1035L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
LOAD TABLE ... WITH FILE NAME LOGGING statements are not permitted when a database is being mirrored, since the file being loaded might not be accessible by the other server.
Error 1036 "The DBN/DBF parameters do not match the database for this alternate server name"
Constant
WRONG_DB_ON_ALT_SERVER_NAME
SAP Sybase Error Number
2705
SQL State
08W90
SQL Code
-1036L
ODBC 2 State
08001
ODBC 3 State
08001
Severity Code
11
Probable Cause
The DBN or DBF parameters specified do not match the database using the specified alternate server name.
Error 1037 "Cannot drop or modify object '%1' because at least one other object ( %2 '%3') depends upon it"
Constant
OBJECT_HAS_DEPENDENTS
SAP Sybase Error Number
2706
SQL State
55W16
SQL Code
-1037L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Parameter 1
The name of the object that could not be dropped or modified.
Parameter 2
The type of the object that depends on the object that could not be dropped or modified.
Parameter 3
The name of the object that depends on the object that could not be dropped or modified.
Probable Cause
You attempted to drop or modify an object, such as a table or a column, that is used by another object, such as a materialized view, that cannot be automatically invalidated. The dependent object must be disabled or dropped before a drop or modification can be permitted.
Error 1038 "Cannot use view '%1' because it has been disabled"
Constant
VIEW_DISABLED
SAP Sybase Error Number
2707
SQL State
55W17
SQL Code
-1038L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Parameter 1
The name of the view.
Probable Cause
You attempted to reference a view that has been disabled. The view must be enabled before it can be used again.
Error 1039 "Cannot connect to mirror server. Use server name '%1' to find the primary server"
Constant
CONNECTED_TO_MIRROR_SERVER
SAP Sybase Error Number
2708
SQL State
08W91
SQL Code
-1039L
ODBC 2 State
08001
ODBC 3 State
08001
Severity Code
11
Parameter 1
The server name for the mirroring system.
Probable Cause
You have attempted to connect to the mirror server in a mirroring system. You should change your connection string or DSN to use the server name for the mirroring system.
Error 1040 "Cannot use view '%1' because it is invalid"
Constant
VIEW_INVALID
SAP Sybase Error Number
2709
SQL State
55W18
SQL Code
-1040L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Parameter 1
The name of the view.
Probable Cause
You attempted to reference an invalid view. The view must be enabled before it can be used again.
Error 1041 "Materialized View '%1' not found"
Constant
MATVIEW_NOT_FOUND
SAP Sybase Error Number
2710
SQL State
42WB5
SQL Code
-1041L
ODBC 2 State
S0002
ODBC 3 State
42S02
Severity Code
11
Parameter 1
Name of the materialized view that could not be found.
Probable Cause
You misspelled the name of a materialized view, or you did not qualify a materialized view name with a user name. For example, you might have referred to "Employees" instead of "DBA"."Employees".
Error 1042 "Cannot add a comment to a table declared as LOCAL TEMPORARY"
Constant
COMMENT_NOT_ALLOWED
SAP Sybase Error Number
2711
SQL State
WW065
SQL Code
-1042L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
11
Probable Cause
You attempted to add a comment to a table that has been declared as LOCAL TEMPORARY. This is not allowed.
Error 1043 "Request interrupted due to timeout"
Constant
REQUEST_TIMEOUT
SAP Sybase Error Number
2712
SQL State
57W01
SQL Code
-1043L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
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 an 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.
Error 1044 "Invalid password: %1"
Constant
INVALID_NEW_PASSWORD
SAP Sybase Error Number
2713
SQL State
28W11
SQL Code
-1044L
ODBC 2 State
28000
ODBC 3 State
28000
Severity Code
16
Probable Cause
The attempt to create a new user ID or change a password failed. The function specified by the verify_password_function option disallowed the password.
Error 1045 "Invalid backup parameter value"
Constant
INVALID_BACKUP_PARM_VALUE
SAP Sybase Error Number
2714
SQL State
WB015
SQL Code
-1045L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
One or more of the parameters supplied to the backup operation has an invalid value.
Error 1046 "Illegal column definition: %1"
Constant
ILLEGAL_COLUMN_DEFINITION
SAP Sybase Error Number
2715
SQL State
55W19
SQL Code
-1046L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Parameter 1
A message describing the error that occurred.
Probable Cause
You are attempting to define a column in a way that is not allowed.
Error 1047 "This database does not support encrypted tables"
Constant
ENCRYPTED_TABLES_NOT_SUPPORTED
SAP Sybase Error Number
2716
SQL State
55W20
SQL Code
-1047L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
16
Probable Cause
You tried to create an encrypted table in a database that does not support them.
Error 1050 "Cannot return NULL result as requested data type"
Constant
VALUE_IS_NULL
SAP Sybase Error Number
2719
SQL State
22030
SQL Code
-1050L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
You tried to retrieve a value from the database that was NULL and assign it to a variable that cannot be NULL.
Error 1051 "Cannot create a materialized view because option '%1' has an inappropriate setting"
Constant
CANNOT_CREATE_MATVIEW
SAP Sybase Error Number
2720
SQL State
42WB6
SQL Code
-1051L
ODBC 2 State
42000
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Name of the option with the incorrect setting.
Probable Cause
You attempted to create a materialized view, but one of the database options is currently set to a value not permitted while creating a materialized view.