ALLBASE/SQL Message Manual (36216-90213)

292 Chapter9
ALLBASE/SQL Error Messages: 11007-22540
On HP-UX (csh):
% setenv MIGLOGSZ 1000
On HP-UX (sh or ksh):
$ MIGLOGSZ=1000
$ export MIGLOGSZ
In the examples above, the size of the temporary log file
will be 1000 pages. Set the MIGLOGSZ variable to the
value needed to accomplish a migration for your
DBEnvironment.
20330 MESSAGE ERROR - DBEFileName already exists in !.
(DBERR 20330)
CAUSE A row exists in SYSTEM.DBEFILE which has a
DBEFNAME that is the same as the DBEFileName that
was specified.
ACTION Issue the CREATE DBEFILE statement again, using a
different DBEFileName.
20335 MESSAGE ERROR - DBEFILE size is too small. Minimum
size is !. (DBERR 20335)
CAUSE The "WITH PAGES = " parameter did not meet minimum
requirements.
ACTION Issue the CREATE DBEFILE statement again, using a
larger value in the "WITH PAGES = " parameter.
20336 MESSAGE ERROR - DBEFILE size is too large. Maximum
size is ! (DBERR 20336)
CAUSE The "WITH PAGES = " parameter exceeded maximum
requirements.
ACTION Issue the CREATE DBEFILE statement again, using a
smaller value in the "WITH PAGES = " parameter.
20337 MESSAGE ERROR - DBEFILE name cannot be partially or
fully qualified. (DBERR 20337)
CAUSE The DBEFileName you specified was qualified by an
MPE/iX group or account.
ACTION Issue the command again with an unqualified
DBEFileName.
20340 MESSAGE ERROR - SystemFileName already exists. (DBERR
20340)
CAUSE Either the SystemFileName already exists as a physical
file, or a row exists in SYSTEM.DBEFILE which has a
FILEID that is the same as the SystemFileName.
ACTION Use a different SystemFileName, and issue the CREATE