HL7 Module 10.5 | Understanding and Using HL7 Module | Installing and Using HL7 Module | Logging and Error Handling | HL7 Module Message Logging
 
HL7 Module Message Logging
HL7 Module uses the Integration Server logging mechanism to log messages. HL7 Module logs informational, warning, and error messages to the server log of the Integration Server. To view the server log, use the Integration Server Administrator. For steps to view and configure the server log, see the webMethods Integration Server Administrator’s Guide for your release.
The messages that HL7 Module adds to the server log appear in the following format: WHL.000n.nnnn, where:
*WHL is the product code that indicates this message is issued by HL7 Module.
*000nis the HL7 Module major error code, where n can take the following values:
*1 indicates that the error, warning or informational message is generated by HL7 Module to log a general error.
*2 indicates that the error, warning or informational message is generated during the serialization of the message; that is, when using the convertIDataToHL7 service to convert the HL7 data from the IData format into the HL7 ER7 or XML representation.
*3 indicates that the error, warning or informational message is generated during the deserialization of the message; that is, when using the convertHL7ToIData service to convert the HL7 representation into IData format.
*4 indicates that the error, warning or informational message is generated during the processing of the message in Trading Networks.
*5 indicates that the error, warning or informational message is generated during a code table operation.
*nnnn represents the error's minor code. For detailed descriptions of the HL7 Module error codes, see HL7 Module Error Codes.
The messages that HL7 Module adds to the server log for MLLP connections appear in the following format: ADA.0515.nnnn, where:
*ADA is the product code for the MLLP Adapter that manages MLLP connections.
*515 indicates the MLLP Adapter major code.
*nnnn represents the error's minor code.