Messages 641 through 660

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

Error 641 "Error in assignment"
Constant
ERROR_IN_ASSIGNMENT
SAP Sybase Error Number
2247
SQL State
22005
SQL Code
-641L
ODBC 2 State
22005
ODBC 3 State
22018
Severity Code
20
Probable Cause
In a GET DESCRIPTOR statement, the data type of the host variable must correspond to the data type of the descriptor item.
Error 642 "Invalid SQL descriptor name"
Constant
INVALID_DESCRIPTOR_NAME
SAP Sybase Error Number
2248
SQL State
33000
SQL Code
-642L
ODBC 2 State
33000
ODBC 3 State
33000
Severity Code
21
Probable Cause
You attempted to deallocate a descriptor that has not been allocated.
Error 643 "UNLOAD TABLE cannot be used to unload a view"
Constant
CANNOT_UNLOAD_A_VIEW
SAP Sybase Error Number
2212
SQL State
WL004
SQL Code
-643L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
UNLOAD TABLE was specified with the name of a view. UNLOAD TABLE may only be used to unload tables.
Error 644 "Invalid database page size"
Constant
PAGE_SIZE_INVALID
SAP Sybase Error Number
2032
SQL State
08W32
SQL Code
-644L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
14
Probable Cause
You attempted to create a database with an invalid page size. The page size for a SQL Anywhere database must be either 2048, 4096, 8192, 16384, or 32768 bytes. The page size for an UltraLite database must be either 1024, 2048, 4096, 8192, or 16384 bytes.
Error 645 "Database creation failed: %1"
Constant
DATABASE_NOT_CREATED
SAP Sybase Error Number
2033
SQL State
08W33
SQL Code
-645L
ODBC 2 State
08004
ODBC 3 State
08004
Severity Code
14
Parameter 1
Reason that the database was not created.
Probable Cause
Your attempt to initialize a file for a database failed.
Error 646 "Could not load the store DLL \"%1\No message
Constant
STORE_NOT_LOADED
SAP Sybase Error Number
2270
SQL State
08W34
SQL Code
-646L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
19
Parameter 1
Name of the store DLL that could not be loaded.
Probable Cause
An attempt to load the store DLL failed.
Error 647 "Could not execute store DLL (%1) entry point"
Constant
STORE_ENTRY_NOT_FOUND
SAP Sybase Error Number
2271
SQL State
08W35
SQL Code
-647L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
19
Parameter 1
Name of the store DLL where the entry point failed.
Probable Cause
An attempt to locate or execute the store DLL entry point failed.
Error 648 "Cannot create item (%1) in the specified dbspace"
Constant
INVALID_DBSPACE_FOR_CREATE
SAP Sybase Error Number
2272
SQL State
08W36
SQL Code
-648L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the item that could not be created.
Probable Cause
The specified dbspace is invalid. For example, an index must be created in a dbspace of the same type as the underlying table.
Error 649 "Field '%1' of class '%2' cannot be NULL"
Constant
FIELD_CANNOT_BE_NULL
SAP Sybase Error Number
2275
SQL State
WW015
SQL Code
-649L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the field that cannot be NULL.
Parameter 2
The name of the class that has the field.
Probable Cause
An attempt was made to store a SQL NULL value in a Java object field that has a Java type that cannot be NULL. For example, the Java 'int' type cannot be NULL.
Error 650 "Index type specification of '%1' is invalid"
Constant
INVALID_INDEX_TYPE
SAP Sybase Error Number
2276
SQL State
WW016
SQL Code
-650L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The index type specification that is invalid.
Probable Cause
IQ index types can be specified for IQ indexes only. In UltraLite, you cannot specify indexes on LONG column types.
Error 651 "An attempt to delete database '%1' failed"
Constant
DROP_DATABASE_FAILED
SAP Sybase Error Number
2277
SQL State
WW017
SQL Code
-651L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the database that could not be deleted.
Probable Cause
Your attempt to delete a database file failed. You may have attempted to delete a running database. Some parts of the database may have been deleted before failure.
Error 652 "Could not decompress class '%1' from JAR"
Constant
CANNOT_DECOMPRESS_CLASS
SAP Sybase Error Number
2278
SQL State
WP003
SQL Code
-652L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the class file in the JAR.
Probable Cause
The Java runtime library must be installed to extract class files from ZIP or JAR files.
Error 653 "Cannot remove class '%1': member of JAR"
Constant
CLASS_MEMBER_OF_JAR
SAP Sybase Error Number
2279
SQL State
WP004
SQL Code
-653L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the class file that cannot be removed.
Probable Cause
You attempted to remove a class file that is still part of a JAR. (It must be removed with the JAR.)
Error 654 "The connection parameters file could not be found"
Constant
NO_PROFILE_FILE
SAP Sybase Error Number
2280
SQL State
08W37
SQL Code
-654L
ODBC 2 State
08001
ODBC 3 State
08001
Severity Code
16
Probable Cause
An attempt was made to parse a connection string containing a connection profile but the connection parameters file could not be found.
Error 655 "Error parsing connection parameter string"
Constant
GEN_PARSE_ERROR
SAP Sybase Error Number
2281
SQL State
08W38
SQL Code
-655L
ODBC 2 State
08001
ODBC 3 State
08001
Severity Code
16
Probable Cause
The connection string could not be parsed. The string or connection parameter file contains a syntax error.
Error 656 "Unable to connect to server '%1': %2"
Constant
OMNI_CONNECT_ERROR
SAP Sybase Error Number
2282
SQL State
WO001
SQL Code
-656L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the server that could not be connected to.
Parameter 2
A more specific reason returned from the server class driver.
Probable Cause
You attempted to connect to a remote server. Check that the remote server is running.
Error 657 "Unable to connect, server definition is circular"
Constant
OMNI_CIRCULAR_CONNECT
SAP Sybase Error Number
2552
SQL State
WO002
SQL Code
-657L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
You attempted to connect to a remote server that maps to the local database.
Error 658 "Remote server '%1' is currently configured as read-only"
Constant
OMNI_READONLY
SAP Sybase Error Number
2284
SQL State
WO003
SQL Code
-658L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the remote server.
Probable Cause
You attempted to perform an update on an object located on a server that is configured as read-only. Use ALTER SERVER to reconfigure the remote server to be updatable.
Error 659 "Remote server '%1' could not be found"
Constant
OMNI_SERVER_NOT_FOUND
SAP Sybase Error Number
2285
SQL State
WO004
SQL Code
-659L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
11
Parameter 1
Name of the remote server.
Probable Cause
You attempted to define an object on a server that has not been added. Use CREATE SERVER to add the remote server definition.
Error 660 "Server '%1': %2"
Constant
OMNI_REMOTE_ERROR
SAP Sybase Error Number
2286
SQL State
WO005
SQL Code
-660L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the remote server.
Parameter 2
The message from the remote server.
Probable Cause
A message was generated by a remote server. The message text is included."