PowerExchange stores informational, warning, and error messages in PowerExchange
message log files. PowerExchange also writes some message output to stdout. On z/OS and
i5/OS systems, PowerExchange writes WTO messages to the system operator console.
The text for most PowerExchange messages is stored in the DTLMSG file, which is created during installation.
You can use the following types of message log files as the primary location for messages:
PowerExchange message log files
. PowerExchange writes all runtime messages to the PowerExchange message log file by default. PowerExchange creates this log file if it does not exist. PowerExchange writes each message, as it occurs, to this single log file. If the message log file becomes full, you must clear it.
If you enable alternative logging of messages, this primary message log file contains only the DBMOVER statements and any trace information.
PowerExchange legacy message log files
. If the DBMOVER configuration file does not contain a TRACING statement, PowerExchange generates legacy message log files.
Legacy message log file processing is
recommended only for short-running PowerExchange jobs, such as utilities.
PowerExchange alternative log files
. If you enable alternative logging by
defining the TRACING statement in the DBMOVER configuration file, PowerExchange
writes runtime messages from PowerExchange components, programs, and commands to
a set of alternative message log files that are used on a rotating basis.
PowerExchange dynamically allocates these alternative log files if they do not
exist. When an alternative log file becomes full, PowerExchange switches to
another alternative log file and begins overwriting any data in that file. Also,
with alternative logging, PowerExchange buffers messages and writes them to disk
files based on a customized flush interval, thereby reducing I/O activity on
these files. Informatica recommends that you use alternative logging to prevent
out-of-space conditions on log files, to mprove logging performance, and to
control the amount of data that is logged for long-running jobs.
The names of the primary message log file and the alternative log files vary by platform.
To redirect specific messages to destinations other than the default message log file, you can
define a message destination override file named DTLMSGO. The override destinations can
include the PowerExchange message log file, or alternative log files, stdout, and the
i5/OS or z/OS system operator console.
PowerExchange can also write PowerExchange EDM messages to several locations. To redirect
specific EDM messages to locations other than the default location, you can define an
EDMMSGO file that contains message destination override statements. For more
information, see PowerExchange EDM Message Destination Overrides.