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.  Regarding dtx.ini

    Posted 11/09/10 12:59 AM

    Originally posted by: HariniPriya


    Hi All
    Could you please tell what is dtx.ini and resource manager and why there are used and in which situation they are used and where i can see them?

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


  • 2.  Re: Regarding dtx.ini

    Posted 11/09/10 02:04 AM

    Originally posted by: Umer


    Hi,

    DTX.INI is the main configuration file for WTX. You can find this file in root directory where the WTX has been installed. In this file you can set certain parameter for WTX which affects performance as well as other configurations like adpater setings etc. Before you do any change in this file read the technical documentation regarding settings.

    D:\Program Files\IBM\WebSphere Transformation Extender 8.1\dtx.ini

    Some setting for your review, in the below line i am enabling laucner logs.

    ; launcher log types - e = error, w = warning, s = startup c = cfg summary
    LauncherLog=ewsc

    For database related the following setting will impact.
    ;IdleDB=0
    ;SLimDB=0
    ;HLimDB=0
    ;KeepDB=0
    ;MinDB=0
    Any thin which starts with ; this means it is commented. WTX will ignore this line

    Resource registry mainly used when you want to pramertized some task. I hope this will help you a little.

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


  • 3.  Re: Regarding dtx.ini

    Posted 11/09/10 03:14 AM

    Originally posted by: HariniPriya


    Hi
    Thanks for your explanation.Now i got clear idea about that file.

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