Product Documentation

Database Administrator's Guide

Previous Topic

Next Topic

DIAGNOSTICS ABORT_NODE_LIST

DIAGNOSTICS ABORT_NODE_LIST

Enables a circular memory buffer to hold information relevant to debugging a L59 error. In the event of a L59 failure, the memory log will be dumped to the text file ABNODLST.FCS. In particular, placing in the server configuration file turns on the memory log. Since it is a circular buffer, only the most recent entries are maintained. Each entry requires 36 bytes.

The default number entries can be overridden through the configuration entry

DIAGNOSTIC_INT <override value>

If the L59 occurs only in a well-defined number of indexes, then the DIAGNOSTIC_STR key word can also be used to list the relevant index files. For example, the following server configuration entries would cause the memory log to hold 20,000 entries for the listed indexes:

DIAGNOSTICS ABORT_NODE_LIST
DIAGNOSTIC_INT 20000
DIAGNOSTIC_STR customer.idx
DIAGNOSTIC_STR invoice.idx
DIAGNOSTIC_STR product.idx

See Also

TOCIndex