Messages 1119 through 1138

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

Error 1119 "The '%1' property is no longer supported"
Constant
UNSUPPORTED_PROPERTY
SAP Sybase Error Number
2791
SQL State
42WC2
SQL Code
-1119L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the invalid property.
Probable Cause
The specified property is not supported in the current release.
Error 1120 "The dbspace '%1' cannot be dropped because it contains tables or indexes"
Constant
DBSPACE_CONTAINS_TABLES
SAP Sybase Error Number
2792
SQL State
55W26
SQL Code
-1120L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the dbspace
Probable Cause
You attempted to drop the named dbspace, but it contains tables or indexes. You must drop the tables and/or indexes before dropping the dbspace.
Error 1121 "Not enough free space on device to grow dbspace '%1' by requested amount"
Constant
NO_ROOM_TO_GROW_DBSPACE
SAP Sybase Error Number
2793
SQL State
57W03
SQL Code
-1121L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the dbspace
Probable Cause
You attempted to grow a dbspace using the ALTER DBSPACE statement, but there is not enough free space on the device to grow by the amount specified.
Error 1122 "Exceeded maximum of '%1' allowable parameters"
Constant
INVALID_MAXIMUM_PARAMETERS
SAP Sybase Error Number
2794
SQL State
WW084
SQL Code
-1122L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The maximum number of allowable parameters
Probable Cause
The maximum allowable parameters for the given web client procedure or function has been exceeded.
Error 1123 "Invalid mime type '%1'"
Constant
INVALID_MIMETYPE
SAP Sybase Error Number
2795
SQL State
WW085
SQL Code
-1123L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Name of the mime type
Probable Cause
The mime type specifier is invalid.
Error 1124 "The dbicu library and server versions do not match."
Constant
ICU_DLL_VERSION_MISMATCH
SAP Sybase Error Number
2796
SQL State
WC014
SQL Code
-1124L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Probable Cause
The server is unable to load ICU components that are required by this database. Ensure that the correct version of the dbicu libraries are installed.
Error 1125 "Conflicting INSTEAD OF trigger and WITH CHECK OPTION on view '%1'"
Constant
CHECK_TRIGGER_CONFLICT
SAP Sybase Error Number
2797
SQL State
42W39
SQL Code
-1125L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
15
Parameter 1
Name of the view with an INSTEAD OF trigger
Probable Cause
You attempted an operation that involves a WITH CHECK OPTION clause that conflicts with an INSTEAD OF trigger. A view defined with the WITH CHECK OPTION clause cannot refer to a view (possibly nested) with an INSTEAD OF trigger.
Error 1126 "Operation failed because table or view '%1' has an INSTEAD OF trigger"
Constant
INSTEAD_TRIGGER
SAP Sybase Error Number
2798
SQL State
42W3A
SQL Code
-1126L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
15
Parameter 1
Name of the view or table with an INSTEAD OF trigger
Probable Cause
You attempted an operation that cannot succeed because an INSTEAD OF trigger is defined on a target table or view (possibly nested in another view).
Error 1127 "Positioned update operation attempted on a view with an INSTEAD OF trigger"
Constant
INSTEAD_TRIGGER_POSITIONED
SAP Sybase Error Number
2799
SQL State
42W3B
SQL Code
-1127L
ODBC 2 State
42000
ODBC 3 State
42000
Severity Code
15
Probable Cause
You attempted a positioned update, positioned delete, put, or wide insert operation that would involve an INSTEAD OF trigger on a view (possibly nested). These operations are not supported with INSTEAD OF triggers on views.
Error 1128 "Start date/time for non-recurring event '%1' is in the past"
Constant
EVENT_START_TIME_IN_PAST
SAP Sybase Error Number
2800
SQL State
WE010
SQL Code
-1128L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
15
Parameter 1
Name of the event being scheduled.
Probable Cause
You have specified an event starting date or time that has already passed, and the event is not recurring.
Error 1129 "The '%1' attribute contains mismatched parentheses within '%2'"
Constant
INVALID_ATTRIBUTE_MISMATCH_BRACES
SAP Sybase Error Number
2801
SQL State
WW086
SQL Code
-1129L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The attribute on the procedure.
Parameter 2
The value of the attribute.
Probable Cause
The value of the attribute is not valid due to mismatched parenthesis (or possibly braces if specifying a port option).
Error 1130 "The '%1' attribute is missing a comma within '%2'"
Constant
INVALID_ATTRIBUTE_MISSING_COMMA
SAP Sybase Error Number
2802
SQL State
WW087
SQL Code
-1130L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The attribute on the procedure.
Parameter 2
The value of the attribute.
Probable Cause
The value of the attribute is not valid due to a missing comma.
Error 1131 "The attribute '%1' sets an option '%2' that is incompatible with '%3'"
Constant
INVALID_ATTRIBUTE_OPTIONS
SAP Sybase Error Number
2803
SQL State
WW088
SQL Code
-1131L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The attribute on the procedure.
Parameter 2
The first option of the attribute.
Parameter 3
The second option of the attribute.
Probable Cause
The options specified for this attribute are not compatible.
Error 1132 "Maximum row size for table '%1' would be exceeded"
Constant
MAX_ROW_SIZE_EXCEEDED
SAP Sybase Error Number
2804
SQL State
WW089
SQL Code
-1132L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
Table name.
Probable Cause
You tried to create or alter a table with a maximum row size greater than 64 KB. In UltraLite, tables must be defined such that the maximum row size (the sum of the bytes required to store each column) is less than 64 KB.
Error 1133 "Invalid trigger type for view '%1'"
Constant
INVALID_TRIGGER_VIEW
SAP Sybase Error Number
2805
SQL State
42W3C
SQL Code
-1133L
ODBC 2 State
42000
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Name of the view
Probable Cause
You attempted to create a trigger on a view, but the type of trigger is supported on base tables only. Only INSTEAD OF triggers can be created on views.
Error 1134 "Triggers cannot be created on materialized view '%1'"
Constant
INVALID_TRIGGER_MATVIEW
SAP Sybase Error Number
2806
SQL State
42W3D
SQL Code
-1134L
ODBC 2 State
42000
ODBC 3 State
ERROR
Severity Code
14
Parameter 1
Name of the materialized view
Probable Cause
You attempted to create a trigger on a materialized view. A materialized view is not a valid target for a trigger.
Error 1135 "Invalid regular expression: %1 in '%2'"
Constant
INVALID_REGULAR_EXPRESSION
SAP Sybase Error Number
2808
SQL State
2201B
SQL Code
-1135L
ODBC 2 State
S1000
ODBC 3 State
2201B
Severity Code
16
Parameter 1
The reason the regular expression is invalid.
Parameter 2
The invalid regular expression.
Probable Cause
The specified regular expression is invalid.
Error 1136 "Invalid use of escape character '%1'"
Constant
INVALID_USE_OF_ESCAPE_CHARACTER
SAP Sybase Error Number
2809
SQL State
2200C
SQL Code
-1136L
ODBC 2 State
S1000
ODBC 3 State
2200C
Severity Code
16
Parameter 1
The escape character that is invalid.
Probable Cause
The specified escape character cannot be used.
Error 1137 "Escape character conflict '%1'"
Constant
ESCAPE_CHARACTER_CONFLICT
SAP Sybase Error Number
2810
SQL State
2200B
SQL Code
-1137L
ODBC 2 State
S1000
ODBC 3 State
2200B
Severity Code
16
Parameter 1
The escape character that is invalid.
Probable Cause
The specified escape character cannot be used.
Error 1138 "The mirror '%1' does not match database '%2'"
Constant
MIRROR_FILE_MISMATCH
SAP Sybase Error Number
2811
SQL State
WW090
SQL Code
-1138L
ODBC 2 State
ERROR
ODBC 3 State
ERROR
Severity Code
16
Parameter 1
The name of the mirror file
Parameter 2
The name of the database file
Probable Cause
The named mirror file does not correspond to the database file. This could happen if the database was not shut down properly, or if the wrong mirror file was specified. The mirror file must be moved or discarded before proceeding, or a different mirror specified.