ALLBASE/SQL Message Manual (36216-90213)

66 Chapter2
ALLBASE/SQL Warning Messages
CAUSE A backward migration was in progress when this message
was issued. User data which takes advantage of
functionality that is not present in the target release has
been detected.
ACTION You must use the ISQL EXTRACT and INSTALL
commands to move these sections into the SYSTEM
DBEFileSet before a migration can be attempted.
29007 MESSAGE Local database connection failed with DBERR
!. Remote
access attempted. (DBWARN 29007)
CAUSE You specified a file name in the START DBE or CONNECT
statement that does not exist on the local node.
ACTION If you wanted to access a local DBEnvironment, refer to
the DBERR returned in the error message.
33002 MESSAGE LU 6.2 Connect Warning. (DBWARN 33002)
CAUSE The AliasDB file entry has specified a DB2 connection
through LU 6.2.
ACTION SQL syntax in subsequent commands should be
appropriate for DB2 connections.
34073 MESSAGE Number of tables exceeds internal maximum
(max=!)
(DBWARN 34073)
CAUSE In shared memory, table ids are represented by TIDs.
During the SET DBENVIRONMENT command,
SQLMON reads from SYSTEM.TABLE and
SYSTEM.COLUMN to obtain information that maps each
TID to an OWNER.TABLE name. There is a limit to the
number that can be mapped: if the number of tables
within the DBEnvironment exceeds the limit, then
DBWARN 34073 is displayed. A table encountered after
the limit has been reached is treated as follows: In the
LOCK subsystem, the name of the table is displayed in
TID format, instead of as an OWNER.TABLE string, when
locks are acquired on the table. In the SAMPLEIO
subsystem, the table is never displayed on the TABLES or
TABINDEX screens, even though I/O activity might have
been observed for it, because the internal limit also affects
the number of tables for which historical I/O data is
maintained. The table can appear on the OBJECTS screen
if it is observed in the data buffer pool: the name of the
table is displayed in TID format, instead of as an
OWNER.TABLE string, and the TOTALIO field is always
'???'. In the STATIC subsystem, the table is never
displayed.