HP 3000 Manuals

Library Procedure Error Messages (Continued) [ TurboIMAGE/XL Database Management System Reference Manual ] MPE/iX 5.5 Documentation


TurboIMAGE/XL Database Management System Reference Manual

Library Procedure Error Messages (Continued) 

Library Procedure Calling Errors (Continued) 

-145         MESSAGE    Roll-back recovery must be enabled or disabled
                      for all MDBX databases.

           MEANING    All databases involved in a multiple database
                      transaction (MDBX) must have synchronized logging
                      facilities.

           ACTION     Ask your database administrator or application
                      programmer to synchronize the logging facilities.

-----------------------------------------------------------------

-146         MESSAGE    Invalid transaction ID.

           MEANING    The transaction ID used in a call to DBBEGIN and in
                      the call to its corresponding DBEND do not match.

           ACTION     Contact your database administrator or application
                      programmer.

-----------------------------------------------------------------

-147         MESSAGE    Mode doesn't match DBBEGIN mode.

           MEANING    The DBBEGIN mode and its corresponding DBEND mode
                      must match.

           ACTION     Contact your database administrator or application
                      programmer.

-----------------------------------------------------------------

-148         MESSAGE    Base ID list doesn't match DBBEGIN base ID list.

           MEANING    The base ID list passed to DBBEGIN for a multiple
                      database transaction does not match the DBEND base
                      ID list for the same transaction.

           ACTION     Contact your database administrator or application
                      programmer.

-----------------------------------------------------------------

-151         MESSAGE    Text length greater than 512 bytes

           MEANING    Text provided to DBBEGIN, DBEND, DBMEMO, DBXBEGIN,
                      DBXEND, DBXUNDO is too long.

           ACTION     Modify program.

-----------------------------------------------------------------

-152         MESSAGE    DBCLOSE called while a transaction is in process;
                      DBBEGIN called while a transaction is in process;
                      DBXBEGIN called while a transaction is in progress

           MEANING    A transaction is in process.

           ACTION     Call DBEND before DBCLOSE. Call DBEND before the
                      next DBBEGIN. Call DBXEND before the next DBXBEGIN.

-----------------------------------------------------------------

-153         MESSAGE    DBEND called while no transaction in progress

           MEANING    No DBBEGIN precedes the call to DBEND.

           ACTION     Call DBBEGIN before DBEND.

-----------------------------------------------------------------

-160         MESSAGE    ILR log file name conflict

           MEANING    A user file has the same name as the ILR log file
                      name.

           ACTION     Replace the user file with a valid MPE ILR log
                      file.

-----------------------------------------------------------------

-161         MESSAGE    Cannot check for an ILR log file conflict:  file
                      system error nn 

           MEANING    DBUTIL DISABLE command or call to DBOPEN failed to
                      open ILR log file.

           ACTION     Check file system error number.

-----------------------------------------------------------------

-166         MESSAGE    Cannot purge ILR log file: file system error nn 

           MEANING    DBUTIL DISABLE, PURGE, or ERASE command could not
                      purge an ILR log file because of a file system
                      error.

           ACTION     Check file system error number.

-----------------------------------------------------------------

-167         MESSAGE    Cannot begin MPE XL XM transaction:  XM error nn 

           MEANING    The logical beginning of an MPE transaction failed.
                      nn represents the error number returned.

           ACTION     Notify HP support personnel.

-----------------------------------------------------------------

-168         MESSAGE    Cannot attach n to MPE XL XM: file system error
                      nn 

           MEANING    Data set n could not be attached to the MPE
                      transaction recovery mechanism.  MPE intrinsic
                      FILEINFO or FLABELINFO failed.

           ACTION     Notify HP support personnel.

-----------------------------------------------------------------

-169         MESSAGE    Invalid mode for XM attach options

           MEANING    An internal error has occurred.

           ACTION     Notify HP support personnel.

-----------------------------------------------------------------

-170         MESSAGE    Cannot open ILR log file: file system error nn 

           MEANING    DBUTIL DISABLE command or call to DBOPEN was not
                      able to open ILR log file due to file system error.

           ACTION     Check file system error number.

-----------------------------------------------------------------

-172         MESSAGE    Cannot read ILR log file: file system error nn 

           MEANING    DBUTIL DISABLE command or call to DBOPEN was not
                      able to read ILR log file due to file system error.

           ACTION     Check file system error number.

-----------------------------------------------------------------

-173         MESSAGE    Unable to obtain write access

           MEANING    DBOPEN has determined that it is necessary to
                      perform ILR. The current user does not have write
                      access to the database.

           ACTION     Have the database opened by a user with write
                      access.

-----------------------------------------------------------------

-174         MESSAGE    Bad mode for ILR

           MEANING    DBOPEN has determined that it is necessary to
                      perform ILR. The database must be opened for
                      writing.

           ACTION     Open the database in mode 1-4.

-----------------------------------------------------------------

-175         MESSAGE    Cannot attach n to MPE XL XM: XM error nn 

           MEANING    The data set n could not be attached to the
                      transaction recovery mechanism.  nn is the MPE
                      error number returned.

           ACTION     Notify HP support personnel.

-----------------------------------------------------------------

-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.

-----------------------------------------------------------------



MPE/iX 5.5 Documentation