IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  How to disable/enable xml log?

    Posted Thu April 07, 2016 02:14 AM

    Originally posted by: johnxp


    I am using RUN to call another map which has one xml input card, however, there is a xml log file generated for that map.

    Below is the log file name.

    The question is how I can disable or enable this xml log file?

    Map1_log.xml

    RUN("Map1.mmc", " -IE1S" + NUMBERTOTEXT(SIZE(XML_Input)) + " " + PACKAGE(XML_Input) + " -ADEB+=..\Logs -TIO=..\Logs" )

     

     


    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: How to disable/enable xml log?

    Posted Thu April 07, 2016 05:57 AM

    Originally posted by: Ejay


    Hi John ,

    I think this refer to this documentation section : http://www.ibm.com/support/knowledgecenter/SSVSD8_8.4.1/com.ibm.websphere.dtx.md.doc/tasks/t_map_design_creating_an_xml_trace_file.htm?lang=en

    1. In the Extender Navigator view of the Design Studio, right-click the map that contains references to XML type tree or trees, and click Map Settings.
    2. Set the MapTrace > Switch setting to OFF

    When trace is activated  After you run the map, the XML trace file is created. You can find the XML trace file (mapname_log.xml) in the map directory, unless otherwise specified. The file opens in your default browser. When you run the map again, the existing file is overwritten.

    Hope this help

     

    EJ


    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 3.  Re: How to disable/enable xml log?

    Posted Thu April 07, 2016 06:23 AM

    Originally posted by: johnxp


    Hi Ejay,

    Thanks for your help.

    How to enable the text trace log only? I don't need the xml trace file.


    #IBMSterlingTransformationExtender
    #DataExchange
    #IBM-Websphere-Transformation-Extender


  • 4.  Re: How to disable/enable xml log?

    Posted Thu April 07, 2016 06:56 AM

    Originally posted by: Ejay


    Hi John ,

    The xml log comes automatically with the trace turned ON , it generated MTR and xml logs if the type tree use xml  .

    Maybe someone else can have ideas on the forum but I haven't find a way to generate only the mtr file with input validation only without having the associated xml log .

    Maybe there's a RFE to create here to have this tracing function split.

    Ej

     

     

     


    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange