ALLBASE/SQL Message Manual (36216-90213)

135
5 ALLBASE/SQL Error Messages:
2101-2419
2101 MESSAGE ALLBASE/SQL already started. (DBERR 2101)
CAUSE A START DBE or CONNECT statement was entered after
a DBE session was already started.
ACTION No action is necessary.
2102 MESSAGE Command requires a transaction to be in
progress. (DBERR 2102)
CAUSE A COMMIT WORK or ROLLBACK WORK statement was
issued before a transaction was started.
ACTION No action is necessary. To begin a transaction, issue a
BEGIN WORK statement.
2103 MESSAGE Transaction already started. (DBERR 2103)
CAUSE You attempted to start a second transaction before the
current transaction was committed.
ACTION Issue a COMMIT WORK or ROLLBACK WORK
statement to terminate the previous transaction, then
issue a BEGIN WORK statement to start the next
transaction.
2105 MESSAGE Specified DBEnvironment already exists.
(DBERR 2105)
CAUSE You tried to create a DBEnvironment that already exists.
ACTION Issue the START DBE NEW statement again, specifying a
unique name.
2106 MESSAGE Backward migration is needed - use
SQLMigrate. (DBERR 2106)
CAUSE The release of the ALLBASE/SQL software does not match
the version of the DBEnvironment.
ACTION Use the migration tool, SQLMigrate, to migrate the
DBEnvironment backward to the proper version or use a
newer release of the ALLBASE/SQL software.
2107 MESSAGE Forward migration is needed - use SQLMigrate.
(DBERR 2107)