Understand the Microsoft Windows Event Logging Facility

Connect:Direct® for Microsoft Windows uses the Microsoft Windows Event Logging facility to log informational, warning, and error messages that the server generates during execution. A subset of the Connect:Direct statistics records are also sent to the event log. The event.log initialization parameter determines which of these records to log.

Merging this critical error information with the event log enables the system administrator to have a single point of focus for error information from all Microsoft Windows subsystems. The Event Logging facility also allows for easy correlation of the various error messages that both Connect:Direct and Microsoft Windows generate.
CAUTION:
Connect:Direct can generate numerous event records. For control purposes, define a large event log, use the event.log initialization parameter to reduce the number of events Connect:Direct generates, or define the event log to be wraparound.
The event log receives the following information from Connect:Direct for Microsoft Windows:
Information Connect:Direct Record IDs Microsoft Windows Event Type
Server initialization/termination NUIC and NUTC Informational
Communications session start/end COAC and SEND Informational
Communications error SERR Error
Connect:Direct Process start/end PSTR and PRED Informational
Connect:Direct Process step information CTRC, PSED, RJED, RTED, and SBED Informational
Connect:Direct Process flush/error PERR and PFLS Warning

IBM Connect:Direct for Microsoft Windows can log the following events:

Event ID Level Description
1 Information Server '<node>' initialized.
2 Information Server '<node>' terminated.
3 Information Communications Session with '<node>' established.
4 Information Communications Session with '<node>' ended.
5 Error Communications Session with '<node>' Error: <description>.
6 Information Connect:Direct Process '<pname>' #<pnum> - started. Node[<subnode>] User[<submitter>] Destination[<snode>].
7 Information Connect:Direct Process '<pname>' #<pnum> - ended.
8 Information Connect:Direct Process '<pname>' #<pnum> - Copy Termination Record. RC=<rc> MsgID[<msgid>].
9 Information Connect:Direct Process '<pname>' #<pnum> - Step '%3' ended.
10 Information Connect:Direct '<pname>' #<pnum> - Run Job End. RC=<rc> MsgID[<msgid>].
11 Information Connect:Direct '<pname>' #<pnum> - Run Task Ended. RC=<rc> MsgID[<msgid>].
12 Information Connect:Direct Process '<pname>' #<pnum> - Submit End.
13 Warning Connect:Direct Process '<pname>' #<pnum> - Error: <description>.
14 Warning Connect:Direct Process '<pname>' #<pnum> Flushed.
15 Success Audit User '<user>' logged on.
16 Success Audit User '<user>' logged off.
17 Failure Audit User '<user>' - Security Violation: <description>.
18 Warning Resource warning: <description>.
19 Error Resource Error: <description>.
20 Information, Warning, Error <generic description>.
21 Information <SNMP description>.

Text enclosed in <value> is a placeholder that will be replaced with the actual value at runtime, such as a process name or number.