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 |
|---|---|---|---|---|---|
| 42W7A | Error | 2913 | -1234L | "Dbspace file with name or path '%1' already exist." | Error code to use for catalog update errors in IQ code. Click here for a list of possible parameters and odbc states. |
| 42W80 | Error | 2968 | -1281L | "Another connection has the row in '%1' locked" | You attempted modify or delete a row that is locked by another connection. The row will be unlocked once that connection commits or rolls back. Click here for a list of possible parameters and odbc states. |
| 42W82 | Error | 2560 | -896L | "Cannot delete PUBLIC option '%1' since user settings exist" | You tried to delete a PUBLIC option, but there are user settings for the same option. The user settings must be deleted before the PUBLIC option is deleted. Click here for a list of possible parameters and odbc states. |
| 42W83 | Error | 2603 | -939L | "Invalid setting for HTTP option '%1'" | You supplied an invalid value for an HTTP option. Some options allow only numeric values, while other options allow only the values On and Off. Click here for a list of possible parameters and odbc states. |
| 42W84 | Error | 2604 | -940L | "Invalid setting for HTTP header '%1'" | You supplied an invalid value for an HTTP header. Click here for a list of possible parameters and odbc states. |
| 42W85 | Error | 2722 | -1053L | "'%1' is an invalid value for '%2'" | You supplied an invalid value for an option. Some options only allow numeric values and some options only allow true or false. Also, many options do not permit the empty string as a value. Click here for a list of possible parameters and odbc states. |
| 42W86 | Error | 2785 | -1114L | "Invalid setting for SOAP header '%1'" | You supplied an invalid value for a SOAP header. Click here for a list of possible parameters and odbc states. |
| 42W90 | Error | 2570 | -904L | "Illegal ORDER BY in aggregate function" | An ORDER BY can be used in an aggregate function only if there are no DISTINCT aggregates in the select list, or there is a single DISTINCT aggregate with the DISTINCT column equal to the first column of the ORDER BY. Also, multiple ordered aggregates cannot be used in the same select list unless they have the exact same ORDER BY clause. Click here for a list of possible parameters and odbc states. |
| 42W91 | Error | 2578 | -913L | "A transaction log file is required for auditing" | This database is running without a transaction log file. You must use the Transaction Log utility (dblog) to create a transaction log file before using auditing. Click here for a list of possible parameters and odbc states. |
| 42W92 | Error | 2580 | -915L | "Service type required for CREATE SERVICE" | The CREATE SERVICE statement requires a service type to be specified. Click here for a list of possible parameters and odbc states. |
| 42W93 | Error | 2579 | -914L | "Cycle in common table expression references" | Cycles involving multiple common table expressions are not allowed. Click here for a list of possible parameters and odbc states. |
| 42W94 | Error | 2581 | -916L | "'%1' is an unrecognized service type" | An unrecognized service type was specified. Click here for a list of possible parameters and odbc states. |
| 42W95 | Error | 2589 | -925L | "Invalid service name '%1'" | You have attempted to create a service with an invalid name. The name may contain characters that are not allowed, or it may conflict with the URL PATH setting specified for the service. Click here for a list of possible parameters and odbc states. |
| 42W96 | Error | 2583 | -918L | "A user name must be specified if AUTHORIZATION is Off" | A valid user name must be specified if AUTHORIZATION is Off. Click here for a list of possible parameters and odbc states. |
| 42W97 | Error | 2584 | -919L | "Service '%1' already exists" | You have attempted to create a service with a name that already exists in the database. Click here for a list of possible parameters and odbc states. |
| 42W98 | Error | 2585 | -920L | "Service '%1' not found" | You have attempted to reference a service with a name that does not exist in the database. Click here for a list of possible parameters and odbc states. |
| 42W99 | Error | 2586 | -921L | "Invalid recursive query" | A recursive query must consist of the UNION ALL of an initial query and an iteration query. The only set operation allowed in the iteration query is UNION ALL. A recursive reference to the name of the common table expression can only appear in the iteration query, and must not be in a SELECT that uses DISTINCT, ORDER BY, or an aggregate function. A recursive reference also cannot appear on the NULL-supplying side of an outer join, or in a subquery. Click here for a list of possible parameters and odbc states. |
| 42W9A | Error | 2587 | -922L | "No column list for recursive query" | A common table expression defining a recursive query must have a column list. Click here for a list of possible parameters and odbc states. |
| 42W9B | Error | 2590 | -926L | "Host variable reference in service definition must be named" | You have attempted to create a service with an unnamed host variable reference. Click here for a list of possible parameters and odbc states. |
| 42W9C | Error | 2591 | -927L | "Service statement definition is inconsistent with service type" | Either no statement was provided for a service whose type requires one, or a statement was provided when the service type does not allow one to be defined. Click here for a list of possible parameters and odbc states. |