ALLBASE/SQL Message Manual (36216-90213)

40 Chapter2
ALLBASE/SQL Warning Messages
ACTION Check and correct the specified partition ids.
2063 MESSAGE Some partitions (but not all) failed on
Open_Log_Scan.
(DBWARN 2063)
CAUSE Open_Log_Scan failed to open the scan for some of the
specified partitions.
ACTION Check the per partition return codes.
2065 MESSAGE DML ATOMICITY already set to ! level. (DBWARN
2065)
CAUSE The DML ATOMICITY is already set to row or statement
level.
ACTION Determine whether the SET DML ATOMICITY statement
is needed.
2066 MESSAGE ! constraints already set to !. (DBWARN 2066)
CAUSE Constraints specified were already set to deferred or
immediate.
ACTION Determine whether the SET CONSTRAINTS statement is
needed.
2067 MESSAGE User timeout exceeds maximum timeout;
maximum assumed (! seconds). (DBWARN 2067)
CAUSE The specified user timeout value is greater than the
maximum timeout value limit. When this error occurs, the
user timeout value is automatically set to the maximum
timeout limit.
ACTION Set the user timeout to a value less than or equal to the
maximum timeout limit or set the maximum timeout limit
to a value greater than or equal to the desired user
timeout value.
2068 MESSAGE Length of substring requested ! starting at !
exceeds length of source string. (DBWARN
2068)
CAUSE In the SUBSTRING function, (Length - StartPosition + 1)
is greater than the length of the SourceString parameter.
ACTION No action is necessary. You should be aware that the
substring returned is shorter than expected.
2069 MESSAGE Length of substring requested ! exceeds
maximum
length allowed !. (DBWARN 2069)
CAUSE The length of the substring requested by the SUBSTRING
function is longer than the maximum length allowed.
ACTION No action is necessary. You should be aware that the