Originally posted by: SystemAdmin
I am assuming that your map "B" is using a put command, run command, or DBLOOKUP in all of it's 5 output cards.
Why not have the output cards be overridden from map "A" and then echo the audit log back to map "A" so you can find out exactly what happened?
RUN("B","-wm -aem -f -ti "
ECHOIN(1,input)" -of1 'c:\mercator6.7\results.txt' -od2 '-dt oracle -c testdb -us user -pw password -tb usertable' -oaftp3 '-url ftp://user:
password@ftpsite.com/directory/resultingfile.txt' ...)
This way you can tell exactly what is happening (and when it is happening) in your map. I have set up all of our logging this way, so map "A"'s output has the audit log of what map "B" did so if I need to go back it will keep it all organized.
If you are creating a log of events that map "A" does, and it is in XML format, then a warning. Using -aecpm is not XML compliant, if memory serves me correct, the 'p' creates invalid XML.
#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender#DataExchange