ALLBASE/SQL Message Manual (36216-90213)

72 Chapter2
ALLBASE/SQL Warning Messages
CAUSE In shared memory, DBEFile ids are represented by
integers. During the SET DBENVIRONMENT command,
SQLMON normally reads from SYSTEM.DBEFILE to
obtain information that maps each integer to a DBEFile
name. Because of some error, SQLMON is not able to read
from SYSTEM.DBEFILE. Therefore, DBEFile names will
be displayed as integers, instead of strings.
ACTION Resolve the error, and try again. If necessary, contact your
HP Service Representative or Response Center.
34521 MESSAGE Not attempting to map information from
SYSTEM.CONSTRAINT.
(DBWARN 34521)
CAUSE In shared memory, referential constraint (PCR) ids are
represented by TIDs. During the SET
DBENVIRONMENT command, SQLMON normally reads
from SYSTEM.CONSTRAINT to obtain information that
maps each PCR TID to an
OWNER.TABLE/CONSTRAINT name. Because of some
error, SQLMON is not able to read from
SYSTEM.CONSTRAINT. Therefore, PCR names will be
displayed in TID format, instead of as
OWNER.TABLE/CONSTRAINT strings.
ACTION Resolve the error, and try again. If necessary, contact your
HP Service Representative or Response Center.
34580 MESSAGE USERTIMEOUT exceeded maximum, so it was reset
to ! seconds.
(DBWARN 34580)
CAUSE You probably tried to issue a SET USERTIMEOUT
command using a timeout value that was larger than the
maximum timeout value that has been configured for the
database. The USERTIMEOUT variable has
automatically been reset to the maximum timeout value,
which is displayed in the message.
ACTION No action is necessary.