ALLBASE/SQL Error Messages (Continued) [ ALLBASE/SQL Message Manual ] MPE/iX 5.5 Documentation
ALLBASE/SQL Message Manual
ALLBASE/SQL Error Messages (Continued)
10059 MESSAGE Invalid BEGIN WORK setting. (DBERR 10059)
CAUSE You specified a bad transaction priority or
isolation level when starting a transaction.
ACTION Specify a valid transaction priority or isolation
level in the BEGIN WORK statement.
----------------------------------------------------------------------------
10060 MESSAGE Invalid format node data type encountered.
(DBERR 10060)
CAUSE The data type you specified in one of the format
array elements is not a valid SQL data type.
ACTION Specify a valid SQL data type.
----------------------------------------------------------------------------
10061 MESSAGE Invalid format string specified. (DBERR 10061)
CAUSE The format string you specified is invalid.
ACTION Specify a valid format string.
----------------------------------------------------------------------------
10062 MESSAGE Invalid setting in PARMCB.CURSOR_NUM. (DBERR
10062)
CAUSE The cursor number you specified in
PARMCB.CURSOR_NUM is either 0, less then -32767, or
greater than 32767.
ACTION Specify a valid cursor number in PARMCB.CURSOR_NUM.
----------------------------------------------------------------------------
10063 MESSAGE Invalid format node type encountered. (DBERR
10063)
CAUSE The format node type you specified in one of the
format array elements is invalid.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
10064 MESSAGE Invalid PARMCB.PARMS.PARMBUF_LEN specified.
(DBERR 10064)
CAUSE The length you specified in PARMCB.PARMS.PARMBUF_LEN
is less than or equal to zero.
ACTION Specify a valid length in PARMCB.PARMS.PARMBUF_LEN.
----------------------------------------------------------------------------
10065 MESSAGE Invalid PARMCB.DATABUF.ROW_LEN specified. (DBERR
10065)
CAUSE The length you specified in PARMCB.DATABUF.ROW_LEN
is less than or equal to zero.
ACTION Specify a valid length in PARMCB.DATABUF.ROW_LEN.
----------------------------------------------------------------------------
10066 MESSAGE Invalid savepoint specified. (DBERR 10066)
CAUSE The savepoint number you specified is negative.
ACTION Specify a valid savepoint number.
----------------------------------------------------------------------------
10067 MESSAGE Invalid setting in PARMCB.DATABUF.USE_FLAG.
(DBERR 10067)
CAUSE The data buffer use flag you specified in
PARMCB.DATABUF.USE_FLAG is invalid.
ACTION Specify a valid data buffer use flag in
PARMCB.DATABUF.USE_FLAG.
----------------------------------------------------------------------------
10068 MESSAGE Invalid setting in SQLEA. (DBERR 10068)
CAUSE You specified an invalid SQLX environment control
setting.
ACTION Correct the value of SQLEA.
----------------------------------------------------------------------------
10069 MESSAGE The maximum number of DBEnvironments have been
connected. (DBERR 10069)
CAUSE An attempt to connect to a DBEnvironment was
rejected because the maximum number of database
connections has been reached.
ACTION Release some existing connections.
----------------------------------------------------------------------------
[REV BEG]
10071 MESSAGE SQLX internal error - Pascal escapecode !.(DBERR
10071)
CAUSE Internal error.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
[REV END]
----------------------------------------------------------------------------
[REV BEG]
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.
[REV END]
----------------------------------------------------------------------------
[REV BEG]
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.
[REV END]
----------------------------------------------------------------------------
[REV BEG]
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.
[REV END]
----------------------------------------------------------------------------
[REV BEG]
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.
[REV END]
----------------------------------------------------------------------------
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 record as much information as possible and
contact your HP Service Representative or Response
Center.
----------------------------------------------------------------------------
10082 MESSAGE Internal error. Could not allocate or deallocate
the GCB. (DBERR 10082)
CAUSE The Global 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 record as much information as possible and
contact your HP Service Representative or Response
Center.
----------------------------------------------------------------------------
10083 MESSAGE Internal error. Could not get the Star/Externals
KPO. (DBERR 10083)
CAUSE The SQLX runtime interface is unable to obtain the
Star/Externals KPO.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
10084 MESSAGE Internal error. Could not set the Star/Externals
KPO. (DBERR 10084)
CAUSE The SQLX runtime interface is unable to set the
Star/Externals KPO.
ACTION Record as much information as possible and contact
your HP Service Representative or Response Center.
----------------------------------------------------------------------------
10085 MESSAGE Internal error. Could not allocate the
Star/Externals KPO. (DBERR 10085)
CAUSE The Star/Externals KPO could not be allocated,
possibly because of a memory allocation failure.
ACTION Try your program later. If the condition persists,
then record as much information as possible and
contact your HP Service Representative or Response
Center.
----------------------------------------------------------------------------
10086 MESSAGE XA Interface ALLBASE/SQL protocol error occurred.
(DBERR 10086)
CAUSE An incorrect combination of XA call interface and
ALLBASE/SQL protocol was performed.
ACTION Refer to the X/OPEN XA Interface standard for
possible causes.
----------------------------------------------------------------------------
10087 MESSAGE A transaction is active in another DBEnvironment
connection. (DBERR 10087)
CAUSE A SET MULTITRANSACTION OFF statement was rejected
because at least one transaction is active outside
of the current DBEnvironment connection.
ACTION Complete any active transactions associated with
other DBEnvironment connections using either COMMIT
WORK or ROLLBACK WORK, and retry the statement.
----------------------------------------------------------------------------
10088 MESSAGE XA Interface rmfail error occurred. (DBERR
10088)
CAUSE A resource manager failure has occurred in the XA
interface.
ACTION Refer to the X/OPEN XA Interface standard for
possible causes.
----------------------------------------------------------------------------
10089 MESSAGE Error occurred opening the module file. (DBERR
10089)
CAUSE The specified module file could not be opened.
ACTION Ensure that the module file exists, and that it can
be read and written to. If the condition persists,
then record as much information as possible and
contact your HP Service Representative or Response
Center.
----------------------------------------------------------------------------
10090 MESSAGE The module file is empty. (DBERR 10090)
CAUSE The specified module file to be installed is empty.
ACTION Specify the correct module file name, or create new
module file.
----------------------------------------------------------------------------
10091 MESSAGE The file is not a module file, or it is
corrupted. (DBERR 10091)
CAUSE The specified module file to be installed is either
corrupt or is not a module file.
ACTION Specify the correct module file name, or create new
module file.
----------------------------------------------------------------------------
10092 MESSAGE Incorrect protocol when installing or creating a
module file. (DBERR 10092)
CAUSE You attempted to install and create a module file
simultaneously
or
the file identifier passed to the install is
different from the one assigned when the module
file was opened.
ACTION Do not attempt to install and create a module file
simultaneously
or
pass the file identifier set when the module file
was opened.
----------------------------------------------------------------------------
10093 MESSAGE Error occurred reading the module file. (DBERR
10093)
CAUSE The specified module file could not be read.
ACTION Ensure that the module file exists and that it has
the correct read/write permissions. If the
condition persists, then record as much information
as possible and contact your HP Service
Representative
----------------------------------------------------------------------------
10094 MESSAGE Error occurred closing the module file. (DBERR
10094)
CAUSE The specified module file could not be closed.
ACTION Ensure that the module file exists. If the
condition persists, then record as much information
as possible and contact your HP Service
Representative
----------------------------------------------------------------------------
10095 MESSAGE Module file created with with different product
or version. (DBERR 10095)
CAUSE The specified module file to be installed was
created from an incompatible version of
ALLBASE/SQL.
ACTION Recreate the module file with the current version
of ALLBASE/SQL.
----------------------------------------------------------------------------
10096 MESSAGE Error occurred writing the module file. (DBERR
10096)
CAUSE The specified module file could not be written to.
ACTION Ensure that the module file exists and that it can
be written to. If the condition persists, then
record as much information as possible and contact
your HP Service Representative
----------------------------------------------------------------------------
10900 MESSAGE PRESERVE or REVOKE may not be used without DROP
option. (DBERR 10900)
CAUSE The preprocessor INFO string contained the NODROP
option (or defaulted to NODROP because DROP was not
specified) and also contained a PRESERVE or REVOKE
option.
ACTION The PRESERVE and REVOKE options only apply when the
DROP option is also specified. Invoke the
preprocessor again, specifying only valid
combinations of options in the INFO string.
----------------------------------------------------------------------------
MPE/iX 5.5 Documentation