IBM Sterling Transformation Extender

Sterling Transformation Extender

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


#Sterling
 View Only
Expand all | Collapse all

IBM WTX Compiled Map/Backup Settings

  • 1.  IBM WTX Compiled Map/Backup Settings

    Posted Thu July 17, 2014 08:27 AM

    Originally posted by: SudhakarKaruturi


    Hi,

    Is it possible to enable / disable the map/backup settings on a compiled version of map (.mmc) using a command line in IBM WTX ?

     


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


  • 2.  Re: IBM WTX Compiled Map/Backup Settings

    Posted Thu July 17, 2014 10:00 AM

    Originally posted by: Tim Rabbitt


    Hello:

    If you are referring to the input and output card backup settings, the answer is yes.  You would use the -K option associated with your input and/or output card overrides

    Input card override documentation can be found at: http://pic.dhe.ibm.com/infocenter/wtxdoc/v8r4m1/index.jsp?topic=%2Fcom.ibm.websphere.dtx.execcmd.doc%2Freferences%2Fr_execution_commands_Input_Source_Override_File_IF.htm

    Output card override documentation can be found at: http://pic.dhe.ibm.com/infocenter/wtxdoc/v8r4m1/index.jsp?topic=%2Fcom.ibm.websphere.dtx.execcmd.doc%2Freferences%2Fr_execution_commands_Output_Target_Override_File_OF.htm

    As an example if you did not want to create an input card 1 backup file for a map named mymap that has an input card defined to be myinputcard1.txt you would type:

    dtxcmdsv mymap -IF1K myinputcard1.txt

    Regards,

    Tim Rabbitt


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


  • 3.  Re: IBM WTX Compiled Map/Backup Settings

    Posted Fri July 25, 2014 06:35 AM

    Originally posted by: SudhakarKaruturi


    Hello Tim,

    Thanks for your inputs on the Input and theOutput card settings.

    Is it possible to enable,disable or update the map settings on a compiled map using command line option. (Map Audit and Map Trace settings).

    Regards,

    Sudhakar.


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


  • 4.  Re: IBM WTX Compiled Map/Backup Settings

    Posted Fri July 25, 2014 08:05 AM

    Originally posted by: Tim Rabbitt


    Hello:

    Yes you can.  To modify audit settings use the -A option.  For trace, use the -T option.

    For additional information please refer to our Execution Commands section of our documentation at:

    http://pic.dhe.ibm.com/infocenter/wtxdoc/v8r4m1/index.jsp?topic=%2Fcom.ibm.websphere.dtx.execcmd.doc%2Freferences%2Fr_execution_commands_List_of_Execution_Commands.htm

    For example if you have a map called mymap.mmc and you want to create a unique audit log with execution settings enabled and you only want to trace the map input you would type:

    dtxcmdsv mymap.mmc -AEU -TI

    Regards,

    Tim Rabbitt


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