ALLBASE/SQL Message Manual (36216-90213)

196 Chapter6
ALLBASE/SQL Error Messages: 2420-2795
2765 MESSAGE DDL commands disabled. (DBERR 2765)
CAUSE The DDL Enabled flag in the DBECon file was set to NO
when you attempted to execute DDL (data definition
language) commands.
ACTION STOP the DBEnvironment, use the SQLUtil ALTDBE
command to set the DDL Enabled flag to YES, then
START the DBEnvironment and proceed with data
definition.
2766 MESSAGE Unable to revalidate section while DDL
commands are disabled. (DBERR 2766)
CAUSE The DDL Enabled flag in the DBECon file was set to NO
when ALLBASE/SQL encountered an invalid stored
section.
ACTION STOP the DBEnvironment, use the SQLUtil ALTDBE
command to set the DDL Enabled flag to YES, then
START the DBEnvironment and run the application
again.
2768 MESSAGE Current tuple does not satisfy the predicate
in the
cursor definition. (DBERR 2768)
CAUSE After you fetched the data, the data was updated by
another transaction and no longer satisfies your cursor
definition.
ACTION No action is necessary.
2769 MESSAGE Cursor !.!(!) is not updatable. (DBERR 2769)
CAUSE You tried to REFETCH or UPDATE using a cursor that is
not updatable.
ACTION Make sure you declare the cursor FOR UPDATE in the
DECLARE CUSOR statement.
2770 MESSAGE INSERT rejected: FORMAT II INSERT cannot
insert a table
into itself. (DBERR 2770)
CAUSE The table you specified as the target table in the INSERT
statement was the same as one of the tables in the
embedded SELECT statement.
ACTION Modify your command specifying a different target table
or remove the target table from the embedded SELECT
statement.
2771 MESSAGE KEEP CURSOR with NOLOCKS is not supported on
NON-UPDATABLE CURSOR. (DBERR 2771)
CAUSE You specified the KEEP CURSOR WITH NOLOCKS
option for a cursor which was declared as