NetBase SQL Shadowing Handbook

Troubleshooting NetBase SQL
____________________________________________________________
4-6 QUEST Software, Inc. ver A0195
Attempting to apply a log record
while WSL is not enabled.
(DBERR 2819)
**Causes Abort**
The architecture of Apply_Log requires WSL to be
active at the slave (target). Use SQLUTIL
(SHOWDBE) to check the startup parameters, and
activate WSL (via START DBE NEWLOG) if
necessary.
Could not allocate heap space
needed for procedure.
(DBERR 10056)
Currently, only Open_Log_Scan can encounter this
error when allocating control blocks needed for
opened scans. This error simply states that the
routine was unable to allocate the necessary heap
space to be able to open the log scan. If the user is
opening multiple scans on the same DBE, each
opened scan receives a new set of control blocks
(which are allocated in the heap). Check the
application to see if an excessive amount of heap
space is being used, and modify it to use less. If the
heap allocation has previously worked on the system,
check the number of users on the system, and use
MONITOR to see global swap space utilization plus
heap usage for individual user processes. Combining
the opens into one scan will reduce the heap space
required.
Duplicate HOMEPARTITION clause
defined.
(DBERR 1080)
The START DBE NEW command contains more than
one HOMEPARTITION argument. Correct the
command syntax.
Duplicate MAXPARTITIONS clause
defined.
(DBERR 1081)
The START DBE NEW command or the START DBE
NEWLOG contains more than one MAXPARTITIONS
keyword. Correct the command syntax.
Duplicate partition instance found
in SCR array.
(DBERR 2822)
The SCR array passed to Modify_SCR contains two
rows with the same WSL_id/partition_id combination.
Check the array for duplicate rows, and check the
SCR information against the data returned by
Get_SCR (using mode 2 - HARD resync).
Duplicate STANDBY LOGGING
clause defined.
(DBERR 1082)
The START DBE NEW command or the START DBE
NEWLOG contains more than one STANDBY LOG
argument. Correct the command syntax.
Duplicate WSLID clause defined.
(DBERR 1084)
The START DBE NEW command contains more than
one WSLID keyword. Correct the command syntax.
Hard resync record encountered in
partition nnn. Scan aborted.
(DBERR 2815)
An open scan found a hard resync record. This
implies that a scan was not aborted on a partition that
was recently hard resync'ed. Resync the partition as
necessary across all soft resyncing nodes, and reopen
the scan.
ERROR MESSAGE SUGGESTION