CHAPTER 10 Database Error Messages
731
Cannot create an index on Java class ’%1’
Item Value
SQLCODE -704
Constant SQLE_CANNOT_INDEX_ON_JAVA_CLASS
SQLSTATE WW022
Sybase error code 13748
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The name of the class.
An operation requiring an index was attempted in which at attempt was made
to create an index on a Java class type.
Cannot create item (%1) in the specified dbspace.
Item Value
SQLCODE -648
Constant SQLE_INVALID_DBSPACE_FOR_CREATE
SQLSTATE 08W36
Sybase error code 13702
ODBC 2 State ERROR
ODBC 3 State ERROR
The dbspace specified is invalid. For example, an index must be created in a
dbspace of the same type as the underlying table.
Probable cause
Probable cause