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 |
|---|---|---|---|---|---|
| -1258L | Error | 2941 | 42WD2 | "'<' or '<=' operator can only be used in the event condition with this event type" | Event of this type can be defined with a condition having < or <= operator only. Click here for a list of possible parameters and odbc states. |
| -1259L | Error | 2942 | 08W92 | "Hash error: %1" | An error occurred during hashing. Click here for a list of possible parameters and odbc states. |
| -1260L | Error | 2944 | 0A002 | "This server is not licensed to support the '%1' feature" | You attempted to carry out an operation or use a feature that is not licensed in this edition of SQL Anywhere. Click here for a list of possible parameters and odbc states. |
| -1261L | Error | 2945 | 0A003 | "This server is not licensed to support '%1' connections" | You attempted to use a connection protocol or API that is not licensed in this edition of SQL Anywhere. Click here for a list of possible parameters and odbc states. |
| -1262L | Error | 2946 | 0A004 | "This edition of SQL Anywhere is not available on this platform" | This edition of SQL Anywhere is not available on this platform. You must use a different license key to use SQL Anywhere on this platform. Click here for a list of possible parameters and odbc states. |
| -1263L | Error | 2950 | WE014 | "Event notification queue '%1' not found" | The named event notification queue was not found. The operation failed. Click here for a list of possible parameters and odbc states. |
| -1264L | Error | 2951 | WE015 | "Event object name '%1' is not valid" | The given name is not valid for an event object (notification queue or user event). Names are limited in length to 32 characters (bytes), and cannot contain certain characters such as '*' or '@'. Click here for a list of possible parameters and odbc states. |
| -1265L | Error | 2952 | WE016 | "Event object named '%1' already exists" | An event object (notification queue or user event) with the given name already exists. Click here for a list of possible parameters and odbc states. |
| -1266L | Error | 2953 | WE017 | "No notification within timeout on queue '%1'" | The pending get-notification operation has timed out. No notification arrived before the given timeout elapsed. Click here for a list of possible parameters and odbc states. |
| -1267L | Error | 2954 | WE018 | "Event parameter '%1' not found" | The named event parameter was not found in the event notification. Click here for a list of possible parameters and odbc states. |
| -1268L | Error | 2955 | 42WCB | "The materialized view cannot be changed to immediate because its definition contains an illegal construct." | You attempted to change the refresh type to immediate for a materialized view whose definition contains an illegal construct. Click here for a list of possible parameters and odbc states. |
| -1269L | Error | 2956 | 42WCC | "Service statement definition is invalid or unsupported" | Either the statement provided is invalid or it is unsupported within the context of a service. Click here for a list of possible parameters and odbc states. |
| -1270L | Error | 2957 | 42WD3 | "Must own table '%1' to make an immediate view reference it" | You have attempted to change the refresh type of a materialized view to immediate and the view references a table that is not owned by you. To perform this operation, you must either own all the tables referenced by the materialized view or have DBA privileges. Click here for a list of possible parameters and odbc states. |
| -1271L | Error | 2958 | 0AW23 | "Synchronization download failed to complete" | You attempted to synchronize an UltraLite database. During the synchronization session, an incomplete download stream was received from the consolidated database. The reason for the upload failure can be found in the synchronization log file. Click here for a list of possible parameters and odbc states. |
| -1272L | Error | 2959 | 0AW24 | "Synchronization is already in progress" | You attempted to synchronize an UltraLite database but this database is being synchronized on another thread. Click here for a list of possible parameters and odbc states. |
| -1273L | Error | 2960 | 0EW00 | "Table '%1' has no columns" | You attempted to create a table without columns. Click here for a list of possible parameters and odbc states. |
| -1274L | Error | 2961 | 0EW01 | "Index '%1' has no columns" | You attempted to create an index without columns. Click here for a list of possible parameters and odbc states. |
| -1275L | Error | 2962 | 54W52 | "Invalid domain '%1'" | You attempted to create an invalid domain. The size/scale/precision is invalid. Click here for a list of possible parameters and odbc states. |
| -1276L | Error | 2963 | 55W34 | "Configuration cannot not be modified while in use" | You attempted to modify a configuration object that is in use by an open connection. Click here for a list of possible parameters and odbc states. |
| -1277L | Error | 2964 | WW229 | "Parameter '%1' cannot be null" | The specified parameter cannot be null. Click here for a list of possible parameters and odbc states. |