TestMode

Purpose

The TestMode statement specifies whether Event Integration Facility (EIF) events are sent to an event server or are sent to a debug file for the message adapter, confirmed message adapter, alert adapter, or confirmed alert adapter service. The debug file is specified in the ServerLocation statement if the test mode is enabled.

Syntax

The TestMode statement has the following syntax:

TestMode

Read syntax diagramSkip visual syntax diagramTestMode=noTestMode=yes
where:
yes | YES
specifies that test mode is enabled. All events are routed to the debug file
no | NO
specifies that test mode is disabled

Usage notes

  • This statement is found in the message adapter service, confirmed message adapter service, alert adapter service, and confirmed alert adapter service configuration files.
  • If you do not code the TestMode statement, a default of NO is used.
  • If you specify a value that is not valid, an error message is issued and the specific service stops.