Come for answers, stay for best practices. All we're missing is you.
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 ?
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
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).
Sudhakar.
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