NetBase SQL Shadowing Handbook

Troubleshooting NetBase SQL
____________________________________________________________
4-8 QUEST Software, Inc. ver A0195
Invalid offset for last record
passed.
(DBERROR 10074)
Audit_Log returns this message when
Last_Rec_Offset contains an invalid value.
Invalid partition id encountered.
(DBERR 10052)
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.
Invalid specification for maximum
number of log files.
(DBERR 10055)
The user specified an invalid number of
"max_logfiles" for the backward scan during
Open_Log_Scan. This parameter can be either -1 (the
default) or a non-zero positive number.
Invalid specification for number of
SCR slots used.
(DBERR 10054)
This error can be generated by Open_Log_Scan or
Modify_SCR when the "num_SCR_used" field
specified in the arglist is invalid. For Open_Log_Scan
and Modify_SCR (mode 1 only), "num_SCR_used"
must be within the range from 1 to "num_SCR" to
prevent this error.
Invalid value of used log buffer
space.
(DBERR 10045)
**Causes Abort**
Apply_Log determined that the "size_used" specified
in the argument list was invalid. Either the size_used
is smaller than the smallest WSL record possible, or it
is greater than the number of bytes reserved in the
log buffer (as indicated in the buffer_size field in the
argument list). Verify the size_used field is less than
or equal to the buffer_size field. Also check the
size_used being passed to Apply_Log against the
value that was returned by Transmit_Log.
Invalid WSL log record found.
(DBERR 2817)
**Causes Abort**
The log record being applied in an Apply_Log was not
a valid WSL log record. The log records being applied
must have come from a Transmit_Log from a master
instance. Check your application to verify that the log
records from the Transmit_Log are being passed
appropriately to the Apply_Log.
Log full
The available space in the log files is insufficient for
the transaction.
To correct, either perform a backup of an archive log
file in "ready for backup" status (use the SQLUtil
STORE command), or create an addition log file
(either archive or non-archive) using the ADDLOG
command.
ERROR MESSAGE SUGGESTION