Get Trace info from functional map

Formally known as "Mercator Inside Integrator 6.7", DataStage TX enables high-volume, complex transactions without the need for additional coding.

Moderators: chulett, rschirm

Post Reply
jefcole
Participant
Posts: 1
Joined: Fri Jan 28, 2005 11:57 am

Get Trace info from functional map

Post by jefcole »

I have a functional map that is syntactically correct but returning an incorrect value. How can I get trace information for what was passed into and out of this map? I have set all trace and audit options to on but only receive the executable map trace, which doesn't contain the necessary detail. Is there a way to display or print data encountered during the run? What debugging techniques are available beyond trace and audit?
NorthTim
Participant
Posts: 1
Joined: Mon Jan 31, 2005 3:13 pm
Location: UK

Re: Get Trace info from functional map

Post by NorthTim »

You could use the put("File",...) within the FuncMap to send the data out to a text file while the map is running (remember that it may run more than once so name your file uniquely somehow).

Otherwise use the fail function within the Func Map and pass into the audit log the input values.
Tim
jsmoley
Participant
Posts: 10
Joined: Thu Dec 11, 2003 9:09 am
Location: Boca

Post by jsmoley »

Or wait for 8.0 and use the debugger.
Post Reply