Messages 1116 through 1135

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

SQL Code Msg Type Number SQL State Message Possible Cause
-1116L Error 2787 WC013 "Collation '%1' not supported on this platform" The specified collation is not supported on the current platform.

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

-1117L Error 2789 WW083 "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.

-1118L Error 2790 0AW17 "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.

-1119L Error 2791 42WC2 "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.

-1120L Error 2792 55W26 "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.

-1121L Error 2793 57W03 "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.

-1122L Error 2794 WW084 "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.

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

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

-1124L Error 2796 WC014 "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.

-1125L Error 2797 42W39 "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.

-1126L Error 2798 42W3A "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.

-1127L Error 2799 42W3B "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.

-1128L Error 2800 WE010 "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.

-1129L Error 2801 WW086 "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.

-1130L Error 2802 WW087 "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.

-1131L Error 2803 WW088 "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.

-1132L Error 2804 WW089 "Maximum row size for table '%1' would be exceeded" 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.

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

-1133L Error 2805 42W3C "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.

-1134L Error 2806 42W3D "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.

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

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


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