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 |
---|---|---|---|---|---|
-923L | Error | 2588 | 57015 | "Too many recursive iterations" | A recursive query ran for more iterations than allowed by the current max_recursive_iterations option setting. Click here for a list of possible parameters and odbc states. |
-924L | Error | 2582 | 55W15 | "Service '%1' in use" | You have attempted to drop a service that is currently in use. Click here for a list of possible parameters and odbc states. |
-925L | Error | 2589 | 42W95 | "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. |
-926L | Error | 2590 | 42W9B | "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. |
-927L | Error | 2591 | 42W9C | "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. |
-928L | Error | 2592 | 42W9D | "Constant expressions must not appear in GROUP BY clause" | You used a constant in the GROUP BY clause. Constants must not appear in the GROUP BY clause for a query. References to columns in a view that are constant are permitted in a GROUP BY clause. Also, expressions that use a view column that is constant are permitted. Click here for a list of possible parameters and odbc states. |
-929L | Error | 2593 | 42U04 | "Constraint '%1' not found" | You misspelled the name of a constraint, or the constraint you are looking for is on a different table. Click here for a list of possible parameters and odbc states. |
-930 | Error | 2594 | 42U05 | "Attempt to alter unnamed column constraint when named constraints exist" | You have asked for an unnamed column constraint to be altered, but there is at least one named constraint. Click here for a list of possible parameters and odbc states. |
-931L | Error | 2595 | 42W9E | "Service definition requires a statement when authorization is off" | The service definition for the specified service type requires a statement to be specified when authorization is set to Off. Click here for a list of possible parameters and odbc states. |
-933L | Error | 2597 | 0AQ48 | "A log is required for IQ databases" | IQ databases require the use of a transaction log file. Click here for a list of possible parameters and odbc states. |
-934L | Error | 2598 | 08W67 | "Unable to start specified database: Server must be upgraded to start database %1" | The database server was unable to start the database since the database version is newer than the server version. The server must be upgraded to at least the version of the database to be able to start the database. Click here for a list of possible parameters and odbc states. |
-935L | Error | 2599 | 08W68 | "Unable to start specified database: Log file error" | The database server was unable to start the database since the log file is missing, for a different database, or some other reason. Check the server messages window for more details. Click here for a list of possible parameters and odbc states. |
-936L | Error | 2600 | 54W02 | "Too many constraints in database" | An attempt to create a new constraint failed because the corresponding system table is full. Reloading the database will reclaim any unused space. Click here for a list of possible parameters and odbc states. |
-937L | Error | 2601 | 42U06 | "Invalid reference to or operation on constraint '%1'" | You specified an invalid operation on a constraint. For example, you tried to alter a primary key constraint. Click here for a list of possible parameters and odbc states. |
-938L | Error | 2602 | 42WA0 | "Recursion is not allowed without the RECURSIVE keyword" | The common table expressions for a recursive query must be defined using a WITH RECURSIVE clause. Click here for a list of possible parameters and odbc states. |
-939L | Error | 2603 | 42W83 | "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. |
-940L | Error | 2604 | 42W84 | "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. |
-941L | Error | 2605 | 08W69 | "jConnect does not support encryption" | You supplied an encryption type for a connection using jConnect. jConnect does not support encryption. Click here for a list of possible parameters and odbc states. |
-942L | Error | 2606 | WW029 | "A workload capture (%1) is already in progress" | You have tried to initiate a workload capture when one is already in progress. You need to wait for the other capture to complete. Click here for a list of possible parameters and odbc states. |
-943L | Error | 2607 | WW030 | "No workload capture currently exists" | You have tried to stop, pause, resume, or get the status of a workload capture, but no workload captures exist. Click here for a list of possible parameters and odbc states. |