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 |
|---|---|---|---|---|---|
| -1136L | Error | 2809 | 2200C | "Invalid use of escape character '%1'" | The specified escape character cannot be used. Click here for a list of possible parameters and odbc states. |
| -1137L | Error | 2810 | 2200B | "Escape character conflict '%1'" | The specified escape character cannot be used. Click here for a list of possible parameters and odbc states. |
| -1138L | Error | 2811 | WW090 | "The mirror '%1' does not match database '%2'" | 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. Click here for a list of possible parameters and odbc states. |
| -1139L | Error | 2812 | 0AW18 | "The remote data access feature is not supported on this platform" | You attempted to use a remote data access feature; however, remote data access is not supported on this platform. Click here for a list of possible parameters and odbc states. |
| -1140L | Error | 2813 | WC015 | "Unable to start database \"%1\": CHAR collation or tailoring not supported on this platform" | The specified CHAR collation is not supported on the current platform. Click here for a list of possible parameters and odbc states. |
| -1141L | Error | 2814 | WC016 | "Unable to start database \"%1\": NCHAR collation or tailoring not supported on this platform" | The specified NCHAR collation is not supported on the current platform. Click here for a list of possible parameters and odbc states. |
| -1142L | Error | 2815 | 57W04 | "Use of statement '%1', which requires feature '%2', is not allowed" | You have attempted to use a statement which requires a feature that was disabled by the server administrator when the database server was started. Click here for a list of possible parameters and odbc states. |
| -1143L | Error | 2816 | 55W27 | "Encryption has not been enabled." | You attempted to use encryption without first enabling it. Call ULEnableAesDBEncryption or ULEnableAesFipsDBEncryption to enable encryption. Click here for a list of possible parameters and odbc states. |
| -1144L | Error | 2818 | WC017 | "'%1' cannot be used as the encoding specification for '%2' data" | The specified encoding cannot be used for interpreting the given data. For CHAR data, the encoding must be the database's CHAR character encoding and for NCHAR data, it must be the database's NCHAR character encoding. Click here for a list of possible parameters and odbc states. |
| -1145L | Error | 2819 | 08W97 | "Unable to connect: The server did not accept the requested encryption type" | The server only accepts certain encryption types, and the connection's encryption type is not one of the accepted types. The -ec server option is used to configure the encryption types that the server accepts. Click here for a list of possible parameters and odbc states. |
| -1146L | Error | 2820 | WL009 | "LOAD TABLE not allowed on temporary table which has foreign key references from another table" | The LOAD TABLE statement removes all rows in a temporary table upon failure. If a temporary table being loaded caused an error then the foreign rows would be orphaned. Click here for a list of possible parameters and odbc states. |
| -1147L | Error | 2821 | 08W98 | "Database '%1' cannot be started on this platform. See http://ianywhere.com/developer/product_manuals/sqlanywhere/notes/en/endian_corruption_warning.html" | It was determined that the database may be corrupt. More information and instructions on how to proceed are available at: http://ianywhere.com/developer/product_manuals/sqlanywhere/notes/en/endian_corruption_warning.html Click here for a list of possible parameters and odbc states. |
| -1148L | Error | 2824 | 0AW19 | "Feature not supported by the client version or the client interface" | You have attempted to use a feature which the server supports but the client does not. To use the feature, you must upgrade the client library or use a different client interface. Some features are not supported by the jConnect or Open Client client interfaces. Click here for a list of possible parameters and odbc states. |
| -1149L | Error | 2825 | 08W99 | "Database '%1' cannot be started on this platform. See http://ianywhere.com/developer/product_manuals/sqlanywhere/notes/en/endian_cant_change_platform.html" | It was determined that the database cannot be started on the current platform because doing so could possibly cause an endian related database file corruption. It will continue to start without problems on a platform with the opposite endian. More information and instructions on how to proceed are available at: http://ianywhere.com/developer/product_manuals/sqlanywhere/notes/en/endian_cant_change_platform.html Click here for a list of possible parameters and odbc states. |
| -1150L | Error | 2826 | WW091 | "The SQL scripts DLL cannot be loaded" | The SQL scripts DLL cannot be loaded. The DLL might be missing or the version found might not match the version of the database server being used. Click here for a list of possible parameters and odbc states. |
| -1151L | Error | 2827 | WL010 | "The logging type ( '%1' ) specified is invalid, not supported or incompatible" | The logging type specified for LOAD TABLE is not supported for the version of the database being used, is incompatible with other specifications of the statement or is not supported for the specific table being loaded into. Click here for a list of possible parameters and odbc states. |
| -1152L | Error | 2828 | 08WA0 | "Password has expired" | You attempted to connect using a valid user ID, but with an expired password. You can change your password by supplying the NewPassword connection parameter along with the current expired password. Click here for a list of possible parameters and odbc states. |
| -1153L | Error | 2829 | 08WA1 | "Password has expired but cannot be changed because the database is read-only" | You attempted to connect to a read-only database using a valid user ID, but with an expired password. The password cannot be changed unless the database is started without the -r option on the database server command line. Removing -r will permit modifications to the database. Click here for a list of possible parameters and odbc states. |
| -1154L | Error | 2830 | 55W28 | "Traced query (%1, %2) does not exist" | You attempted to generate a graphical plan for a query saved by diagnostic tracing, identified by a logging_session_id and query ID. However, no such query exists in this database. If it was traced, it was sent to a different database. Click here for a list of possible parameters and odbc states. |
| -1155L | Error | 2831 | WL011 | "Unable to close the cursor on table \"%1\". LOAD TABLE cannot be executed." | You cannot perform LOAD TABLE on a temporary table that has an open cursor on it. An attempt to close the cursor failed. A failed LOAD TABLE would cause all of the rows in the temporary table to be deleted thereby invalidating the cursor. Click here for a list of possible parameters and odbc states. |