A SERVICE OF

logo

116 Administrator’s Guide
BMC Atrium Integration Engine 7.1.00
There are two solutions:
Use different terminal windows to start the AR System server and Integration
Engine service.
Start and run the Integration Engine service in the background by typing:
./eie001start <parameters>
Then, when you want to stop the Integration Engine service, type:
./eie001stop
NOTE
./eie001 is a script associated with a particular instance.
Adding missing items in the AR System field
drop-down lists
By design, temporary fields and names with symbols that affect the data exchange
process do not appear in the menu lists for AR System fields. However, you can
remove some of these restrictions.
NOTE
Integration Engine should not map or populate these fields. They can, however, be
mapped to populate other fields not related to Integration Engine.
Table 7-2: Drop-down list restrictions
Restriction Description
(NOT ( 'Field Name' LIKE
"zTmp%" ))
Integration Engine has a naming convention for
temporary fields that are used for workflow processing.
Fields starting with
zTmp are considered working
variables on the form and should not be used in a data
mapping because their content is not fixed. If you do not
follow this convention, you might need to remove this
restriction to expose fields that are needed in a field
mapping.
(NOT ( 'Field Name' LIKE
"%}%" ))
One of the rules allowed in a data mapping is a precedence
rule. Precedence rules use curly brackets (
{}) to delimit a
single rule in a precedence sequence. This restriction
prevents fields with brackets from appearing in the drop-
down list.