ALLBASE/SQL Message Manual (36216-90213)

26 Chapter2
ALLBASE/SQL Warning Messages
when an outfile is specified with the OUTPUT option of
the ISQL SET command and more rows qualify for the
SELECT than can be viewed within ISQL. The outfile will
hold all the rows that can be viewed within ISQL.
ACTION If all the rows of data need to be viewed, use the UNLOAD
EXTERNAL command to unload the data to an ASCII file.
302 MESSAGE File Device Full. (DBWARN 302)
CAUSE Your storage medium (tape or disk) is full.
ACTION If your storage is on tape, mount another tape. If your
storage is on disk, exit, clean up the file system, and try
again. If the problem persists, contact the system
administrator.
502 MESSAGE Nothing left to audit. (DBWARN 502)
CAUSE This warning is returned if SQLAudit determines that
there is nothing left to audit in the DBEnvironment log
files. This usually is the case if there have been no new
transactions committed between the time the beginning
audit point was defined and the ending audit point was
defined.
ACTION This is not a real error, but you should check to make sure
the partitions that have been supplied to SQLAudit
include all partitions you wish to see transactions for.
506 MESSAGE Partition ! has no committed transactions.
(DBWARN 506)
CAUSE The partition being audited has no committed
transactions. This basically means that no committed
transactions have touched data belonging to the specified
partition.
ACTION No action required except to make sure the partition was
intended to be audited.
522 MESSAGE Duplicate Partition Number entered. Ignored.
(DBWARN 522)
CAUSE The same partition was entered previously.
ACTION No action necessary since the duplicate partition is
ignored.
523 MESSAGE No transactions exist for the given set of
Partition Numbers.
(DBWARN 523)
CAUSE No transactions have been committed which affect the list
of audited partitions.
ACTION No action necessary.