Administrative Service

The Administrative Service 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 DataExchangeRuntimeAdministrativeServiceLog.txt, and the older files are called DataExchangeRuntimeAdministrativeServiceLog.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\Runtime Administration\Administrative Service\RuntimeLoggingConfig.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"/>

For configurations related to the Administrative Service, change the following text in C:\Program Files\Unisys\Data Exchange\Runtime Administration\Administrative Service\Data Exchange Admin Service.exe.config.

  1. For a transformation from Enterprise Database Server to SQL Server, if there is a timeout error while starting BDT, increase the Runtime Service Timeout value. The default value is 180 seconds.

    <setting name="RTServiceTimeout" serializeAs="String">
    <value>180</value>
    </setting>
  2. If there is an Agent Timeout error when the Administrative Service connects to the DE MCP Service or OS 2200 Agent, then increase the Agent Timeout value. The default value is 30 seconds.

    <setting name="AgentTimeout" serializeAs="String">
    <value>30</value>
    </setting>