ALLBASE/SQL Message Manual (36216-90213)

222 Chapter7
ALLBASE/SQL Error Messages: 2800-8220
been defined as a long data type.
ACTION Remove the UNIQUE HASH clause from the CREATE
TABLE syntax, or the long column from the UNIQUE
HASH clause.
3226 MESSAGE LONG column disallowed on INSERT from SELECT.
(DBERR 3226)
CAUSE You tried to insert a column defined as a long data type in
a type II INSERT statement.
ACTION Remove the long column from the SELECT clause in the
INSERT statement.
3227 MESSAGE Long fields cannot be replicated. (DBERR
3227)
CAUSE You attempted to replicate a long data type field.
ACTION Remove the long column from the replicate statement.
3228 MESSAGE Log lock point specified is invalid. (DBERR
3228)
CAUSE An invalid log lock point was specified.
ACTION Change to a valid log lock point.
3241 MESSAGE Invalid node type ! not allowed inside atomic
block. (DBERR 3241)
CAUSE The specified node type is not valid inside an atomic block.
ACTION Change to a valid node type.
3242 MESSAGE Atomic block does not exist while requesting
end atomic operation. (DBERR 3242)
CAUSE There is an end for an atomic operation without it being
started.
ACTION Correct the atomic block commands.
3244 MESSAGE Execution failed causing rollback work inside
atomic block. (DBERR 3244)
CAUSE The execution failed within an atomic block.
ACTION Review the commands within the atomic block and correct
the problem.
3245 MESSAGE Atomic block started already. Nested atomic
block is not allowed. (DBERR 3245)
CAUSE You have specified a nested atomic block.
ACTION Remove the nested atomic block.
3248 MESSAGE Incorrect data type declared for input/output
parameter. (DBERR 3248)