The Source Component Error logs contain similar columns as the Channel Success Logs. The columns are only logged to if the produced message fails to be processed.
Source Component
Message
Debug Message
Trace Message
Custom Log(s)
From File
Typically, this column is never used, unless the parser reports an error when retrieving the next message.
Stores the error message.
Not used
N/A
From XML File
Typically, this column stores the file being processed that caused the error during translation. Note that this may not always be the case.
Stores the error message.
Stores the Python output from the Chameleon XML engine.
N/A
From LLP Listener
Typically, this column stores the HL7 message being processed from the LLP socket. Note that this may not always be the case.
Stores the error message.
Stores the Python log output from the ACK engine (not the NACK engine).
N/A
From Message Filter
This column is always empty.
Stores the error message.
Stores the Python output from the Chameleon engine during transformation, if used.
N/A
From Client Executable
Stores the message that's retrieved from the executable.
This column may contain a success string (i.e. "Message successfully generated"), or various types of error strings. In addition, it may contain the printed output of custom log variables if the columns are not available.
Stores the StdOut/StdError output from the executable.
Depends on the executable.
From Database
This column is always empty.
Stores the error message.
Stores the Python output from the Chameleon engine on a per message basis.