DirXML Trace File Searches

Overview #

DirXML Trace File Searches are some tools we find useful for working with IDM.

We believe you have to know how to read and work with trace files to really know IDM. To get you started see our DirXML Required Reading list.

Typically, we use the 'less' command to view tracfiles.

Use Everyday#

We find we need the common ones on every job:

Subscriber Channel #

Publisher Channel #

When a DirXML Driver Started #

When a DirXML Driver properly shut down #

When DirXML Merge-Resync Process Occurs#

Whenever a "matching" entry is found, the the XML attribute 'from-merge' will be set to "true".

Subscriber Channel#

Publisher Channel#

Find All Errors and Warnings#

This will find all lines with Warning or Error Status and show 5 lines before and 1 line after the line.
 
egrep -B 5 -A 1 'Status: Warning|Status: Error' tracefilename.xml 

Category#

DirXML

More Information #

There might be more information for this subject on one of the following: