XML Enricher Log Files

Master Log

A running log that contains all activity that occurred in the XML Enricher service. By default, it is named XMLEnricherService.log and contained in the following location: C:\UCMDB\DataFlowProbe\runtime\log

The format for a line in the log file is:

<date> <time> <thread> <level> <description>
Parameter Description
<date> Format: YYYY-MM-DD
<time>

Format: HH:MM:SS:MSS

where:

  • HH. Hours
  • MM. Minutes
  • SS. Seconds
  • MSS. Milliseconds
<thread>

The name of the processing thread where the log event occurred.

  • Main. The main thread .
  • Pool 1- Thread <ThreadNumber>

where <ThreadNumber> represents the thread where the log event occurred.

Note The maximum amount of threads can be configured. For more information, see How to Configure the Maximum Number of Threads to Process Scan Files.

<level>

One of the following:

  • Info. Information-related entry.
  • Error. An error occurred. Stack information is provided.
  • Debug. A debugging event.
<description> Provides details about the logging event.

Scan File Error Logs

Error information about scan files that have not been successfully enriched are created in two locations. For information about the file structure of XML Enricher service, see XML Enricher Directory Structure.

Note The data contained in the text file and the XML file is the same.

  • Text File. A text file is created in one of the following subdirectories in the Failed subdirectory:

    • Error

    • Delta

    • Corrupt

    The naming convention of this text file is as follows:

    <ScanFileName> .xsf.log

    where <ScanFileName> is the name of the scan file.

Related Topics Link IconRelated Information