ALLBASE/SQL Message Manual (36216-90213)

Chapter 9 291
ALLBASE/SQL Error Messages: 11007-22540
available that will migrate your DBEnvironment.
20209 MESSAGE *** DBEFileName is too long. Maximum length
is !. (DBERR 20209)
CAUSE The allowable length for the DBEFileName was exceeded.
ACTION Issue the command again, using a valid DBEFileName.
20210 MESSAGE *** SystemFileName name is too long. Maximum
length is !. (DBERR 20210)
CAUSE The allowable length for the SystemFileName was
exceeded.
ACTION Issue the command again, using a valid SystemFileName.
20211 MESSAGE *** Migration path is not supported by
SQLMIGRATE (!,!).(DBERR 20211)
CAUSE SQLMigrate can only be used for a migration path to/from
the release of ALLBASE/SQL on which SQLMigrate came.
The attempted migration was for a path that did not
involve the current release of ALLBASE/SQL.
ACTION Specify a valid migration path.
20220 MESSAGE Log full. (DBERR 20220)
CAUSE The log file is full.
ACTION If you see this message, you should notify your HP Service
Representative or Response Center, because a problem
probably exists in SQLMIGRATE.
During the MIGRATE, PREVIEW, CREATE DBEFILE,
and ADD DBEFILE commands, SQLMIGRATE "connects"
to the DBEnvironment by performing a START DBE
NEWLOG command using a temporary log file. On
MPE/iX, the file is named "AASQLMIG" and is created in
the same group as the DBECON file. On HP-UX, the file is
named "/tmp/AASQLMIGxxxxxx", where "xxxxx" is a
unique id for each SQLMIGRATE process.
SQLMIGRATE needs to create it's own log file for several
reasons, but the most important ones are 1) the existing
log file(s) may not be compatible with the newest release,
and 2) the existing log file(s) may not have enough free
space on them. SQLMIGRATE creates the log in
non-archive mode (so it is circular), and tries to use it
efficiently so that a log full condition does not occur.
As a workaround, you can increase the size of the
temporary log file (the default size is 400 pages) by issuing
one of the following before running SQLMIGRATE:
On MPE/iX:
: setjcw MIGLOGSZ 1000