Originally posted by: Rich_McFate
Yes, WTX maps can execute concurrently. They execute within a message flow thread, which means they inherit all of the scalability capabilities of Message Broker. A map can be deployed in multiple message flows. There are three conditions, however, that must be met.
1. If an audit log is being generated, it must be generated using unique file names.
2. Work files must have unique names or be generated in memory.
3. The map trace feature must be disabled.
All of these conditions can be compiled into the map, or controlled on the command line using standard WTX command line overrides. You can append the override commands behind the map name in the Map Name field of the Plug-in dialog. For example:
/fullyqualifiedpath/mapname.mmc -AEU -WM -T
These commands are discussed in the Execution Commands section of the InfoCenter documentation.
Rich
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange