Data Transformation Engine Intelligent Business Integration Reference Guide
Chapter 3 - Methods of Execution Command-Driven Execution Model
Intelligent Business Integration Reference Guide
41
Execution Command Overriding a Database Target Example
Suppose you want to run the map multitran.hp, overriding some of the settings
for the fourth output card, which is a database target.
Use the following command:
/mercator/bin/mercator /Mercator/maps/
multitran.hp
–G –OD4R5:3B
‘–TRACE ERROR’
Option Description
multitran.hp
Specifies the name of the map to be executed.
-G
All item properties (including size, presentation, and
restrictions) are fully validated.
Overrides the default settings compiled into the map using
the database target for the data of output card #4 (
-OD4) as
follows:
R5:3
If the database resource is unavailable,
attempt to make the connection five
more times at three-second intervals.
B
If the map does not complete
successfully, roll back any changes
made to the database table.
-OD4R5:3B ‘…’
‘–TRACE ERROR’
Generates an adapter trace file
containing error information only.
Note Refer to the Execution Commands Reference Guide for more information on
execution commands.