NetBase SQL Shadowing Handbook

Troubleshooting NetBase SQL
____________________________________________________________
4-10 QUEST Software, Inc. ver A0195
No more WSL records to transmit.
(DBWARN 10040)
A Transmit_Log reader has encountered the end of
log. No more records can be transmitted beyond this
point until some more are written. The application
should pause for a short period, and then retry.
Open_Log_Scan could not reserve
log for partitions found.
(DBERR 2816)
The starting point for one or more partitions was
overwritten by a direct update transaction. This
happens during a window for which a forward scan
will not lock the starting point of the attempted search.
The oldest partition must be hard resync'ed, or soft
resync'ed from a different system. Then you should
attempt the open log scan again.
Open_Log_Scan failed on ALL
specified partition. (DBERR 2814)
None of the specified partitions can be soft resync'ed.
Check the resync status, and perform data recovery
as necessary.
If this occurred when you first attempted to enable
WSL, you may have entered multiple START
NEWLOG commands on the master machine. To
reset the SCR, issue a START NEWLOG command
without the "STANDBY LOG" argument. Then issue a
complete START NEWLOG command.
Partition not found
(DBWARN 2062)
A partition requested in a GET_SCR call was not
found. For a GET_SCR with LATEST option call, an
initial SCR slot was inserted. To correct, if the
partition was wanted only if COMMITs are present,
remove the partition from the request.
Some partitions (but not all) failed
on Open_Log_Scan
(DBWARN 2063)
In a multi-partition Open_Log_Scan, at least one
partition succeeded, and at least one failed. (A scan
has been opened on the successful partitions.)
Check the resync status array, reviewing the return
parameters for the Open_Log_Scan. Depending on
the criticality of the failed partitions, the application
may need to take appropriate action.
There are still some active
transactions in the old SCR.
(DBERR 2812)
The old SCR (out of the DBECon file) still contains
some active transactions. Re-issue the START DBE
NEWLOG command when these transactions have
been completed.
Warm standby logging already
disabled
(DBWARN 2060)
A previous DISABLE STANDBY LOGGING
command is still in effect. Check the sequence of
operations.
ERROR MESSAGE SUGGESTION