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 |
|---|---|---|---|---|---|
| -1075L | Error | 2744 | WC011 | "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. |
| -1076L | Error | 2745 | WC012 | "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. |
| -1077L | Error | 2746 | 42WBC | "Cannot use materialized view '%1' because it has not yet been initialized" | You attempted to use a materialized view but it has not yet been initialized. In order for a materialized view to become available for first use after being created or enabled, it must be initialized at least once using the REFRESH MATERIALIZED VIEW statement. Click here for a list of possible parameters and odbc states. |
| -1078L | Error | 2747 | 42WBD | "Cycle in computed column dependencies" | The table has a cycle in the dependencies between its computed columns. Cycles are not allowed. Click here for a list of possible parameters and odbc states. |
| -1079L | Error | 2748 | WB017 | "Backup is unable to open database file '%1'" | The database file cannot be opened by the backup. It may have been erased or otherwise corrupted. Click here for a list of possible parameters and odbc states. |
| -1080L | Error | 2749 | 42WBE | "Cannot revoke these permissions while user '%1' is actively replicating transactions" | You attempted to revoke permissions from a user while there are transactions currently being replicated for that user. This is not allowed. Click here for a list of possible parameters and odbc states. |
| -1081L | Error | 2750 | 55W24 | "Could not refresh tracing: at least one enabled tracing level must be specified" | Table sa_diagnostic_tracing_level contains no rows (tracing levels) or no tracing levels are enabled. Click here for a list of possible parameters and odbc states. |
| -1082L | Error | 2751 | WW066 | "Could not refresh tracing: invalid tracing specification on sa_diagnostic_tracing_level row %1" | You specified an invalid combination of values for the tracing level. Some invalid combinations are: specified condition is not valid for the tracing type, or specified tracing type is not valid for the scope. Click here for a list of possible parameters and odbc states. |
| -1083L | Error | 2752 | WW067 | "Could not refresh tracing: failed to find object %1 on row %2" | You misspelled the object name, or you did not qualify the name with user (and, possibly, table) name. For example, you might have referred to Employees instead of "DBA"."Employees", or you might have referred to Employees_trigger instead of "DBA"."Employees"."Employees_trigger". Click here for a list of possible parameters and odbc states. |
| -1084L | Error | 2753 | 57W02 | "Use of feature '%1' is not allowed" | You have attempted to use 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. |
| -1085L | Error | 2754 | 42WC0 | "Duplicate key column (%1)" | You supplied a duplicate column name in the list of columns for the key of a primary key, foreign key, or unique constraint, or an index. Click here for a list of possible parameters and odbc states. |
| -1086L | Error | 2755 | 42Z00 | "Write access was denied" | A write attempt to an UltraLite database in read-only mode was denied. Note that UltraLite databases cannot be modified while sending an upload to MobiLink. Click here for a list of possible parameters and odbc states. |
| -1087L | Error | 2756 | WW068 | "Could not refresh tracing: volatile_statistics have to be collected in order for %1 specified on row %2 to be collected" | Volatile statistics have to be collected in order for the non-volatile and connection statistics to be collected. Click here for a list of possible parameters and odbc states. |
| -1088L | Error | 2757 | WW069 | "ATTACH TRACING TO LOCAL DATABASE cannot be used with a strongly encrypted database" | The local database is strongly encrypted, so you cannot use the LOCAL DATABASE clause of the ATTACH TRACING statement. You must specify a connection string with the encryption key for the database. Click here for a list of possible parameters and odbc states. |
| -1089L | Error | 2758 | 52W26 | "Invalid commit action for shared temporary table" | A global shared temporary table must be declared as ON COMMIT PRESERVE ROWS or NOT TRANSACTIONAL. Click here for a list of possible parameters and odbc states. |
| -1090L | Error | 2759 | 08W94 | "Function '%1' has invalid parameter '%2' ('%3')" | An error occurred while evaluating a parameter. Click here for a list of possible parameters and odbc states. |
| -1091L | Error | 2760 | 23508 | "Constraint '%1' violated: Invalid value in table '%2'" | You attempted an insert or update that violates a CHECK constraint. A CHECK constraint is violated if it evaluates to FALSE; it is deemed to hold if the condition evaluates to TRUE or UNKNOWN. Click here for a list of possible parameters and odbc states. |
| -1092L | Error | 2762 | 0A001 | "The method you attempted to invoke was not enabled for your application" | You attempted to call a method or use a feature that has not been enabled. In UltraLite, features are enabled using ULEnable functions or by using ULInitDatabaseManager instead of ULInitDatabaseManagerNoSQL. Click here for a list of possible parameters and odbc states. |
| -1093L | Error | 2763 | 54W09 | "The size of the character column, variable, or value data type exceeds 32767" | The declaration or conversion has specified a character type with byte length greater than 32767. Click here for a list of possible parameters and odbc states. |
| -1094L | Error | 2764 | WW070 | "The HTTP header '%1' is reserved and cannot be modified" | The specified HTTP header is reserved and cannot be modified. Click here for a list of possible parameters and odbc states. |