The UNLOGGED_ERROR_MESSAGES_DEST statement specifies a location to write error messages that might not be logged to the detail.log file because of limits on the file.
STDERR. Enter this value to write the messages to the standard error file. Informatica recommends you use STDERR for z/OS and Windows systems.
STDOUT. Enter this value to write the messages to the standard output file.
ERRFILE. Enter this value to write the messages to an error file. PowerExchange creates the error file with the prefix
errorfile
. Informatica recommends you use ERRFILE for IBM i, Linux, and UNIX systems, in conjunction with the FILEMAPPED_MEMORY_DIR.
NONE. Enter this value if you do not want to record unlogged error messages.
.
On IBM i systems, the STDERR and STDOUT options write the messages to QPRINT spools. Using the ERRFILE option with the FILEMAPPED_MEMORY_DIR statement makes the messages easier to locate.
You can specify multiple options, separated by commas. If you specify NONE with any other option, NONE takes precedence, and no unlogged errors are recorded.