NetBase SQL Shadowing Handbook

NetBase SQL Troubleshooting
____________________________________________________________
ver A0195 QUEST Software, Inc. 4-7
Insufficient space in log buffer to
return next log record.
(DBWARN 10077)
Transmit log was unable to transmit the log record
into the user's log buffer because the buffer did not
have enough space. This may occur only if the first
record to transmit will not fit. Allocate a larger log
buffer space, and call transmit_log again.
Invalid buffer offset passed.
(DBERR 10046)
**Causes Abort**
Apply_Log determined that "buffer_offset" does not
point to a valid position in the user's log buffer. This
happens if buffer_offset contains a negative value or
a number greater than the size_used field.
Invalid FLAG specified.
(DBERR 10042)
**Causes Abort**
The "flag" specified in the argument list is invalid.
Each intrinsic has a specified set of valid flags.
Correct the flag specification.
Invalid log buffer size.
(DBERR 10044)
**Causes Abort**
The buffer size specified in the arglist is not large
enough to even contain the smallest WSL record.
This error can be encountered by either Transmit_Log
or Apply_Log. Check the buffer size field to see if it
was properly initialized. It is was, a large buffer should
be defined.
Invalid log scan id passed.
(DBERR 10043)
Either Transmit_Log or Close_Log_Scan had a
"scan_id" specified in the argument list which did not
match that of a valid log scan currently open by the
process. Check the scan ID specified in the arglist
against the scan IDs previously returned by
Open_Log_Scan.
Invalid MODE specified.
(DBERR 10041)
**Causes Abort**
The "mode" specification is invalid. Each intrinsic has
a specified set of valid modes. Check the specified
mode against the command specifications.
Invalid number of partitions
specified.
(DBERR 10051)
Get_SCR or Modify_SCR encountered an invalid
"num_partitions" in the argument list. The values for
this field are dependent on the procedure begin called
in conjunction with the mode specified.
Invalid number of records in
column array.
(DBERROR 10075)
The num_columns field in the arglist has been
initialized to a negative number.
Invalid number of records in
update column array.
(DBERROR 10076)
The num_upd_cols field in the argument list has been
initialized to a negative number.
ERROR MESSAGE SUGGESTION