ALLBASE/SQL Message Manual (36216-90213)

Chapter 2 71
ALLBASE/SQL Warning Messages
displays the transaction limit, and the ACTIVE XACT
field displays the current number of active transactions.
You may wish to use the SQLUtil ALTDBE command to
increase the transaction limit. Also, use the SET command
to check the current value of the USERTIMEOUT
variable, which specifies the number of seconds that
SQLMON will wait before timing out. You may wish to use
the SET USERTIMEOUT command to increase the value,
and then issue your original command again.
34515 MESSAGE Could not obtain share lock on SUBSYSTEM
CATALOG.
(DBWARN 34515)
CAUSE SQLMON could not read from an internal table.
ACTION Please contact your HP Service Representative or
Response Center.
34518 MESSAGE Not attempting to map information from
SYSTEM.TABLE.
(DBWARN 34518)
CAUSE In shared memory, table ids are represented by TIDs.
During the SET DBENVIRONMENT command,
SQLMON normally reads from SYSTEM.TABLE to obtain
information that maps each TID to an OWNER.TABLE
name. Because of some error, SQLMON is not able to read
from SYSTEM.TABLE. Therefore, table names will be
displayed in TID format, instead of as OWNER.TABLE
strings.
ACTION Resolve the error, and try again. If necessary, contact your
HP Service Representative or Response Center.
34519 MESSAGE Not attempting to map information from
SYSTEM.INDEX.
(DBWARN 34519)
CAUSE In shared memory, B-tree index ids are represented by
TIDs. During the SET DBENVIRONMENT command,
SQLMON normally reads from SYSTEM.INDEX to obtain
information that maps each TID to an
OWNER.TABLE/INDEX name. Because of some error,
SQLMON is not able to read from SYSTEM.INDEX.
Therefore, index names will be displayed in TID format,
instead of as OWNER.TABLE/INDEX strings.
ACTION Resolve the error, and try again. If necessary, contact your
HP Service Representative or Response Center.
34520 MESSAGE Not attempting to map information from
SYSTEM.DBEFILE.
(DBWARN 34520)