APPEND_ERR_FILE

Appends errors to an existing error log file. The syntax is:

APPEND_ERR_FILE = { Y | N };

If APPEND_ERR_FILE is set to Y, then errors are appended to the existing error message log file. If APPEND_ERR_FILE is set to N (default), then the old error message log file is overwritten.

The log file appended to is the one specified in the ERR_LOG_FILE command. APPEND_ERR_FILE is an optional Batch Import command.

For example:

APPEND_ERR_FILE = Y;

causes any error messages produced as a result of the Batch Import to be appended to the existing error log file.