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 |
|---|---|---|---|---|---|
| WC010 | Error | 2742 | -1073L | "'%1' cannot be used as the NCHAR collation: only UCA and UTF8BIN may be used" | The specified collation cannot be used as the NCHAR collation. NCHAR always uses UTF-8, so the collation must be either UCA or UTF8BIN. Click here for a list of possible parameters and odbc states. |
| WC011 | Error | 2744 | -1075L | "Failed to convert from character set '%1' to '%2'" | The server failed to convert between the two specified character sets. This could happen when the dbicu and dbicudt DLLs are not installed. Click here for a list of possible parameters and odbc states. |
| WC012 | Error | 2745 | -1076L | "dbicu libraries are required but not installed" | The server is unable to load ICU components that are required by this database. Ensure that the dbicu and dbicudt DLLs are installed. Click here for a list of possible parameters and odbc states. |
| WC013 | Error | 2787 | -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. |
| WC014 | Error | 2796 | -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. |
| WC015 | Error | 2813 | -1140L | "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. |
| WC016 | Error | 2814 | -1141L | "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. |
| WC017 | Error | 2818 | -1144L | "'%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. |
| WE001 | Error | 2418 | -771L | "Event '%1' not found" | You have attempted to reference an event with a name that does not exist in the database. Click here for a list of possible parameters and odbc states. |
| WE002 | Error | 2419 | -772L | "Event '%1' already exists" | You have attempted to create an event with a name that already exists in the database. Click here for a list of possible parameters and odbc states. |
| WE003 | Error | 2420 | -773L | "Schedule '%1' for event '%2' not found" | You have attempted to reference a schedule with a name that does not exist in the database for the named event. Click here for a list of possible parameters and odbc states. |
| WE004 | Error | 2421 | -774L | "Schedule '%1' for event '%2' already exists" | You have attempted to create a schedule with a name that already exists in the database for the named event. Click here for a list of possible parameters and odbc states. |
| WE005 | Error | 2438 | -791L | "Invalid day of week or month '%1' for event '%2'" | You have attempted to create a schedule with an invalid day-of-week name or day-of-month number. Click here for a list of possible parameters and odbc states. |
| 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 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. |