Messages on this page are sorted by SQLSTATE. Locate the appropriate code in the table below, and click the link for a full description of the message.
| SQL State | Msg Type | Number | SQL Code | Message | Possible Cause |
|---|---|---|---|---|---|
| WE006 | Error | 2439 | -792L | "Invalid time '%1' for event '%2'" | You have attempted to create a schedule with an invalid start or stop time. Click here for a list of possible parameters and odbc states. |
| WE007 | Error | 2440 | -793L | "Invalid start date/time for event '%1'" | You have specified an event starting date that is invalid. Click here for a list of possible parameters and odbc states. |
| WE008 | Error | 2453 | -806L | "System event type '%1' not found" | You have attempted to create an event with a system event type name that does not exist in the database. Click here for a list of possible parameters and odbc states. |
| WE009 | Error | 2482 | -835L | "Event '%1' in use" | You have attempted to drop an event that is currently in use. Click here for a list of possible parameters and odbc states. |
| WE010 | Error | 2800 | -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. |
| WE011 | Warning | 2947 | 146L | "Event notification queue '%1' is full, notification discarded" | The named queue is full and will not receive any event notifications until notifications are read from the queue. The pending notification has been discarded. Click here for a list of possible parameters and odbc states. |
| WE012 | Warning | 2948 | 147L | "Event notifications lost on queue '%1'" | Event notifications have been lost on the named queue. This behavior occurs if there are pending notifications when the queue is destroyed. The notifications are discarded. Click here for a list of possible parameters and odbc states. |
| WE013 | Warning | 2949 | 148L | "Event notification queue '%1' not found warning" | The named event notification queue was not found. The operation will be skipped. Click here for a list of possible parameters and odbc states. |
| WE014 | Error | 2950 | -1263L | "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. |
| WE015 | Error | 2951 | -1264L | "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. |
| WE016 | Error | 2952 | -1265L | "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. |
| WE017 | Error | 2953 | -1266L | "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. |
| WE018 | Error | 2954 | -1267L | "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. |
| WI002 | Error | 2862 | -1185L | "Index validation failed for table %1, index %2 with code: %3" | UltraLite database validation failed while validating the specified index. The code provides more specific information on the validation failure. Click here for a list of possible parameters and odbc states. |
| WI003 | Error | 2863 | -1186L | "Database page validation failed with code: %1" | UltraLite database validation failed while validating the database pages. The code provides more specific information on the validation failure. Click here for a list of possible parameters and odbc states. |
| WI004 | Error | 2208 | -311L | "Internal rollback log corrupted" | While processing a COMMIT or ROLLBACK, corruption was found in the internal rollback log. This is a fatal internal error. Click here for a list of possible parameters and odbc states. |
| WI005 | Error | 2120 | -189L | "Unable to find in index '%1' for table '%2'" | This is an internal error. If it can be reproduced, it should be reported to iAnywhere. You should be able to work around the error by dropping and recreating the index. Click here for a list of possible parameters and odbc states. |
| WI006 | Error | 2260 | -503L | No message | No additional information available. Click here for a list of possible parameters and odbc states. |
| WI008 | Error | 2261 | -504L | No message | No additional information available. Click here for a list of possible parameters and odbc states. |
| WI009 | Error | 2288 | -662L | "Cannot serialize Java object with class '%1'" | The Java object cannot be serialized as a persistent database column. Click here for a list of possible parameters and odbc states. |