Messages 1000037 through 1000056

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

Warning 1000037 "------------------------------------------------------------------"
Constant
EMSG_CAT_JINDEXLOADMSGTRAILER
SAP Sybase Error Number
20697
SQL State
00A37
SQL Code
1000037L
ODBC 2 State
OK
ODBC 3 State
OK
Severity Code
1
Probable Cause
This information message appears in the log when the CREATE JOIN command is executed.
Warning 1000038 "Backup date: %1"
Constant
EMSG_DB_HEADER_MSG3
SAP Sybase Error Number
20698
SQL State
QDA38
SQL Code
1000038L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
1
Parameter 1
backup date
Probable Cause
This message displays the backup date.
Warning 1000039 "Backup created by: %1"
Constant
EMSG_DB_HEADER_MSG4
SAP Sybase Error Number
20699
SQL State
QDA39
SQL Code
1000039L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
1
Parameter 1
user name
Probable Cause
This message displays the user who created the backup.
Warning 1000040 "Comment: %1"
Constant
EMSG_DB_HEADER_MSG5
SAP Sybase Error Number
20700
SQL State
QDA40
SQL Code
1000040L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
1
Parameter 1
comment
Probable Cause
This is an informational message displayed in context with other messages.
Warning 1000041 "Backup version: %1"
Constant
EMSG_DB_HEADER_MSG6
SAP Sybase Error Number
20701
SQL State
QDA41
SQL Code
1000041L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
1
Parameter 1
backup version
Probable Cause
This message displays the backup version.
Warning 1000042 "Number of archive media in backup: %1"
Constant
EMSG_DB_HEADER_MSG7
SAP Sybase Error Number
20702
SQL State
QDA42
SQL Code
1000042L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
1
Parameter 1
number of archive media in backup
Probable Cause
This message displays how many media are in the backup.
Warning 1000043 "Number of files in backup: %1"
Constant
EMSG_DB_HEADER_MSG8
SAP Sybase Error Number
20703
SQL State
QDA43
SQL Code
1000043L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
1
Parameter 1
number of files in backup
Probable Cause
This message displays the number of files in the backup.
Error 1000044 "The join for table '%2' does not have enough columns defined (%3). %1"
Constant
EMSG_CAT_JINDEXNOFIELDS
SAP Sybase Error Number
20704
SQL State
QDA44
SQL Code
-1000044L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
table name
Parameter 3
number of columns
Probable Cause
Cannot define a join with zero columns. If this error occurs, it should be reported to Sybase.
Error 1000045 "Index %2 does not exist. %1"
Constant
EMSG_UTILITY_INDEXNOTFOUND
SAP Sybase Error Number
20705
SQL State
QDA45
SQL Code
-1000045L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
index name given by the user
Probable Cause
User has specified an index which does not exist in any table within the current database.
Error 1000046 "No Field passed to PutMCIField. %1"
Constant
EMSG_CAT_NOFIELDPUTMCI
SAP Sybase Error Number
20706
SQL State
QDA46
SQL Code
-1000046L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Probable Cause
This error should not occur during normal operation and should be reported to Sybase. See the iqmsg file for additional diagnostic information.
Error 1000047 "For table pair %2, table '%3' has a precision mismatch in column %4. %1"
Constant
EMSG_CAT_JINDEXPRECISION
SAP Sybase Error Number
20707
SQL State
QDA47
SQL Code
-1000047L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
table pair
Parameter 3
table name
Parameter 4
column number
Probable Cause
Corresponding columns in the join must have equal precision.
Error 1000048 "For table pair %2, table '%3' has a scale mismatch in column %4. %1"
Constant
EMSG_CAT_JINDEXSCALE
SAP Sybase Error Number
20708
SQL State
QDA48
SQL Code
-1000048L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
table pair
Parameter 3
table name
Parameter 4
column number
Probable Cause
Corresponding columns in the join must have equal scale.
Error 1000049 "'%2' is being used in a self join. Self joins are not allowed. %1"
Constant
EMSG_CAT_JINDEXSELFJOIN
SAP Sybase Error Number
20709
SQL State
QDA49
SQL Code
-1000049L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
table name
Probable Cause
Self joins are not allowed.
Error 1000050 "Table '%2' is used in the join twice. %1"
Constant
EMSG_CAT_JINDEXTABLETWICE
SAP Sybase Error Number
20710
SQL State
QDA50
SQL Code
-1000050L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
tablename
Probable Cause
A table cannot be used twice in a join.
Error 1000051 "Cannot retrieve a row from the SYSIQJOINIXTABLE system table. %1"
Constant
EMSG_CAT_JIXTABLEFIND
SAP Sybase Error Number
20711
SQL State
QDA51
SQL Code
-1000051L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
23
Parameter 1
location of the exception
Probable Cause
This is an internal error. Cannot retrieve a row from the SYSIQJOINIXTABLE system table. If this error occurs, it should be reported to Sybase.
Error 1000052 "Cannot delete a row from the SYSIQJOINIXTABLE system table. %1"
Constant
EMSG_CAT_JIXTABLEDELETE
SAP Sybase Error Number
20712
SQL State
QDA52
SQL Code
-1000052L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
23
Parameter 1
location of the exception
Probable Cause
This is an internal error. Cannot delete a row from the SYSIQJOINIXTABLE system table. If this error occurs, it should be reported to Sybase.
Error 1000053 "Cannot commit changes to the SYSIQJOINIXTABLE system table. %1"
Constant
EMSG_CAT_JIXTABLEFLUSH
SAP Sybase Error Number
20713
SQL State
QDA53
SQL Code
-1000053L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
23
Parameter 1
location of the exception
Probable Cause
This is an internal error. Cannot commit changes to the SYSIQJOINIXTABLE system table. If this error occurs, it should be reported to Sybase.
Error 1000054 "Cannot open %2 in Meta (exclusive) mode. Object is already open. %1"
Constant
EMSG_CAT_METAACCESS
SAP Sybase Error Number
20714
SQL State
QDA54
SQL Code
-1000054L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
object name
Probable Cause
The object cannot be opened for exclusive access; it is already open.
Warning 1000055 "Warning: %1"
Constant
EMSG_CLBK_WARNING
SAP Sybase Error Number
20715
SQL State
01A55
SQL Code
1000055L
ODBC 2 State
OK
ODBC 3 State
OK
Severity Code
10
Parameter 1
explanation of %1
Probable Cause
This message appears in context with other messages.
Error 1000056 "Cannot convert from datatype '%2' to '%3' for column '%4'. %1"
Constant
EMSG_CAT_NOCONVERSIONPOSSIBLE
SAP Sybase Error Number
20716
SQL State
QDA56
SQL Code
-1000056L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
location of the exception
Parameter 2
datatype
Parameter 3
datatype
Parameter 4
column name
Probable Cause
Implicit conversion for this column is not possible.