| 
|  | » |  | 
 |  | |  |  |  | 
 2420 MESSAGEINSERT rejected: Values do not match number of columns. (DBERR 2420)CAUSEThe number of values in the INSERT statement exceeded the
number of columns in the INSERT list or the number of select list items did not match the number of
columns in the insert list.ACTIONIssue the INSERT statement again, specifying a valid number
of columns. Use the INFO command to get a list of columns in the
table.
2421 MESSAGEColumn number exceeds number of SelectList items. (DBERR 2421)CAUSEThe ORDER BY clause contained a number greater than the
number of select list items.ACTIONIssue the SELECT statement again, specifying no
more columns in the ORDER BY clause than in the select list. Refer
to the ALLBASE/SQL Reference Manual for additional
information on the SELECT statement.
2422 MESSAGERange violation on value !. Valid range is ! - !. (DBERR 2422)CAUSEThe source constant number in the query was out
of its valid range or a host variable was not defined or one of the values in a format node was out of range.ACTIONCorrect your query so that the source constant is
within the valid range or make sure that the host variable has been declared or in Pascal or C programs, check the value you specified for data
types in the dynamic format nodes of SQLDA.
2423 MESSAGENumber of Selects in command exceeds maximum !. (DBERR 2423)CAUSEThe maximum number of Selects in a command has been exceeded.ACTIONIssue the command again, specifying the maximum number
or fewer.
2424 MESSAGESelectList counts are not equal in UNION command. (DBERR 2424)CAUSEThe number of columns in the individual select lists
in the UNION command are not the same.ACTIONIssue the command again with an equal number of columns
in the select lists.
2425 MESSAGEUNION operation disallowed within a Nested Query. (DBERR 2425)CAUSEYou tried to include a UNION operation in a nested
query.ACTIONUNION of two nested queries is allowed but UNION cannot
be within a nested query.
2426 MESSAGETuple size exceeds maximum for UNION command ! bytes. (DBERR 2426)CAUSEYour select list size is greater than the maximum currently
allowed for a UNION command.ACTIONRe-issue the command with a valid tuple size.
2428MESSAGESort length of UNION exceeds maximum allowed ! bytes. (DBERR 2428)CAUSEThe UNION command specifies a number of columns whose
total sort tuple length exceeds the maximum allowable.ACTIONIssue the command again, specifying no more than
the maximum sort tuple length. Refer to the ALLBASE/SQL Reference Manual for additional information on the SELECT statement.
2429MESSAGESort length of ORDER BY/GROUP BY/DISTINCT/UNION exceeds maximum
allowed ! bytes. (DBERR 2429)CAUSEThe ORDER BY, GROUP BY, DISTINCT, or UNION clause
of the SELECT statement specifies a number of columns whose total
sort tuple length exceeds the maximum allowable.ACTIONIssue the command again, specifying no more than
the maximum length of the sort tuple. Refer to the ALLBASE/SQL Reference
Manual for additional information on the SELECT statement.
The maximum sort tuple size can be calculated from the formula presented
in Appendix A of the ALLBASE/SQL Database Administration
Guide.
2430 MESSAGEInvalid decimal precision ! - Allowed range is ! - !. (DBERR 2430)CAUSEThe decimal precision you specified was not within
the valid range.ACTIONRefer to the ALLBASE/SQL Reference Manual for
valid decimal precision.
2431 MESSAGEInvalid decimal column - Scale ! exceeds precision !. (DBERR 2431)CAUSEThe decimal scale was greater than the precision
value.ACTIONRefer to the ALLBASE/SQL Reference Manual for
valid decimal numbers.
2432 MESSAGEInvalid float precision !- Allowed range is ! - !. (DBERR 2432)CAUSEThe float precision you specified was not within
the valid range.ACTIONRefer to the ALLBASE/SQL Reference Manual for
valid float precision.
2433MESSAGESort length of sort merge join exceeds maximum allowed ! bytes. (DBERR 2433)CAUSEThe sort merge join query specifies a number of
columns whose total sort tuple length exceeds the maximum allowable.ACTIONIssue the command again, specifying no more than
the maximum length of the sort tuple. Refer to the ALLBASE/SQL Reference Manual for additional information on the SELECT statement.
2434MESSAGEInvalid section number. Valid range is ! - !. (DBERR 2434)CAUSEYour command included a value that was invalid.
The first parameter in the error message indicates the value that was
invalid. The second and third parameters give you the valid range.ACTIONRe-issue your command, specifying a value within
the valid range.
2435MESSAGEInvalid transaction priority. Valid range is ! - !. (DBERR 2435)CAUSEYou issued a BEGIN WORK with an invalid priority option.ACTIONReissue the BEGIN WORK with a priority within the valid
range.
2436MESSAGEInvalid decimal parameter - Scale ! exceeds
precision !. (DBERR 2436)CAUSEThe decimal scale was greater than the precision
value.ACTIONRefer to the "Data Types" chapter in the ALLBASE/SQL Reference Guide for complete information about valid decimal values.
2437MESSAGEInvalid decimal result - Scale ! exceeds precision !. (DBERR 2437)CAUSEThe scale specified was greater than the precision specified
for a procedure result column.ACTIONIssue the CREATE PROCEDURE statement again, specifying
a valid decimal result type. Refer to the ALLBASE/SQL Reference
Manual for valid decimal data type specifications.
2438MESSAGELength of result ! in procedure !.! exceeds ! bytes. (DBERR 2438)CAUSEThe number of bytes you specified for a procedure
result column exceeded the maximum allowed.ACTIONIssue the CREATE PROCEDURE statement again, specifying
a number of bytes no greater than the maximum.
2439MESSAGELength of result ! in procedure !.! below minimum ! bytes. (DBERR 2439)CAUSEYou tried to create a procedure result column with
a length of 0 bytes.ACTIONIssue the CREATE PROCEDURE statement again, specifying
a length of at least 1 byte.
2440 MESSAGE! should be ! to !. Number ! is invalid. (DBERR 2440)CAUSEThe size you specified for one or more parameters
of the START DBE statement is invalid.ACTIONIssue the START DBE statement again, specifying
valid numbers for the following parameters: DBEFile0 should be 50
to 16,777,215 pages long; DBELOG should be 250 to 16,777,215 pages
long; Max Transactions should be 2 to 240 concurrent transactions;
Data Buffer range is 15 to 50,000 pages and the Log Buffer range
is 24 to 1024 pages.
2449MESSAGETRANSFER OWNERSHIP OF MODULE is not supported. (DBERR 2449)CAUSEYou specified the MODULE option of the TRANSFER OWNERSHIP
statement. However, the ownership of modules cannot be transferred.ACTIONDROP the existing modules and preprocess the program with
the -o option.
2450 MESSAGEBEGIN WORK MULTI is not supported. (DBERR 2450)CAUSEYou attempted to use the MULTI option for the BEGIN WORK
statement.ACTIONYou can have only one active transaction at a time.
Issue a COMMIT WORK or ROLLBACK WORK statement before beginning
the second transaction.
2452MESSAGEClustering index not allowed on table on which hash structure has already been defined. (DBERR 2452)CAUSEYou tried to create a clustering B-tree index on
a table on which a hash structure already existed.ACTIONIssue the CREATE INDEX statement again, omitting
the CLUSTERING option or UNLOAD the data from the table. DROP the table. ReCREATE the
table, omitting the HASH option. Issue the CREATE INDEX statement
again to create a clustering B-tree index. LOAD the data.
2453MESSAGENon-unique hash is not supported. (DBERR 2453)CAUSEYou tried to create a table with a non-unique hash structure.ACTIONIssue the CREATE TABLE statement again, including
the UNIQUE keyword with the HASH option.
2454MESSAGEOperation not allowed on non-SQL table. (DBERR 2454)CAUSEYou attempted an operation on a TurboIMAGE table.ACTIONTurboIMAGE tables are read-only through ALLBASE/SQL.
2500 MESSAGECannot drop a non-empty DBEFileSet. (DBERR 2500)CAUSEYou attempted to DROP a DBEFileSet which has DBEFiles
associated with it.ACTIONBefore dropping the DBEFileSet, drop the DBEFiles
then remove them. Remember that the DBEFiles must be empty before
they can be dropped.
2501 MESSAGEDBEFileSet has no DBEFiles. (DBERR 2501)CAUSEYou created a table in an empty DBEFileSet and then tried
to INSERT into that table.ACTIONADD a DBEFile to the DBEFileSet before attempting
an INSERT statement.
2502MESSAGE! space exhausted in DBEFileSet !. (DBERR 2502)CAUSEThis message can have several meanings as follows:  All the space is exhausted in a DBEFileset if no expandable
DBEFiles are available.All fixed-length DBEFiles in the DBEFileSet have
run out of space, and all expandable DBEFiles have been fully expanded.
The first parameter is the setting for the DBEFile's TYPE attribute.
Valid settings are INDEX, TABLE, and MIXED.ACTIONAdd new DBEFiles of the appropriate type to the DBEFileSet.
If space has been exhausted in the System.DBEFileSet during a query,
try adding more tempspace and more contiguous physical disk space.
2503 MESSAGEDBEFile not empty. (DBERR 2503)CAUSEYou attempted to REMOVE a non-empty DBEFile from
its DBEFileSet.ACTIONThe DBEFile must be empty before it can be removed
from the DBEFileSet.
2505 MESSAGEDBEFile size must be between ! and ! pages. (DBERR 2505) CAUSEThe file size you specified in the CREATE DBEFILE statement
was not within the valid range.ACTIONIssue the CREATE DBEFILE statement again, specifying a
valid file size.
2506MESSAGETempSpace file size limit must be between ! and ! pages. (DBERR 2506)CAUSEThe file size you specified in the CREATE TEMPSPACE statement
was not within the valid range.ACTIONIssue the CREATE TEMPSPACE statement again, specifying
a valid file size.
2507 MESSAGEDBEFile must be empty or new type must be mixed. (DBERR 2507)CAUSEYou attempted to ALTER a non-empty DBEFile to a
type other than mixed.ACTIONThe type of a non-empty DBEFile can be changed from TABLE
or INDEX to MIXED. No other changes are allowed.
2508 MESSAGEDBEFileSet has no DBEFile of required DBEFile type. (DBERR 2508)CAUSEYou tried to insert rows into a table whose DBEFileSet
has only INDEX DBEFiles or you tried to create an index on a non-empty table whose DBEFileSet
contains only DATA DBEFiles.ACTIONAsk your database administrator to CREATE and ADD the
appropriate DBEFiles.
2509MESSAGEIndex uniqueness or UNIQUE/PRIMARY KEY constraint violated. (DBERR 2509)CAUSEYou tried to insert a duplicate key value into a
column used in a unique index or a unique constraint.ACTIONIssue the INSERT or UPDATE statement again without the
duplicate row.
2510 MESSAGETable is read only. (DBERR 2510)CAUSEYou tried a LOCK or WRITE operation (DROP, DELETE, INSERT,
LOCK TABLE, UPDATE, UPDATE STATISTICS) on a read only table.ACTIONNo action is necessary. These operations cannot
be performed on SYSTEM.CALL, SYSTEM.ACCOUNT, SYSTEM.USER, SYSTEM.COUNTER,
or SYSTEM.TRANSACTION.
2511 MESSAGEUser ! does not exist. (DBERR 2511)CAUSEThe DBEUserId you specified in the TERMINATE USER or
RESET SYSTEM.ACCOUNT command is not currently connected to the DBEnvironment.ACTIONIssue the command again, specifying a valid userid.
2512MESSAGESession ID ! does not exist. (DBERR 2512)CAUSEYou attempted to terminate a session ID that does
not exist, or you do not have the authority to terminate it.ACTIONCheck that a valid session ID was used. If the session
ID is valid, have your DBA issue the statement.
2513MESSAGENumber of primary pages must be between ! and !. (DBERR 2513)CAUSEYou specified a number of primary pages for the
hash in the CREATE TABLE statement which was not within the valid
range.ACTIONIssue the CREATE TABLE statement again, specifying
a valid number of primary pages.
2514MESSAGEHash key uniqueness or UNIQUE/PRIMARY KEY constraint violated. (DBERR 2514)CAUSEYou tried to insert a duplicate key value into a
column used in a unique hash structure, which might be supporting
a unique constraint.ACTIONIssue the INSERT statement again without the duplicate row.
2515 MESSAGEDBEFile is currently associated with a DBEFileSet. (DBERR 2515)CAUSEYou tried to DROP a DBEFile which was associated
with a DBEFileSet or you tried to ADD a DBEFile to a DBEFileSet which already is
associated with another DBEFileSet.ACTIONYou must REMOVE the DBEFile from the DBEFileSet before
it can be dropped or you must REMOVE the DBEFile from the DBEFileSet with which
it is currently associated before you can ADD it to a different
DBEFileSet.
2516 MESSAGEThis table already has a clustering index. (DBERR 2516)CAUSEWhen you use the CREATE INDEX statement, no more than
one index per table can have the clustering attribute.ACTIONDrop the existing clustering index or create the
new index without the clustering attribute.
2518MESSAGEDBEFile in use for hash. (DBERR 2518)CAUSEYou tried to DROP or ALTER a DBEFile that is allocated for
hash table data.ACTIONFirst DROP the hash table. Then, the DBEFile may
be DROPped or ALTERed.
2519MESSAGEExceeded maximum number of DBEFiles for hash space (!). (DBERR 2519)CAUSEThe DBEFileSet specified for the hash table does
not contain DBEFiles large enough that the primary pages for the
hash table can be allocated using 16 or fewer DBEFiles.ACTIONCreate additional DBEFiles large enough that the
primary pages for the hash table can be allocated using 16 or fewer DBEFiles.
2520MESSAGENot enough space in DBEFileset for hash primary pages. (DBERR 2520)CAUSEThere is not enough space in the empty table or
mixed DBEFiles in the DBEFileSet specified for the number of primary
pages specified.ACTIONCreate additional DBEFile(s) with enough space for
the primary pages, and add them to the specified DBEFileSet. If
you create the files in the same transaction as you create the table
with the hash structure, you can ensure that no other transaction
will be able to use the files.
2521MESSAGEMaximum size for DBEFile expansion exceeds ! pages. (DBERR 2521)CAUSEThe maximum size that a DBEFile can be expanded,
as specified in the MAXPAGES clause, exceeds the DBEFile maximum
limit. The maximum size may not be exactly the same size specified
with MAXPAGES, because it could be a rounded number.ACTIONMake sure the maximum DBEFile size specified is
within the system limit.
2522MESSAGEDBEFile INCREMENT size must be between ! and ! pages. (DBERR 2522) CAUSEThe size you specified in the INCREMENT clause for DBEFile
expansion is not within the range. ACTIONSpecify a valid INCREMENT size for the corresponding DBEFile.
2523MESSAGEMaximum size ! pages for DBEFile expansion is less than the initial size ! pages. (DBERR 2523)CAUSEThe maximum size that a DBEFile can be expanded,
as specified in the MAXPAGES clause, is less than the initial DBEFile
size specified in the WITH PAGES clause. The maximum size may not
be exactly the same size specified with MAXPAGES, because it could
be a rounded number. ACTIONMake sure the maximum DBEFile size specified is
at least equal to the initial DBEFile size, and that it is a multiple of
the INCREMENT size. If dynamic DBEFile expansion is required, the
maximum size must be greater than the initial size. 
2524MESSAGEConnection ID ! does not exist. (DBERR 2524)CAUSEThe Connection ID specified does not exist.ACTIONUse a valid Connection ID.
2525MESSAGETransaction ID ! does not exist. (DBERR 2525)CAUSEThe Transaction ID specified does not exist.ACTIONUse a valid Transaction ID.
2526 MESSAGEAttempting to terminate current query. (DBERR 2526)CAUSEThe current query is being terminated. ACTIONTake appropriate action for this query.
2527 MESSAGEThere is no transaction for Connection ID !. (DBERR 2527)CAUSEThere was an attempt to terminate a transaction
for the specified Connection ID, but no transaction was in progress.ACTIONNo action is required.
2528 MESSAGEAttempting to terminate persistent transaction. (DBERR 2528)CAUSEThere is an attempt to terminate a persistent transaction.ACTIONThe SQLUtil command cannot be used to terminate
a persistent transaction.
2529 MESSAGEThe user termination level does not allow this type of termination. (DBERR 2529)CAUSEThe user attempted to perform an unauthorized termination.ACTIONA user can terminate a transaction or query if the
user is the owner or the user has DBA authority. No action required. 
2530 MESSAGEQuery was aborted externally. (DBERR 2530)CAUSEThe query was aborted by an external process.ACTIONResume the query at an appropriate time.
2600 MESSAGEInteger overflow on operation !. (DBERR 2600)CAUSEThe result of an integer arithmetic operation within
an expression was too big for the hardware to accommodate.ACTIONTry to modify your expression so that divisions
occur before multiplications or break the expression into multiple
expressions.
2601 MESSAGEInteger divide by zero. (DBERR 2601)CAUSEThe result of an arithmetic operation within an
expression caused an integer value to be divided by zero.ACTIONLook at your data to find where this error occurred
and make any necessary changes to your expression.
2602 MESSAGEExtended precision overflow on operation !. (DBERR 2602)CAUSEThe result of a float arithmetic operation within
an expression was too big for the hardware to accommodate.ACTIONTry to modify your expression so that divisions
occur before multiplications or break the expression into multiple
expressions.
2603 MESSAGEExtended precision underflow on operation !. (DBERR 2603)CAUSEThe result of a float arithmetic operation within
an expression was too small for the hardware to accommodate.ACTIONTry to modify your expression so that multiplications occur
before divisions or break the expression into multiple expressions.
2604 MESSAGEExtended precision divide by zero. (DBERR 2604)CAUSEThe result of an arithmetic operation within an
expression caused an extended precision value to be divided by zero.ACTIONLook at your data to find where this error occurred
and make any necessary changes.
2605 MESSAGEPacked decimal overflow on operation !. (DBERR 2605)CAUSEThe result of an intermediate decimal operation
was too big for the hardware to accommodate.ACTIONTry to modify your expression so that divisions
occur before multiplications or break the expression into multiple
expressions.
2606 MESSAGEInvalid decimal digit in operation !. (DBERR 2606)CAUSEThe decimal number you included through the host variable
in a COBOL program was not valid.ACTIONCorrect the decimal so that it is within the range
of 0 through 9 and contains either a + or - sign.
2607 MESSAGEPacked decimal divide by zero. (DBERR 2607)CAUSEThe result of an arithmetic operation within an
expression caused a packed decimal value to be divided by zero.ACTIONLook at your data to find where this error occurred
and make any necessary changes.
2609 MESSAGEIncompatible data types ! and ! in expression. (DBERR 2609)CAUSEYou attempted to mix numeric and character data
types in an expression in the select list, the WHERE clause, or
the SET clause.ACTIONIssue the command again, specifying either numeric
or character data only.
2610 MESSAGEOperator ! invalid for data type !. (DBERR 2610)CAUSEYou attempted to perform an arithmetic operation
on char or varchar data, or attempted the LIKE predicate on numeric
data.ACTIONIssue the command again using only appropriate operators
on data types.
2615 MESSAGEDatetime value contains a field greater than valid range
allowed. (DBERR 2615)CAUSEYou tried to insert a datetime value which was not
valid.ACTIONVerify that all fields of all datetime literals
are within the valid range.
2616 MESSAGEDatetime value contains a field less than valid range allowed. (DBERR 2616)CAUSEYou tried to insert a datetime value which was not
valid.ACTIONVerify that all fields of all datetime literals
are within the valid range.
2617 MESSAGEDatetime data value does not match default format specification. (DBERR 2617)CAUSEYou tried to insert a datetime value which did not
meet the default specification criteria of "YYYY-MM-DD HH:MI:SS.FFF."ACTIONVerify that all fields of all datetime literals
match the default format specification.
2618 MESSAGEALLBASE/SQL internal error in datetime conversion routine. (DBERR 2618)CAUSEALLBASE/SQL internal software problem.ACTIONContact your HP Service Representative or Response Center.
2619 MESSAGEInvalid date entered, February 29th invalid for non-leap year. (DBERR 2619)CAUSEYou tried to insert a datetime value which was not
valid.ACTIONEnter the correct date.
2620 MESSAGEResult of DATE/TIME arithmetic exceeds maximum value allowed. (DBERR 2620)CAUSEThe arithmetic produced a value greater than the maximum
allowed.ACTIONVerify that the requested arithmetic should produce
a result which exceeds maximum values specified.
2621 MESSAGEResult of DATE/TIME arithmetic less than minimum value allowed. (DBERR 2621)CAUSEThe arithmetic produced a value less than the minimum allowed.ACTIONVerify that the requested arithmetic should produce
a result which is less than the minimum values specified.
2622 MESSAGESize of datetime literal less than valid default size. (DBERR 2622)CAUSEYou tried to insert a datetime value of incorrect
length.ACTIONVerify that all datetime literals in the query are
of the correct size.
2623 MESSAGEDate value contains a field greater than valid range allowed. (DBERR 2623)CAUSEYou tried to insert a date value which was not valid.ACTIONVerify that all fields of all date literals are
within the valid range.
2624 MESSAGEDate value contains a field less than valid range allowed. (DBERR 2624)CAUSEYou tried to insert a date value which was not valid.ACTIONVerify that all fields of all date literals are
within the valid range.
2625 MESSAGEDate data value does not match default format
specification. (DBERR 2625)CAUSEYou tried to insert a date value which did not meet
the default specification criteria.ACTIONVerify that all datetime literals in the query are
specified in the default specification "YYYY-MM-DD."
2626 MESSAGESize of date literal less than valid default size. (DBERR 2626)CAUSEYou tried to insert a date value of incorrect length.ACTIONVerify that all date literals in the query are of
the correct size.
2627 MESSAGETime value contains a field greater than valid range allowed. (DBERR 2627)CAUSEYou tried to insert a time value which was not valid.ACTIONVerify that all fields of all time literals are
within the valid range.
2628 MESSAGETime value contains a field less than valid range allowed. (DBERR 2628)CAUSEYou tried to insert a time value which was not valid.ACTIONVerify that all fields of all time literals are
within the valid range.
2629 MESSAGETime data value does not match default format
specification. (DBERR 2629)CAUSEYou tried to insert a time value which did not meet
the default specification "HH:MI:SS."ACTIONVerify that all time literals match the default
format specification.
2630 MESSAGESize of time literal less than valid default size. (DBERR 2630)CAUSEYou tried to insert a time value of incorrect length.ACTIONVerify that all time literals in the query are of
the correct size.
2631 MESSAGEInterval value contains a field greater than valid range allowed. (DBERR 2631)CAUSEYou tried to insert an interval value which was
not valid.ACTIONVerify that all fields of all interval literals
are within the valid range.
2632 MESSAGEInterval value contains a field less than valid range allowed. (DBERR 2632)CAUSEYou tried to insert an interval value which was
not valid.ACTIONVerify that all fields of all interval literals
are within the valid range.
2633 MESSAGEInterval data value does not match default format specification. (DBERR 2633)CAUSEYou tried to insert an interval value which did
not meet the default specification criteria.ACTIONVerify that all interval literals in the query are
specified in the default specification "DDDDDDD HH:MI:SS.FFF" where
"DDDDDDD" can be 1 to 7 digits.
2634 MESSAGESize of interval literal less than valid default size. (DBERR 2634)CAUSEYou tried to insert an interval value of incorrect
length.ACTIONVerify that all interval literals in the query are
of the correct size.
2635MESSAGEReal precision overflow on operation !. (DBERR 2635)CAUSEThe result of a real arithmetic operation within
an expression was too big for the hardware to accommodate.ACTIONTry to modify your expression to convert the real
values in it to floats or to have a target host variable of type
FLOAT.
2636MESSAGEReal precision underflow on operation !. (DBERR 2636)CAUSEThe result of a real arithmetic operation within
an expression was too small for the hardware to accommodate.ACTIONTry to modify your expression to convert the real
values in it to floats or to have a target host variable of type
FLOAT.
2637MESSAGEFormat specification exceeds maximum length (! bytes). (DBERR 2637)CAUSEYou specified a date/time format length which exceeds
the maximum length of 72 bytes.ACTIONIssue the command again with the length less than
72 bytes.
2638MESSAGEEnd of format specification detected before parsing end of datetime literal. (DBERR 2638)CAUSEDatetime literal does not match format specification
given. Extra characters exist in datetime literal after parsing
end of format specification.ACTIONEnsure the compatibility between the format specification and
datetime literal specified in the datetime input function.
2639MESSAGEInvalid format specification in second parameter of datetime function. (DBERR 2639)CAUSEA unit within the format specification is not a
valid unit.ACTIONRe-issue the command with a format specification.
2641MESSAGERedundant fields specified in format specification. (DBERR 2641)CAUSEA unit in the format specification was specified
twice, or two units which contain identical units.ACTIONRe-issue the command with a valid format specification.
2642MESSAGEInvalid data type for second parameter of datetime function. (DBERR 2642)CAUSEData type of second parameter is not valid.ACTIONPlease check the documentation for valid format
types.
2643MESSAGEFormat specification contains an invalid unit for data type !. (DBERR 2643)CAUSEA valid unit was specified in the format specification,
but it is not valid for this datetime type.ACTIONPlease check the documentation for valid format
types for this datetime data type.
2644MESSAGEDatetime input function cannot parse input parameters. (DBERR 2644)CAUSEWhen parsing datetime literal, invalid data was
detected.ACTIONCheck validity of datetime literal in first parameter
of datetime input function.
2645MESSAGEDay of week specified does not match date supplied. (DBERR 2645)CAUSEAlphabetic day of week specified incorrect for date
literal specified.ACTIONRe-issue command with valid datetime literal.
2646MESSAGEEnd of datetime literal detected before parsing end of format specification. (DBERR 2646)CAUSEFormat specification does not match datetime literal.ACTIONRe-issue command with correct input to datetime
input function.
2647MESSAGEDatetime literal contains a value outside the valid range for a format specified. (DBERR 2647)CAUSEA unit in datetime literal is not within boundary
of the unit values allowed.ACTIONIssue command with correct values for units specified
in format specification.
2650MESSAGEInvalid length in VARCHAR. (DBERR 2650)CAUSEAn invalid length field for a VARCHAR data type
was detected in SQLCORE. The most likely cause of this would be
an uninitialized VARCHAR host variable used in an insert or an uninitialized
VARCHAR length field in the buffer used in a bulk insert.ACTIONMake sure that all VARCHAR host variables are properly initialized.
2651MESSAGEDEFAULT literal type ! is not compatible with the
corresponding column data type !. (DBERR 2651)CAUSEThe data type of the literal is not compatible with
the one specified for the corresponding column.ACTIONDefine a valid default value for the corresponding
column.
2652MESSAGEDEFAULT ! is not compatible with the corresponding column data type !. (DBERR 2652)CAUSEYou specified a DEFAULT current function, USER,
or NULL, which is not compatible with the one specified for the
corresponding column.ACTIONDefine a valid default value for the corresponding
column.
2653MESSAGENon-supported DEFAULT value type !. (DBERR 2653)CAUSEYou specified a DEFAULT value which is not a constant,
a current function, USER, or NULL.ACTIONDefine a valid default value for the corresponding
column.
2654MESSAGEData type ! invalid for the starting position of SUBSTRING function. (DBERR 2654)CAUSEThe StartPosition parameter of the SUBSTRING function is
not an integer constant or expression.ACTIONChange the StartPosition parameter to an integer constant
or expression.
2655MESSAGEData type ! invalid for the substring length of SUBSTRING function. (DBERR 2655)CAUSEThe Length parameter of the SUBSTRING function is
not an integer constant or expression.ACTIONChange the Length parameter to an integer constant
or expression.
2656MESSAGESource string must contain numeric value. (DBERR 2656)CAUSEThe source character string of the CAST function
contains invalid characters for a numeric expression.ACTIONMake sure the source character string contains an appropriate
representation of a numeric value with no extraneous characters
added.
2657MESSAGECAST target data type too small. (DBERR 2657)CAUSEThe size in bytes of the specified target data type
is too small to hold the value being converted.ACTIONSpecify a larger target data type.
2658MESSAGENumeric/Binary conversion must be of equal length. (DBERR 2658)CAUSEIn converting numeric data types to BINARY, the
size in bytes of the source and target must be equal. If the target is
a VARBINARY, the maximum size of the target must be equal or exceed
the source size invalid character based on the target data type
specified. This error will be reported if this is not true. ACTIONWhen converting to BINARY, make sure that the specified size
of the BINARY matches the size of the source. If converting to VARBINARY,
make sure that the specified size of the VARBINARY is at least the
size of the source. When converting from BINARY or VARBINARY to
a numeric type, string concatenation (||) or the SUBSTRING
function can be used to make the source the correct size for the
target.
2659MESSAGEDate/Binary conversion must be of equal length. (DBERR 2659)CAUSEIn converting Date/Time data types to BINARY, the
size in bytes of the source and target must be equal. If the target is
a VARBINARY, the maximum size of the target must be equal or exceed
the source size invalid character based on the target data type
specified. This error will be reported if this is not true. ACTIONWhen converting to BINARY, make sure that the specified size
of the BINARY matches the size of the source (16 bytes). If converting
to VARBINARY, make sure that the specified size of the VARBINARY
is at least the size of the source. When converting from BINARY
or VARBINARY to a Date/Time type, the source should be 16 bytes.
2660MESSAGETID/Binary conversion must be of equal length. (DBERR 2660)CAUSEIn converting TID data types to BINARY, the size
in bytes of the source and target must be equal. If the target is
a VARBINARY, the maximum size of the target must be equal or exceed
the source size invalid character based on the target data type
specified. This error will be reported if this is not true. ACTIONWhen converting to BINARY, make sure that the specified size
of the BINARY matches the size of the source (8 bytes). If converting
to VARBINARY, make sure that the specified size of the VARBINARY
is at least the size of the source. When converting from BINARY
or VARBINARY to a Date/Time type, the source should be 8 bytes.
2661MESSAGEInvalid TID format. (DBERR 2661)CAUSEThe character string being converted to a TID data
type was not properly formatted.ACTIONThe correct syntax for a character string representation
of a TID is:    {0:}  filenumber:pagenumber:slot where:filenumber is the DBEfile number (0-32767)pagenumber is the page number (0-16777215)slot is the slot number (0-255)
2662MESSAGEData type ! invalid for source string in TRIM/LTRIN/RTRIM
functions.(DBERR 2662)CAUSEThe source string which is to be trimmed is not
of type CHAR or VARCHAR. ACTIONChange the source string parameter to a string expression.
2663MESSAGEData type ! invalid for the starting position parameter
in INSTR function.(DBERR 2663)CAUSEThe starting position parameter in INSTR function
is not an integer expression.ACTIONChange the starting postion parameter to an integer expression.
2664MESSAGEData type ! invalid for the number of occurance parameter in INSTR function.(DBERR 2664)CAUSEThe number of occurance parameter in INSTR function
is not an integer expression. ACTIONChange the number of occurance parameter in INSTR function
to an integer expression.
2665MESSAGEData type ! invalid for the search string in POSITION/INSTR function.(DBERR 2665)CAUSEThe search string parameter in POSITION/INSTR is
not an expression of type CHAR, VARCHAR, BINARY, VARBINARY, LONG
BINARY or LONG VARBINARY. ACTIONChange the search string parameter in POSITION/INSTR to
appropriate type.
2700 MESSAGEINSERT/UPDATE/DELETE disallowed on a join. (DBERR 2700)CAUSEYou attempted to INSERT, UPDATE, or DELETE on a multiple
table view.ACTIONYou cannot perform an INSERT, UPDATE, or DELETE
on multi-table views. Refer to the specified command and the CREATE
VIEW statement in the ALLBASE/SQL Reference Manual for
additional information.
2701 MESSAGEINSERT/UPDATE disallowed on virtual column (!). (DBERR 2701)CAUSEYou attempted to INSERT or UPDATE a computed column
in a view.ACTIONInserting rows through a view is not allowed if
any column of the view is computed in an arithmetic expression.
Refer to the ALLBASE/SQL Reference Manual for
additional information.
2702 MESSAGEINSERT/UPDATE/DELETE disallowed on group operation. (DBERR 2702)CAUSEYou attempted to INSERT, UPDATE, or DELETE rows
via a view which contained a GROUP BY clause in its definition.ACTIONA view definition for UPDATE, DELETE, and INSERT operations
cannot contain a GROUP BY clause. Refer to the specified command
and the CREATE VIEW statement in the ALLBASE/SQL Reference
Manual for additional information.
2703MESSAGEINSERT/UPDATE/DELETE disallowed on ORDER BY. (DBERR 2703)CAUSEYou attempted to declare a cursor containing both
an ORDER BY clause and a FOR UPDATE clause, or you attempted an
UPDATE or DELETE WHERE CURRENT on a cursor containing an ORDER BY
clause.ACTIONRemove the ORDER BY from the cursor if updates and/or deletes
are to be performed with it, or remove the FOR UPDATE clause from
the cursor.
2705 MESSAGEIllegal reference to column ! in group operation. (DBERR 2705)CAUSEA column you specified in the select list was not
referenced in the GROUP BY clause of the SELECT statement. or you are doing a GROUP BY with a SELECT * and you have failed
to reference all of the columns in the specified table in the GROUP
BY clause.ACTIONIssue the SELECT statement again, specifying only aggregate
functions and columns referenced in the GROUP BY clause In the case
of SELECT *, be sure to reference all columns produced by the expansion
of the * in the GROUP BY clause.
2706 MESSAGEINSERT/UPDATE/DELETE disallowed on DISTINCT operation. (DBERR 2706)CAUSEUPDATE, INSERT, and DELETE operations through a view
are not allowed if the view definition involves a distinct clause.ACTIONPerform the UPDATE, INSERT, or DELETE operation
on the base table or re-create the view without the DISTINCT clause.
2707 MESSAGEUPDATE/DELETE disallowed on a cursor containing a subquery. (DBERR 2707)CAUSEYou attempted to UPDATE or DELETE rows accessed through
a cursor which contained a subquery in its definition.ACTIONPerform the UPDATE or DELETE only through a cursor which
does not contain a subquery.
2708 MESSAGEUPDATE/DELETE disallowed with subquery containing
update/delete table. (DBERR 2708)CAUSEYou attempted to UPDATE or DELETE through a view
or with a search condition containing a subquery which references
the target table.ACTIONPerform the UPDATE or DELETE only through views with
search conditions which do not reference the target table in any
subqueries.
2709 MESSAGEUPDATE/DELETE disallowed on UNION. (DBERR 2709)CAUSEYou attempted to UPDATE or DELETE through a cursor containing
a UNION.ACTIONPerform the UPDATE or DELETE only through cursors not
containing UNIONs.
2710MESSAGEINSERT or FORMAT II INSERT disallowed on a view referencing
the insert table in a subquery. (DBERR 2710)CAUSEYou attempted to insert through a view, where the
view contains a subquery which references the same base table the
view is based upon. Such an insert is not allowed.ACTIONInsert directly through the base table, or use a
view not containing subqueries which reference the same table as the
view.
2711 MESSAGEQualifier !.! (column !) is different from input table. (DBERR 2711)CAUSEThe table name you specified in the select list
or WHERE clause is different from the table name specified in the FROM
clause of the SELECT statement.ACTIONIssue the SELECT statement again, specifying the
same table name in both the select list or WHERE clause and the
FROM clause. Refer to the ALLBASE/SQL Reference Manual for
additional information on the SELECT statement.
2712MESSAGEHash key columns may not be updated. (DBERR
2712)CAUSEYou tried to update the value of a column included
in the key for a hash.ACTIONDELETE the tuple with the old key column value.
Then, INSERT a new tuple with the new key column value.
2716MESSAGEUser ! does not have authority to GENPLAN on table/view !.!.(!) (DBERR 2716)CAUSEYou do not have run authority to GENPLAN on a specified section.ACTIONContact your database administrator to get the required authority
or sign on as a user who does have the required authority.
2717MESSAGEThe specified section !.!(!) is not a SELECT, UPDATE, DELETE or type II INSERT statement. (DBERR 2717)CAUSEThe specified section you included is not an allowed statement
for GENPLAN.ACTIONCheck the source file to find the right section
number.
2718MESSAGEOptimizer did not generate an access plan for the query. (DBERR 2718)CAUSEInternal Error.ACTIONRecord as much information as possible and contact
your HP Service Representative or Response Center.
2719MESSAGEUser ! does not have authority to GENPLAN on table/view !.!. (DBERR 2719)CAUSEYou do not have the required authority to execute GENPLAN
on the named table or view.ACTIONContact your database administrator to obtain the required
authority or sign on as a user who does have the required authority.
2720MESSAGEINSERT/UPDATE/DELETE disallowed on system tables (!.!). (DBERR 2720)CAUSEYou attempted to INSERT, UPDATE or DELETE to a system
table.ACTIONRe-issue the statement on a non-system table.
2724 MESSAGECommand ! is not allowed for views (!.!). (DBERR 2724)CAUSEYou specified a command (ALTER TABLE, UPDATE STATISTICS,
LOCK TABLE) that cannot be performed on a view.ACTIONNo action is necessary. Refer to the ALLBASE/SQL Reference
Manual for additional information on these commands
and the ALLBASE/SQL Database Administration Guide for
additional information on views.
2725 MESSAGEUse DROP VIEW to drop view !.!. (DBERR 2725)CAUSEYou attempted to drop a view using the DROP TABLE statement.ACTIONUse the DROP VIEW statement to drop a view.
2726 MESSAGEUse DROP TABLE to drop table !.!. (DBERR 2726)CAUSEYou attempted to drop a table using the DROP VIEW statement.ACTIONUse the DROP TABLE statement to drop a table.
2730 MESSAGEColumn ! does not accept nulls. (DBERR 2730)CAUSEYou specified the NULL keyword for a non-null column
in the INSERT or UPDATE statement.ACTIONIssue the command again, specifying a value for
all non-null columns.
2731 MESSAGEReset command not valid for table !.!. (DBERR 2731)CAUSEYou cannot issue the RESET statement on the specified table.ACTIONNo action is necessary. The only valid tables for
the RESET statement are SYSTEM.COUNTER and SYSTEM.ACCOUNT.
2732 MESSAGEInvalid number of columns in view column list. (DBERR 2732)CAUSEThe number of columns in the CREATE VIEW statement did
not match the number of columns in the SELECT statement for the
view.ACTIONIssue the command again using the same number of columns
in both the CREATE VIEW statement and the SELECT statement.
2740 MESSAGEInvalid savepoint number. (DBERR 2740)CAUSEThe ROLLBACK WORK statement included a non-existent
savepoint.ACTIONIssue the command again, specifying a valid savepoint number.
Refer to the ALLBASE/SQL Reference Manual for
additional information on the ROLLBACK WORK statement.
2741 MESSAGEArchive not begun. (DBERR 2741)CAUSEYou attempted to COMMIT ARCHIVE without a preceding
BEGIN ARCHIVE statement.ACTIONIssue the BEGIN ARCHIVE statement first followed
by the COMMIT ARCHIVE statement.
2742 MESSAGEArchive already begun. (DBERR 2742)CAUSEThe BEGIN ARCHIVE statement was issued twice.ACTIONNo action is necessary.
2743MESSAGEArchive checkpoint not found. (DBERR 2743)CAUSEThe checkpoint was not found.ACTIONReview the syntax for CHECKPOINT statement. 
2744 MESSAGEROLLBACK WORK TO savepointnumber when you have cursors
opened with KEEP CURSOR option. (DBERR 2744)CAUSEYou opened a cursor with the KEEP CURSOR option
and you are trying to use the SAVEPOINT option of the ROLLBACK WORK
statement.ACTIONRevise the program to open the cursor without the
KEEP CURSOR option, or eliminate the TO SAVEPOINT clause.
2749 MESSAGEProcedure cursor !.!(!) has no current result set. (DBERR 2749)CAUSEAn attempt was made to fetch from a procedure cursor, either
without first issuing an ADVANCE statement or after an ADVANCE returned an sqlcode of 200 (no more result
sets).ACTIONIssue an ADVANCE statement after opening the cursor, and
before trying to fetch results. or Check for an sqlcode of 200 on an ADVANCE statement before
attempting to fetch results.
2750 MESSAGEModule !.!(!) has DBEFileSet error. (DBERR 2750)CAUSEYou tried to use DECLARE CURSOR or to PREPARE a section
in a non-existent DBEFileSet.ACTIONCheck your spelling, and examine the SYSTEM.DBEFILESET
view to make sure that the DBEFileSet actually exists. Then issue
the command again, specifying a valid DBEFileSet.
2752 MESSAGEModule !.!(!) is a cursor. (DBERR 2752)CAUSEYou tried to use the EXECUTE statement on a cursor.ACTIONThe only valid commands for a cursor are OPEN, CLOSE, FETCH,
DESCRIBE, and DECLARE CURSOR.
2753 MESSAGEModule !.!(!) is not a cursor. (DBERR 2753)CAUSEYou tried to OPEN, CLOSE, FETCH, or DESCRIBE a section
which was not defined with a DECLARE CURSOR statement.ACTIONA cursor must be declared using the DECLARE CURSOR statement
before you refer to it in the other cursor commands.
2754MESSAGECursor !. ! (!) is not open. (DBERR 2754)CAUSEALLBASE/SQL automatically rolled back your transaction causing
the cursors to be closed or the cursor was never opened.ACTIONInsure that the cursor was opened.
2755 MESSAGEModule !.!(!) already open. (DBERR 2755)CAUSEYou attempted to OPEN the same cursor twice.ACTIONNo action is necessary.
2756 MESSAGECursor !.!(!) has no current tuple. (DBERR 2756)CAUSEYou issued an UPDATE or DELETE statement with a CURRENT
OF CURSOR clause without preceding it with a FETCH statement or
you terminated the transaction between the FETCH and DELETE or UPDATE
statement.ACTIONA FETCH statement must precede any DELETE or UPDATE
WHERE CURRENT operation within the transaction.
2757 MESSAGEUpdate column list not in cursor update column list. (DBERR 2757)CAUSEYou tried to update a column which was not specified
when the cursor was declared.ACTIONA column must be listed in the DECLARE CURSOR statement
before an update operation can be performed on that column.
2758 MESSAGEUpdate table different from cursor table. (DBERR 2758)CAUSEYou tried to update a table which was not specified
in the DECLARE CURSOR statement.ACTIONA table must be listed in the DECLARE CURSOR statement
before it can be updated using the UPDATE statement with a CURRENT
OF CURSOR clause.
2759 MESSAGECursor has no current tuple. (DBERR 2759)CAUSEYou issued an UPDATE or DELETE statement with a CURRENT
OF CURSOR clause when the current tuple had already been deleted.ACTIONModify your application so that no UPDATE or DELETE WHERE
CURRENT is attempted once the current tuple has been deleted.
2760 MESSAGENull value detected and indicator variable not declared OR attempted
to put null value into non-null column or result. (DBERR 2760)CAUSEA SELECT or FETCH statement had no corresponding indicator
variable and a null value was fetched for an item or you attempted to put a null value into a non-null column using
the INSERT or UPDATE statement by setting the indicator variable
to a negative number. or You specified NOT NULL for a procedure result and a null value
was fetched.ACTIONModify your program to include indicator variables
with columns that might contain null values or issue the INSERT or UPDATE statement again, specifying only
non-null values for columns created with the NOT NULL option. or drop the procedure and recreate it, either omitting the NOT
NULL option in the WITH RESULT clause, or modifying the procedure
SELECT statements so that no null values will be retrieved.
2762 MESSAGESelectlist has ! items and host variable buffer has !. (DBERR 2762)CAUSEThe number of select list items in a DECLARE CURSOR or
a SELECT statement does not match the number of host variables in
the corresponding FETCH or SELECT statement or the number of select
list items in the SELECT statement does not match the number of
host variables in the SELECT statement.ACTIONModify your program so that the number of variables
in the select list or the SELECT statement matches the number of
host variables. Refer to the ALLBASE/SQL Reference Manual for
additional information on these commands.
2763 MESSAGEDISTINCT within aggregate functions cannot reference multiple column
names. (DBERR 2763)CAUSEThe SELECT statement contains more than one aggregate function
containing the DISTINCT option and references more than one column.ACTIONModify your statement so that it references only
one column. Refer to the ALLBASE/SQL Reference Manual for
additional information on the SELECT statement.
2764 MESSAGEDISTINCT within an aggregate function cannot reference an expression. (DBERR 2764)CAUSEThe SELECT statement contains an aggregate function containing
the DISTINCT option and references a column containing computed
values.ACTIONModify your statement so that only raw columns are referenced.
Refer to the ALLBASE/SQL Reference Manual for
additional information on the SELECT statement.
2765 MESSAGEDDL commands disabled. (DBERR 2765)CAUSEThe DDL Enabled flag in the DBECon file was set
to NO when you attempted to execute DDL (data definition language)
commands.ACTIONSTOP the DBEnvironment, use the SQLUtil ALTDBE command
to set the DDL Enabled flag to YES, then START the DBEnvironment
and proceed with data definition.
2766 MESSAGEUnable to revalidate section while DDL commands are disabled. (DBERR 2766)CAUSEThe DDL Enabled flag in the DBECon file was set
to NO when ALLBASE/SQL encountered an invalid stored section.ACTIONSTOP the DBEnvironment, use the SQLUtil ALTDBE command
to set the DDL Enabled flag to YES, then START the DBEnvironment
and run the application again.
2768 MESSAGECurrent tuple does not satisfy the predicate in the
cursor definition. (DBERR 2768)CAUSEAfter you fetched the data, the data was updated
by another transaction and no longer satisfies your cursor definition.ACTIONNo action is necessary.
2769 MESSAGECursor !.!(!) is not updatable. (DBERR 2769)CAUSEYou tried to REFETCH or UPDATE using a cursor that
is not updatable.ACTIONMake sure you declare the cursor FOR UPDATE in the DECLARE
CUSOR statement.
2770 MESSAGEINSERT rejected: FORMAT II INSERT cannot insert a table
into itself. (DBERR 2770)CAUSEThe table you specified as the target table in the
INSERT statement was the same as one of the tables in the embedded
SELECT statement.ACTIONModify your command specifying a different target
table or remove the target table from the embedded SELECT statement.
2771 MESSAGEKEEP CURSOR with NOLOCKS is not supported on 
NON-UPDATABLE CURSOR. (DBERR 2771)CAUSEYou specified the KEEP CURSOR WITH NOLOCKS option
for a cursor which was declared as SELECT...ORDER BY or SELECT DISTINCT.
These operations need to build temporary tables, and if KEEP CURSOR
WITH NOLOCKS is in effect, the consistency between permanent and
temporary tables cannot be guaranteed between transactions.ACTIONRevise the program to open the cursor with the KEEP CURSOR
WITH LOCKS option.
2772MESSAGECursor !.!(!) containing SUBQUERY is not allowed in the REFETCH command. (DBERR 2772)CAUSEYou attempted to perform a REFETCH on a cursor containing
a subquery.ACTIONREFETCH cannot be done on cursors containing subqueries.
Either remove the subquery from the cursor, or do not perform REFETCH
on that cursor.
2773 MESSAGEMultiple-rows operation is NOT allowed in the REFETCH command. (DBERR 2773)CAUSEYou specified more than one record in the REFETCH statement.ACTIONMake sure to specify only one record for the REFETCH statement.
2774MESSAGEEscape character in LIKE pattern must be followed by escape character, underscore, or percent. (DBERR 2774)CAUSEThere is an escape character in a LIKE predicate
pattern that is not followed by an escape character, underscore,
or percent.ACTIONChange the pattern to a legal pattern.
2775MESSAGEEscape character must be a single character. (DBERR 2775)CAUSEYou specified a multi-character string for the escape pattern,
or passed in a host variable containing more than a single character.ACTIONCorrect the specification of the escape string to
be a single character, or make sure that the host variable is set
to blanks after the escape character.
2776MESSAGEDynamic parameters as both operands of a single binary
operator disallowed. (DBERR 2776)CAUSEYou specified dynamic parameters for both operands
of an arithmetic or comparison operator.ACTIONModify your statement to not specify dynamic parameters for
both operands of the arithmetic or comparison operator.
2777MESSAGEDynamic parameter as the operand of a unary arithmetic operator disallowed. (DBERR 2777)CAUSEYou specified a dynamic parameter in a NULL predicate
or a minus sign is specified in front of the dynamic parameter.ACTIONModify your statement to not contain a dynamic parameter
in a NULL predicate nor a minus sign in front of a dynamic parameter.
2778MESSAGEDynamic parameter in the SELECT list disallowed. (DBERR 2778)CAUSEYou specified a dynamic parameter in the SELECT
list.ACTIONModify your statement to not contain a dynamic parameter
in a SELECT list.
2779MESSAGETID data type is not supported. (DBERR 2779)CAUSEYou specified a column of TID data type in the CREATE TABLE
or ALTER TABLE statement. There is no TID data type.ACTIONCheck and modify the statement.
2780MESSAGEPsuedotable can not be updated. (DBERR 2780)CAUSEYou attempted to perform an update on a system pseudotable.ACTIONCheck that the correct table name has been specified.
2781MESSAGEIllegal reference to TID function in group operation. (DBERR 2781)CAUSEWithin a single query block, you cannot specify
the GROUP BY clause when using the TID function in the select list.ACTIONCheck and modify the command.
2782MESSAGETID function is not allowed for the pseudotable (!.!). (DBERR 2782)CAUSEThe parameter in the TID function is a system pseudotable.ACTIONCheck and modify the command.
2783MESSAGETID function is not allowed for the non-updatable view (!.!). (DBERR 2783)CAUSEThe parameter in the TID function is not an updatable view.ACTIONCheck and modify the command.
2784MESSAGEDDL statement not allowed in PREPARE REPEAT command. (DBERR 2784)CAUSEData definition language statements (CREATE TABLE, CREATE
INDEX, DROP TABLE, etc.) are not allowed in a PREPARE command with
the REPEAT option. ACTIONDo not use the REPEAT option for DDL commands. 
2785MESSAGEThe starting position is invalid for the SUBSTRING function. (DBERR 2785)CAUSEThe StartPosition parameter of the SUBSTRING function is
less than 1 or greater than the length of the SourceString.ACTIONChange the StartPosition parameter to a value greater than
0, and less than or equal to the length of the SourceString parameter.
2786MESSAGEThe substring length is invalid for the SUBSTRING function. (DBERR 2786)CAUSEThe Length parameter of the SUBSTRING function is
less than 1 or greater than the length of the SourceString parameter.ACTIONChange the Length parameter to a value greater than
0, and less than or equal to the length of the SourceString parameter.
2787 MESSAGELength of item ! in select list exceeds that of corresponding procedure result column. (DBERR 2787)CAUSEAn item in the select list in a procedure SELECT statement
with no INTO clause has a length greater than that specified for
the corresponding procedure result column in the WITH RESULT clause
of the CREATE PROCEDURE statement.ACTIONRe-issue the CREATE PROCEDURE statement, either omitting
the WITH RESULT clause, or ensuring that all multiple row result
sets returned from the procedure are compatible with the format
specified.
2788 MESSAGEUSING Clause is required for output dynamic parameters. (DBERR 2788)CAUSEYou tried to execute a prepared EXECUTE PROCEDURE statement
with output dynamic parameters, but no output variables were provided
in the USING clause of an EXECUTE or CLOSE statement.ACTIONIssue the EXECUTE or CLOSE statement again with
the USING clause, specifying output variables for output dynamic
parameters in the prepared statement.
2790 MESSAGECANNOT use DROP PARTITION on DEFAULT partition. (DBERR 2790)CAUSEYou attempted to drop the DEFAULT partition.ACTIONThis partition cannot be dropped. Its partition
number can be changed with the START DBE NEWLOG statement.
2791 MESSAGECannot CREATE PARTITION !. (DBERR 2791)CAUSEYou attempted to create a partition named NONE or DEFAULT.
This partition name cannot be used since it refers to the nonexistent
partition.ACTIONNo partition can be created with this name in the CREATE
PARTITION statement.
2792 MESSAGEComment text for LOG COMMENT must have data type CHAR or VARCHAR. (DBERR 2792)CAUSEThe value for a log comment was not a character
value.ACTIONCheck the type of the value and be sure it is CHAR
or VARCHAR.
2793 MESSAGECannot LOG COMMENT when AUDIT LOG not enabled. (DBERR 2793)CAUSEYou specified a LOG COMMENT statement in a DBEnvironment
without audit logging or with audit logging disabled.ACTIONEnable AUDIT LOG for the DBEnvironment or refrain from
issuing LOG COMMENT on the DBEnvironment.
2794MESSAGECannot open log scan on AUDIT CHECKPOINT only DBEnvironment. (DBERR 2794)CAUSEUnable to open the log scan on the AUDIT CHECKPOINT.ACTIONEnable AUDIT LOG for the DBEnvironment, not for AUDIT
CHECKPOINT. 
2795MESSAGEInvalid value for the number of occurance parameter in INSTR function.(DBERR 2795)CAUSEThe number of occurance parameter has a value less
than 1 or greater than the length of SourceString.ACTIONChange the parameter to a value greater than 0 and
less than or equal to the length of SourceString parameter. 
 |