ALLBASE/SQL Message Manual (36216-90213)

192 Chapter6
ALLBASE/SQL Error Messages: 2420-2795
SYSTEM.ACCOUNT.
2732 MESSAGE Invalid number of columns in view column
list. (DBERR 2732)
CAUSE The number of columns in the CREATE VIEW statement
did not match the number of columns in the SELECT
statement for the view.
ACTION Issue the command again using the same number of
columns in both the CREATE VIEW statement and the
SELECT statement.
2740 MESSAGE Invalid savepoint number. (DBERR 2740)
CAUSE The ROLLBACK WORK statement included a
non-existent savepoint.
ACTION Issue the command again, specifying a valid savepoint
number. Refer to the ALLBASE/SQL Reference Manual
for additional information on the ROLLBACK WORK
statement.
2741 MESSAGE Archive not begun. (DBERR 2741)
CAUSE You attempted to COMMIT ARCHIVE without a
preceding BEGIN ARCHIVE statement.
ACTION Issue the BEGIN ARCHIVE statement first followed by
the COMMIT ARCHIVE statement.
2742 MESSAGE Archive already begun. (DBERR 2742)
CAUSE The BEGIN ARCHIVE statement was issued twice.
ACTION No action is necessary.
2743 MESSAGE Archive checkpoint not found. (DBERR 2743)
CAUSE The checkpoint was not found.
ACTION Review the syntax for CHECKPOINT statement.
2744 MESSAGE ROLLBACK WORK TO savepointnumber when you
have cursors
opened with KEEP CURSOR option. (DBERR 2744)
CAUSE You opened a cursor with the KEEP CURSOR option and
you are trying to use the SAVEPOINT option of the
ROLLBACK WORK statement.
ACTION Revise the program to open the cursor without the KEEP
CURSOR option, or eliminate the TO SAVEPOINT clause.
2749 MESSAGE Procedure cursor !.!(!) has no current result
set. (DBERR 2749)
CAUSE An attempt was made to fetch from a procedure cursor,
either without first issuing an ADVANCE statement