Library Procedure Error Messages (contd.) [ TurboIMAGE/XL Database Management System Reference Manual ] MPE/iX 5.0 Documentation
TurboIMAGE/XL Database Management System Reference Manual
Library Procedure Error Messages (contd.)
Library Procedure Calling Errors (contd.)
-176 MESSAGE Cannot detach n from MPE XL XM: XM error nn.
MEANING The data set n could not be detached from the
transaction recovery mechanism. nn is the MPE
error number returned.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-177 MESSAGE MPE log file is not in the same volume set as the
database.
MEANING MPE transaction recovery requires that the user log
file must reside in the same volume set as the
database.
ACTION Build the MPE user log file in same volume set as
database.
NOTE: Because all files in a group are in same
volume set, the MPE LISTGROUP command indicates the
volume set where a database resides.
---------------------------------------------------------------
-178 MESSAGE Cannot detach n from MPE XL XM: file system error
nn
MEANING The data set n could not be detached from the MPE
transaction recovery mechanism. The MPE intrinsic
FLABELINFO failed. nn is the file system error
number returned.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-179 MESSAGE Cannot begin MPE XL transaction for attach: XM
error nn
MEANING Before attaching the entire database to the MPE
transaction recovery mechanism, a logical beginning
of a transaction is specified. The beginning of
the transaction failed. nn is the error number
returned.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-180 MESSAGE ILR log invalid - internal file name does not
match root file
MEANING DBUTIL DISABLE command or call to DBOPEN attempted
to open ILR log file, but the file names are
inconsistent. This is unlikely to occur unless the
disk is corrupted, or the TurboIMAGE/XL root file
or ILR log file has been altered by a privileged
mode user.
ACTION Use DBRESTOR to restore database.
---------------------------------------------------------------
-181 MESSAGE ILR log file invalid - internal group name does
not match root file
MEANING DBUTIL DISABLE command or call to DBOPEN attempted
to open ILR log file, but group names do not match.
(See error -180 for possible cause.)
ACTION With ILR on, use the MPE RESTORE command with the
GROUP= option to restore the database.
To avoid this error, disable ILR when moving a
database from one group and account to another
group and account.
---------------------------------------------------------------
-182 MESSAGE ILR log invalid - internal account name does not
match root file
MEANING DBUTIL DISABLE command or call to DBOPEN attempted
to open ILR log file, but account names do not
match. (See error -180 for possible cause.)
ACTION With ILR on, use the MPE RESTORE command with the
ACC= option to restore the database.
To avoid this error, disable ILR when moving a
database from one group and account to another
group and account.
---------------------------------------------------------------
-183 MESSAGE ILR log invalid - internal creation date does not
match root file
MEANING DBUTIL DISABLE command or call to DBOPEN was unable
to open ILR log file because its creation date was
not the same as the creation date of the
TurboIMAGE/XL root file. Could be caused by
storing the database followed by a partial restore
with the MPE RESTORE command that excluded either
the root file or the ILR log file. If there was an
intervening ENABLE or DISABLE command, the creation
dates will not match and only a partial
DBSTORE/DBRESTOR occurred.
ACTION To avoid this problem always store database with
DBSTORE and restore with DBRESTOR. Using these
utilities assures that root file and ILR log file
are consistent.
---------------------------------------------------------------
-184 MESSAGE ILR log invalid - internal last access data
access data does not match root file
MEANING DBUTIL DISABLE command or call to DBOPEN was unable
to open ILR log file because its last access date
does not match the date in the root file. Possibly
caused by a store and then a partial restore (using
the MPE RESTORE command) of the database .
ACTION Always store database with DBSTORE and restore with
DBRESTOR to assure consistent dates in root file
and log file.
---------------------------------------------------------------
-187 MESSAGE ILR is already enabled for this database
MEANING DBUTIL ENABLE command attempted to enable a
database for ILR when ILR was already enabled.
ACTION Warning only.
---------------------------------------------------------------
-188 MESSAGE ILR is already disabled for this database
MEANING DBUTIL DISABLE command attempted to disable a
database for ILR when ILR was already disabled.
ACTION Warning only.
---------------------------------------------------------------
-189 MESSAGE Cannot begin MPE XL transaction for detach: XM
error nn
MEANING Before detaching the entire database from the MPE
transaction recovery mechanism, a logical ending of
a transaction is specified. The ending of the
transaction failed. nn is the error number
returned.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-190 MESSAGE Bad DBS
MEANING The Database System Control Block has been
corrupted.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-191 MESSAGE The DBS is full
MEANING DBOPEN has detected that there is no more room in
the DBS to hold any more DBG entries.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-192 MESSAGE Invalid DBU
MEANING The database user local control block has been
corrupted.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-193 MESSAGE DBU control block is full
MEANING The database user local control block is full.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-194 MESSAGE Invalid DBB
MEANING The database buffer control block has been
corrupted.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-195 MESSAGE Invalid DBG
MEANING The database global control block has been
corrupted.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-196 MESSAGE DBB control block is full
MEANING The database buffer control block is full.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-197 MESSAGE DBG control block is full
MEANING The database global control block is full.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-198 MESSAGE Total DBOPEN count/user exceeds limit
MEANING The DBU index table, the DBUX, is full. This table
is used to map the baseid to the user's DBU. The
DBUX holds a maximum of 127 entries.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-199 MESSAGE Cannot end MPE XL XM transaction: XM error nn
MEANING The logical ending of an MPE transaction failed.
nn is the error number returned. Any writes done
on behalf of the intrinsic will be rolled out.
NOTE: This error is only possible from DBOPEN,
DBPUT, DBDELETE, DBUNLOCK, or DBUPDATE.
ACTION Notify system manager.
---------------------------------------------------------------
-200 MESSAGE Database language not system supported
MEANING DBOPEN attempted to open the database and found
that the language of the database is not currently
configured. The collating sequence of the language
is unavailable; DBOPEN cannot open the database.
ACTION Notify system manager.
---------------------------------------------------------------
-201 MESSAGE Native Language Support not installed
MEANING NLS/3000 internal structures have not been built at
system start-up. The collating sequence table of
the language of the database is unavailable; DBOPEN
cannot open the database.
ACTION Notify system manager.
---------------------------------------------------------------
-202 MESSAGE MPE Native Language Support error nn returned by
NLINFO
MEANING The error number given was returned by NLS/3000 on
a NLINFO call in DBOPEN.
ACTION Notify system manager.
---------------------------------------------------------------
-206 MESSAGE Database exceeds limits
MEANING DBOPEN has detected that the remote TurboIMAGE/XL
database exceeds the local IMAGE limitations.
Remote database access cannot be completed. A
TurboIMAGE/XL database can only be accessed from a
local node (which has IMAGE) if and only if the
remote database has not exceeded the IMAGE/3000
data set and data item limitations.
ACTION Access the remote TurboIMAGE/XL database from
another local node which also supports
TurboIMAGE/XL.
---------------------------------------------------------------
-208 MESSAGE MPE error nn returned by FLABELINFO for MPE XL XM
MEANING MPE file system error nn was returned by the
intrinsic FLABELINFO.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-209 MESSAGE Invalid mode for MPE XL XM DETACH
MEANING An internal error has occurred.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-210 MESSAGE MPE error nn on log file name
MEANING MPE file system error nn was returned while trying
to obtain the user log file name.
ACTION Notify HP support personnel.
---------------------------------------------------------------
-213 MESSAGE DBXEND encountered XM error nn when ending a
dynamic transaction
MEANING This is an internal error.
ACTION Notify your system manager and HP support
personnel.
---------------------------------------------------------------
-215 MESSAGE XM error nn encountered when rolling out a
dynamic transaction.
MEANING This is an internal error.
ACTION Notify your system manager and HP support
personnel.
---------------------------------------------------------------
-216 MESSAGE Cannot end a dynamic transaction with DBEND
MEANING A transaction started by DBXBEGIN cannot use DBEND.
ACTION Replace the DBEND call with a call to DBXEND.
---------------------------------------------------------------
-217 MESSAGE DBOPEN mode n incompatible with Dynamic Rollback
MEANING Strong locking must be enforced for dynamic
transactions.
ACTION Use DBOPEN mode 1, 3, or 4.
---------------------------------------------------------------
-218 MESSAGE Output deferred is incompatible with Dynamic
Rollback
MEANING A database cannot be enabled for AUTODEFER when
dynamic roll-back intrinsics are used.
ACTION Either disable the database for deferred output or
do not use dynamic roll-back intrinsics.
---------------------------------------------------------------
-219 MESSAGE Remote database access is incompatible with
Dynamic Rollback
MEANING Remote database access cannot be used in
conjunction with dynamic roll-back.
ACTION Use either remote database access or dynamic
roll-back intrinsics, but not both.
---------------------------------------------------------------
-220 MESSAGE Database and user log not attached to the same XM
log set
MEANING When a database is enabled for DBRECOV roll-back
recovery, the database and user log must be
attached to the same XM log set.
ACTION Move the database and user log to the same XM log
set.
---------------------------------------------------------------
-221 MESSAGE Cannot begin a transaction when a dynamic
transaction is active
MEANING Each DBOPEN can have only one dynamic transaction
active at one time.
ACTION Check the application to make sure that only one
dynamic transaction is active at one time.
---------------------------------------------------------------
-222 MESSAGE Only DBXUNDO allowed when dynamic transaction
encounters an error
MEANING A write intrinsic or DBUNLOCK error occurred while
in an active dynamic transaction. Only DBXUNDO can
be called.
ACTION Change the application to call DBXUNDO when this
type of error occurs.
---------------------------------------------------------------
-223 MESSAGE Cannot DBXEND or DBXUNDO a transaction which was
not active
MEANING DBXEND or DBXUNDO called and no dynamic transaction
is active.
ACTION Do not call DBXEND or DBXUNDO unless the dynamic
transaction has been started by a DBXBEGIN.
---------------------------------------------------------------
-224 MESSAGE DBCONTROL mode 1 not allowed inside a dynamic
transaction
MEANING DBCONTROL mode 1 enables a database for deferred
output. Deferred output and dynamic roll-back are
incompatible.
ACTION Do not use DBCONTROL mode 1 when inside a dynamic
transaction.
---------------------------------------------------------------
-225 MESSAGE Record table full for Dynamic Rollback
MEANING The transaction defined in the user application
exceeds the maximum transaction size for dynamic
transactions.
ACTION Shorten your dynamic transaction, or notify your
system manager and HP support personnel.
---------------------------------------------------------------
-226 MESSAGE Error occurred in when the 00 file was created
MEANING The transaction defined in the user application
exceeds the maximum transaction size for dynamic
transactions.
ACTION Notify your database administrator and HP support
personnel.
---------------------------------------------------------------
-227 MESSAGE Error occurred in 00 file recovery
MEANING An internal error has occurred.
ACTION Notify your database administrator and HP support
personnel.
---------------------------------------------------------------
-228 MESSAGE DBXBEGIN encountered XM error nn when starting a
dynamic transaction
MEANING An internal error has occurred.
ACTION Notify your database administrator and HP support
personnel.
---------------------------------------------------------------
-230 MESSAGE A DBUNLOCK inside a dynamic transaction is not
allowed
MEANING DBUNLOCK can only be performed when a dynamic
transaction has been completed with a DBXEND or
DBXUNDO.
ACTION Change the application so that it does not call
DBUNLOCK after DBPUT, DBDELETE, or DBUPDATE is used
inside a dynamic transaction.
---------------------------------------------------------------
-231 MESSAGE During Dynamic Rollback recovery, internal
procedure failed; error nn
MEANING An internal error has occurred.
ACTION Notify your database administrator and HP support
personnel.
---------------------------------------------------------------
-232 MESSAGE Illegal DBCLOSE mode 2 used during an active
dynamic transaction.
MEANING Only DBCLOSE mode 3 is allowed during an active
dynamic transaction.
ACTION Move the DBCLOSE call outside of the dynamic
transaction, or, if appropriate, change the DBCLOSE
mode to 3.
---------------------------------------------------------------
-233 MESSAGE Key data found in database does not match that in
the memo record
MEANING An internal error has occurred.
ACTION Notify your database administrator and
Hewlett-Packard support personnel.
---------------------------------------------------------------
-234 MESSAGE Cannot purge the 00 file
MEANING The 00 file cannot be purged due to MPE file system
error.
ACTION Find out the file system error number in element 2
of the status array, and notify your database
administrator and HP support personnel.
---------------------------------------------------------------
-235 MESSAGE Dynamic transaction aborted due to DBCLOSE mode
1, database closed.
MEANING Only DBCLOSE mode 3 is allowed during an active
dynamic transaction.
ACTION Move the DBCLOSE call outside of the dynamic
transaction.
---------------------------------------------------------------
-236 MESSAGE Internal error nn occurred when opening the AUX
file.
MEANING An internal error has occurred.
ACTION Notify your database administrator and
Hewlett-Packard support personnel.
---------------------------------------------------------------
-237 MESSAGE Cannot DBXEND or DBXUNDO a DBBEGIN transaction
MEANING A transaction started by a DBBEGIN cannot use
DBXEND or DBXUNDO.
ACTION Replace the DBXEND call with a call to DBEND or
replace the DBBEGIN call with a call to DBXBEGIN.
---------------------------------------------------------------
-253 MESSAGE Database enabled for indexing, but third-party
indexing is not configured
MEANING This message is returned if you are using
third-party indexing (TPI). The database has been
enabled for indexing via DBUTIL, but the
third-party product or database is not configured
correctly.
ACTION Consult your third-party vendor documentation.
---------------------------------------------------------------
-254 MESSAGE Rollback of third-party index failed; indexing
disabled for data set
MEANING This message is returned if you are using
third-party indexing (TPI). The third-party product
did not perform the necessary roll-back function to
maintain data set consistency.
ACTION Consult your third-party vendor documentation.
---------------------------------------------------------------
-255 MESSAGE Third-party indexing disable failed; indexing
disabled for database
MEANING This message is returned if you are using
third-party indexing (TPI). The third-party product
did not perform the necessary roll-back and
single-index-disable functions to maintain database
consistency (see error -254).
ACTION Consult your third-party vendor documentation.
---------------------------------------------------------------
-256 MESSAGE Third-party index for path nn is full
MEANING This message is returned if you are using
third-party indexing (TPI). The index file for the
indicated path is full; nn represents the path
number.
ACTION Consult your third-party vendor documentation.
---------------------------------------------------------------
-257 MESSAGE Third-party index for path nn is damaged
MEANING This message is returned if you are using
third-party indexing (TPI). The index file for the
indicated path is damaged; nn represents the path
number.
ACTION Consult your third-party vendor documentation.
---------------------------------------------------------------
-258 MESSAGE Invalid argument for index
MEANING This message is returned if you are using
third-party indexing (TPI). The argument parameter
contained an inappropriate value for the specified
index.
ACTION Consult your third-party vendor documentation.
---------------------------------------------------------------
MPE/iX 5.0 Documentation