Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. DTLDESCRIBE Metadata
  12. PowerExchange Globalization
  13. Using the PowerExchange ODBC Drivers
  14. PowerExchange Datatypes and Conversion Matrix
  15. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  16. Appendix B: PowerExchange Glossary

UNLOGGED_ERROR_MESSAGES_DEST

UNLOGGED_ERROR_MESSAGES_DEST

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.
.
All
FILEMAPPED_MEMORY_DIR, STATS
No
UNLOGGED_ERROR_MESSAGES_DEST=[STDERR,STDOUT,ERRFILE,NONE]
Enter one or more of the following values:
  • 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.

0 COMMENTS

We’d like to hear from you!