A SERVICE OF

logo

90 Administrator’s Guide
BMC Atrium Integration Engine 7.1.00
ConfigInterval: 5
# Defines how many times the data exchange definitions are read
# before the engine stops. Set to 0 to run the engine without
# ending. This is for production use. Set to 1 or more to run the
# engine for 1 or more passes. Can be used for debugging.
ConfigPassCount: 0
# Defines how often the async event queue is read. If this
# parameter is left blank (or set as 0) it will be set to a
# default value of 5 minutes.
AsyncInterval: 5
Configuration file parameters
Table 5-2 provides an alphabetical list of all the standard configuration parameters
used by the Integration Engine service. The Integration Engine service ignores any
unrecognized or misspelled parameters. Default values, if any, are indicated in the
description.
Table 5-2: Integration Engine service configuration parameters
Parameter Description
# A comment character. It enables you to comment out any line in
the configuration file so that the program bypasses the line.
ARLogin Indicates the AR System account that the Integration Engine
service uses for accessing the server. This account must be an
AR System administrator account so that you can modify, add,
and delete the requests for the forms and fields it accesses. The
value is specified during installation, and can also be modified
from the Integration Engine Application console.
ARPassword Indicates the password associated with the login for access to this
server. For security, this field is encrypted.
ARServerName Indicates the name of the AR System server to which this service
connects. During installation, the value entered for the AR System
server is recorded here. You can change this parameter to another
server name.
AsyncInterval The number of minutes the async thread waits before looking for
new async requests. Every
<x> minutes, the Integration Engine
service checks for entries on the Application Pending form
requesting an asynchronous transfer of data. If it finds such
entries, it processes all requests on the form, and then checks again
after
<x> minutes. The default is five minutes. For better
performance, if you are not planning to submit event-driven
requests to the Integration Engine service, set this parameter to
zero so that the Integration Engine service ignores it.