Message Logging
Module for EDIINT uses Integration Server’s logging mechanism to log informational, warning, and error messages to the server log of Integration Server. To view the server log, use the Integration Server Administrator. For information about viewing and configuring the server log, see the webMethods Integration Server Administrator’s Guide for your release.
The module adds errors, warnings, and informational messages to the server log, using the format, EDIINT.00000n.nnnnnnnE, where:
EDIINT is the product code that indicates the message is issued by the module.
00000
n is the major error code, where
n can be any of the following values:
Value | Category | Explanation |
1 | General | Contains generic messages |
2 | Document | Contains messages pertaining to EDIINT documents |
3 | Validation | Contains messages with validation errors |
4 | Transport | Contains messages pertaining to the transportation of EDIINT documents |
5 | Other | Contains other messages |
6 | Compression | Contains messages pertaining to compression |
nnnnnnnE is the minor error code.