ALLBASE/SQL Message Manual (36216-90213)

Chapter 2 35
ALLBASE/SQL Warning Messages
ACTION No action is necessary as long as the actual length of the
VARCHAR data does not cause the maximum key length
to be exceeded. The key length is determined using the
actual data length in the VARCHAR column. If the
maximum key length is exceeded, an error will occur when
the hash structure is accessed.
2019 MESSAGE ASCII definition of view !.! not available
for storage.
(DBWARN 2019)
CAUSE The stored module being executed contains a CREATE
VIEW that was prepared or preprocessed before the
existence of the SYSTEM.VIEWDEF table. Therefore, it is
not possible to store the select string that defines the view.
ACTION If it is important that the ASCII view definition be stored,
use the PREPARE statement through ISQL to create a
new version of the module containing the CREATE VIEW
statement or preprocess the program again. Refer to the
ALLBASE/SQL Reference Manual for information on the
PREPARE statement.
2020 MESSAGE DBEnvironment corruption suspected -
Rollforward recovery required.
(DBWARN 2020)
CAUSE An error may have caused the DBEnvironment to be
corrupted. An additional message will be returned.
ACTION Refer to the cause and action of the additional message.
Do not perform additional transactions at this time.
Contact your database administrator for rollforward
recovery on the DBEnvironment.
2022 MESSAGE Device does not exist on replicated system.
(DBWARN 2022)
CAUSE The CREATE DBEFile command contained a device
specification. The MPE/iX system where the replicated
database resides does not have a device with this name.
Therefore, the DBEFile will be created on whatever device
the system chooses.
ACTION Ignore the warning, or move the DBEFile to a device using
SQLUtil.
2023 MESSAGE Please close all open scans before proceeding
with RESUME.
(DBWARN 2023)
CAUSE CREATE DBEFile command contained a DEVICE
specification. The MPE/iX system where the replicated
database resides does not have a volume with this name.
DBEFile is create on whatever volume the system chooses.