Page 1 of 1

Get Trace info from functional map

Posted: Fri Jan 28, 2005 2:06 pm
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?

Re: Get Trace info from functional map

Posted: Mon Jan 31, 2005 3:18 pm
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

Posted: Mon Apr 04, 2005 12:42 pm
by jsmoley
Or wait for 8.0 and use the debugger.