ALLBASE/SQL Message Manual (36216-90213)

Chapter 8 247
ALLBASE/SQL Error Messages: 8221-10999
CAUSE Get_Scr or Modify_Scr encountered an invalid partition id
passed in from the user. For Get_Scr, the partition id in
error must be in the array pointed to be the
partition_array field in the arglist. For Modify_Scr, the
partition id must be in the SCR array for mode 1
(UPDATE SCR), or the partition array for mode 2
(DELETE SCR). All partition ids are required to be
positive, non-zero numbers.
ACTION Check the partition ids specified by the application.
10053 MESSAGE Invalid number of SCR slots specified. (DBERR
10053)
CAUSE An invalid num_SCR was specified in the arglist. In most
cases, a non-positive value was specified. In the case of
Get_Scr using mode 1 (SOFT RESYNC), this error can
also be encountered if the num_SCR value is less than the
value of num_partitions.
ACTION Check the parameters specified by the application.
10054 MESSAGE Invalid specification for number of SCR slots
used. (DBERR 10054)
CAUSE The num_SCR_used field specified in the arglist is invalid
so Open_Log_Scan or Modify_Scr generates this error. For
Open_Log_Scan and Modify_SCR (mode 1 only),
num_SCR_used must be within the range from 1 to
num_SCR.
ACTION Check the parameters specified by the application.
10055 MESSAGE Invalid specification for maximum number of
log files.(DBERR 10055)
CAUSE An invalid number of max_logfiles for the backward scan
during Open_Log_Scan was specified. This parameter can
be either -1 (the default) or a non-positive number.
ACTION Check the parameters specified by the application.
10056 MESSAGE Could not allocate heap space needed for
procedure. (DBERR 10056)
CAUSE Open_Log_Scan gives this error while allocating control
blocks needed for opened scans. This error states that the
routine was unable to allocate the necessary heap space to
be able to open the log scan. If multiple scans are opened
on the same DBEnvironment, each opened scan receives a
new set of control blocks (which are allocated in the heap),
and this problem could be due to having many scans
opened (instead of combining them into one open scan).
ACTION Determine the amount of heap space used by the
application. If an excessive amount is used, the