Agents

If there is an error at the Agent side, the status on the Summary page shows Agent Status as Error. You can inspect the Agent trace files and the diagnostic files for more information about the error. For more details, see sections Bulk Data Transformation Errors and Changed Data Transformation Errors.

DE Agent for SQL Server

The log files are located in the directory Program files/Unisys/Data Exchange<version_number>/Runtime Administration/Administrative Service/Log. The current log file is called DataExchangeRuntimeSQLServerDEAgentLog.txt, and the older files are called DataExchangeRuntimeSQLServerDEAgentLog.txt.x (where x = 1, 2, 3, 4 or 5, and 5 is the oldest).

Configuration

For configurations related to log files, change the following text in C:\Program Files\Unisys\Data Exchange<version_number>\Agent for SQL Server\SqlAgentLoggingConfig.config:

  1. To get more information written to the log file, change the log level to Debug. The default is INFO.

    <logger name="FileLogger">
    <level value="DEBUG" />
    <appender-ref ref="LogFileAppender" />
    </logger>
  2. To get more log file backups or more contents in a single log file, change the maximum log file roll back number and file size. The default values are 5 and 10 MB.

    <maxSizeRollBackups value="5"/>
    <maximumFileSize value="10MB"/>

Apart from the log files, you can take a look in the following areas for transformation details: