ALLBASE/SQL Message Manual (36216-90213)

250 Chapter8
ALLBASE/SQL Error Messages: 8221-10999
CAUSE Internal error.
ACTION Record as much information as possible and contact your
HP Service Representative or Response Center.
10074 MESSAGE Invalid offset for last record passed. (DBERR
10074)
CAUSE This can be returned by audit_log when the last_rec_offset
field contains an invalid value.
ACTION Check the application to determine what value is being
passed and whether it is within the domain of the log
buffer space.
10075 MESSAGE Invalid number of records in column array.
(DBERR 10075)
CAUSE The num_columns field in the Arglist has been initialized
to a negative number.
ACTION Check the application program to determine whether this
field is being initialized properly.
10076 MESSAGE Invalid number of records in update column
array. (DBERR 10076)
CAUSE The num_upd_cols field in the Arglist has been initialized
to a negative number.
ACTION Check the application program to determine whether this
field is being initialized properly.
10077 MESSAGE Insufficient space in log buffer to return
next log record. (DBERR 10077)
CAUSE Transmit log was unable to transmit the log record into
the log buffer because there was insufficient space to hold
it. This warning can only be encountered if the first record
to transmit will not fit into the log buffer.
ACTION Allocate a larger log buffer space and call transmit_log
again.
10080 MESSAGE XA Interface protocol error occurred. (DBERR
10080)
CAUSE You specified incorrect XA call interface protocol.
ACTION Refer to the X/OPEN XA Interface standard for possible
causes.
10081 MESSAGE Internal error. Could not allocate or
deallocate the DCB. (DBERR 10081)
CAUSE The DBE Control Block could not be allocated or
deallocated, possibly because of a memory resource failure.
ACTION Try your program later. If the condition persists, then