Originally posted by: thorstenhirsch
Hi,
one of my mappings must be able to run massively parallel, so I'm specifying unique audit and unique work files like this:
VALID(
RUN(
map,
"-ADEU -WU -F21 -TI " +
HANDLEIN(1,xml)
),
"ERROR: whatever"
)
However, xerces xml trace files always have the name <map>_log.xml, so it's not unique. Is there a way to specify the file name or some mysterious -TIU parameter? Of course it's not "U", I already tried to use it, but the command server fails with "Invalid 'T' command line option".
Another question: how can I know the unique file name in the main mapping (which is doing the RUN() command)? I need to know the unique file name, because I want to read the <DetailedStatusMessage>interesting error message</DetailedStatusMessage>.
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange