IBM Sterling Transformation Extender

Sterling Transformation Extender

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


#Sterling
#Supplychain
 View Only
  • 1.  dtxcmdsv command: can we run this in silent mode

    Posted 05/08/13 01:41 AM

    Originally posted by: vijji_WTX


    Hi All,

    when i run map using dtxcmdsv , generally i get a map execution log like below . Is there any way i can write this in a file? or run dtxcmdsv in silent mode?

     

    IBM WebSphere Transformation Extender(TM) Solaris(TM) Command Server - version 8.3.0.4(13)_32bit
    © Copyright 2011 IBM Corporation. All rights reserved.

    Map file: 'MSC_XYZ.mmc' -A='../maplog/MSC.log' -IE1 '%lt;data;%gt;' -IE2 '%lt;data;%gt;' -OASINK1 . -OF2 '../Alpha.res'
    In # 2: 2 Out # 2: 2 Time: 0:00

    Map completed (0): Map completed successfully (0.781 seconds)

     

    Thanks in advance!

     

    reg

    Vijji


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


  • 2.  Re: dtxcmdsv command: can we run this in silent mode

    Posted 05/08/13 08:00 AM

    Originally posted by: Debnarayan


    Hi Viji,

    Could you try writing a small bat file and configure the bat file in a scheduler to run the comand in silent mode automatically. Let me know if I am not understanding your requirement.

     

    Thanks,

    Debnarayan


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


  • 3.  Re: dtxcmdsv command: can we run this in silent mode

    Posted 05/08/13 08:50 AM

    Originally posted by: GPSmith


    Vijji, 

    I'm only familiar with the windows platform, however did you try the -R0 parameter ?   This should eliminate anything being written to the console during the execution of the map.

    Since you have the audit enabled -A='../maplog/MSC.log' all the run information should be in '../maplog/MSC.log' 

     

     

    However if your running the map in a batch file or UNIX script you could also pipe any console output to a separate file by adding >MapConsoleOutput.log to the end of the dtxcmdsv command line.

     

     

    Regards,

    Greg


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


  • 4.  Re: dtxcmdsv command: can we run this in silent mode

    Posted 05/09/13 01:41 AM

    Originally posted by: vijji_WTX


    Thanks Debnarayan and GPSmith for your reply.

    >MapConsoleOutput.log is not working. i mean all log file is not comming in a file. 

    to fix this we used different option( may be same like above) . used 

    put dstx command in shell with all params,

    called that script and wrote the output like     dstxcmdshell.sh >/dev/null 2>&1

    this solved the issue. 


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


  • 5.  Re: dtxcmdsv command: can we run this in silent mode

    Posted 12/10/13 09:47 AM

    Originally posted by: DivyaGH


    Hello all,

    when im using the dtxcmdsv command in a batch script, command server info window is being displayed. I want the control back to command line to continue the remaining script. Can you please help me how to do this.

     

    Thanks,

    Divya

     


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


  • 6.  Re: dtxcmdsv command: can we run this in silent mode

    Posted 12/11/13 03:23 AM

    Originally posted by: paul.brett


    Use the following syntax to run without the GUI being displayed:

     

    dtxcmdsv Example.mmc -R0

     

    The -R0 will prevent the GUI from being displayed, even if there is any error.


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


  • 7.  Re: dtxcmdsv command: can we run this in silent mode

    Posted 12/16/13 04:25 AM

    Originally posted by: DivyaGH


    Thank you so much paul..


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