Messages 2779 through 2798

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
2779 Error WW078 -1108L "Unable to access the file system on the device" On a Palm device, you have tried to utilize the VFS file system, but that feature has not been enabled on the device.

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

2780 Error WW079 -1109L "Unable to perform requested operation since this database uses keyless encryption" The operation you requested on the encryption key failed since the UltraLite database uses keyless encryption. This can occur when you try to change the encryption key for a database that uses keyless encryption (obfuscation for example).

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

2781 Error WW080 -1110L "UltraLite cannot synchronize because a synchronization is already running" You attempted to synchronize an UltraLite database which is already synchronizing. You must wait until the current synchronization completes before starting another. UltraLite allows most operations to run concurrently with synchronization, but only a single synchronization can be active at a time. This is generally caused by two different threads attempting a synchronize call or statement at the same time.

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

2782 Error WW081 -1111L "Information for synchronization was not provided" You must supply information for synchronization in the synchronization call.

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

2783 Error WW082 -1112L "Specified file system volume not found for database '%1'" The file system volume you specified in the database file name was not found. Check the volume name or ordinal.

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

2784 Error 42WBF -1113L "Correlation name '%1' is not valid for use with the ROWID function" The correlation name used was not valid for the ROWID function. Only the correlation names of base tables, temporary tables, global temporary tables or proxy tables may be used with the ROWID function. The argument of a ROWID function should not refer to a view, derived table, common table expression, or a procedure.

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

2785 Error 42W86 -1114L "Invalid setting for SOAP header '%1'" You supplied an invalid value for a SOAP header.

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

2786 Error 42WC1 -1115L "Table '%1' contains an invalid reference to the ROWID function" The ROWID function cannot be used in a computed column expression or in a CHECK constraint.

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

2787 Error WC013 -1116L "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.

2788 Warning 01WC4 201L "The ICU collation '%1' has defaulted to another collation" The specified ICU collation is not available. Another collation was substituted, which may or may not produce suitable results. Due to the structure of ICU, the collation that was used is not known, but was the best alternative to the specified collation. If this database is used on another platform, a different collation may be chosen and the operation may generate different results.

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

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.


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