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