Messages 2789 through 2808

Messages on this page are sorted by Sybase error code. Locate the appropriate code in the table below, and click the link for a full description of the message.

Number Msg Type SQL State SQL Code Message Possible Cause
2789 Error WW083 -1117L "A row cannot be stored because it exceeds the database page size" You attempted to insert or update a row which is too large to be stored on a database page. For UltraLite, with the exception of BLOB columns, a row must fit entirely on a single database page. Larger page sizes may be used to accommodate larger rows.

Click here for a list of possible parameters and odbc states.

2790 Error 0AW17 -1118L "Cannot change the MobiLink remote id when the status of the last upload is unknown" The MobiLink server uses the remote id to track synchronization progress. If the status of the previous upload is unknown then you must resolve this condition before changing the remote id.

Click here for a list of possible parameters and odbc states.

2791 Error 42WC2 -1119L "The '%1' property is no longer supported" The specified property is not supported in the current release.

Click here for a list of possible parameters and odbc states.

2792 Error 55W26 -1120L "The dbspace '%1' cannot be dropped because it contains tables or indexes" 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.

Click here for a list of possible parameters and odbc states.

2793 Error 57W03 -1121L "Not enough free space on device to grow dbspace '%1' by requested amount" 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.

Click here for a list of possible parameters and odbc states.

2794 Error WW084 -1122L "Exceeded maximum of '%1' allowable parameters" The maximum allowable parameters for the given web client procedure or function has been exceeded .

Click here for a list of possible parameters and odbc states.

2795 Error WW085 -1123L "Invalid mime type '%1'" The mime type specifier is invalid.

Click here for a list of possible parameters and odbc states.

2796 Error WC014 -1124L "The dbicu library and server versions do not match." 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.

Click here for a list of possible parameters and odbc states.

2797 Error 42W39 -1125L "Conflicting INSTEAD OF trigger and WITH CHECK OPTION on view '%1'" 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.

Click here for a list of possible parameters and odbc states.

2798 Error 42W3A -1126L "Operation failed because table or view '%1' has an INSTEAD OF trigger" 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).

Click here for a list of possible parameters and odbc states.

2799 Error 42W3B -1127L "Positioned update operation attempted on a view with an INSTEAD OF trigger" 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.

Click here for a list of possible parameters and odbc states.

2800 Error WE010 -1128L "Start date/time for non-recurring event '%1' is in the past" You have specified an event starting date or time that has already passed, and the event is not recurring.

Click here for a list of possible parameters and odbc states.

2801 Error WW086 -1129L "The '%1' attribute contains mismatched parentheses within '%2'" The value of the attribute is not valid due to mismatched parenthesis (or possibly braces if specifying a port option).

Click here for a list of possible parameters and odbc states.

2802 Error WW087 -1130L "The '%1' attribute is missing a comma within '%2'" The value of the attribute is not valid due to a missing comma.

Click here for a list of possible parameters and odbc states.

2803 Error WW088 -1131L "The attribute '%1' sets an option '%2' that is incompatible with '%3'" The options specified for this attribute are not compatible.

Click here for a list of possible parameters and odbc states.

2804 Error WW089 -1132L "Maximum row size for table '%1' would be exceeded" You tried to create or alter a table with a maximum row size greater than 64KB. 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 64KB.

Click here for a list of possible parameters and odbc states.

2805 Error 42W3C -1133L "Invalid trigger type for view '%1'" 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.

Click here for a list of possible parameters and odbc states.

2806 Error 42W3D -1134L "Triggers cannot be created on materialized view '%1'" You attempted to create a trigger on a materialized view. A materialized view is not a valid target for a trigger.

Click here for a list of possible parameters and odbc states.

2807 Error 42WE1 -1331L "The function '%1' requires the use of the '%2' clause" You have attempted to invoke the specified function without the use of a mandatory SQL clause within the context of the function. Note that the function may have been used directly in the query or indirectly within a named window.

Click here for a list of possible parameters and odbc states.

2808 Error 2201B -1135L "Invalid regular expression: %1 in '%2'" The specified regular expression is invalid.

Click here for a list of possible parameters and odbc states.


Created May 6, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com