Originally posted by: rarw
Hi,
We are not getting the response we anticipated from the dtx.ini MapAdapterTraceOff setting when set to off (1). In the map run command we have used the -T option for the FTP adapter (please see code example below).
From the verbiage in the dtx.ini file describing the functionality of the MapAdapterTraceOff setting, I interpret that an FTP adapter trace will not be output if the MapAdapterTraceOff is set to 1 (off).
Verbiage from dtx.ini file:
;The following if 1 (on) will turn off all adapter tracing for all watches
;regardless of any adapter trace command within an adapter command line.
;If 0 or commented (off) ;it will default to what's in an adapter command line.
;This can be changed on a per watch basis within the management console.
MapAdapterTraceOff=0
We are running command server (8.1.0.2(38)) on Solaris 10.
My primary question is how to toggle off the traces, and which traces can be toggled off? Is is just adapter traces and not map traces?
Code example for run command and ftp adapter trace:
=VALID(RUN("MAR374.mmc","-IF1 %FILE_INPUT_X%" + FILE_NAME Field:In1 +
" -OAFTP1 '-T %LOG%MAR374.mtr %FTP_LOGIN_X%%DCH02X%"+ FROMDATETIME(CURRENTDATETIME( ),"{CCYYMMDD}{HH24MMSS}" ) + RIGHT("00" +NUMBERTOTEXT(INDEXIN),2) + ";type=ASCII'" +
" -OF2 %FILE_ARCH_W%" + FILE_NAME Field:In1 + ".arch"),
FAIL ("Failure on RUN (" + TEXT (LASTERRORCODE ( ) ) + "):" + LASTERRORMSG ( ) ) )
Thanks in advance for your time and help,
Becky
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender