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.  Socket connection - WTX 8.2.0.4

    Posted 09/08/09 08:48 AM

    Originally posted by: SystemAdmin


    I am trying to use Socket adaptor in WTX 8.2.0.4 When I run the maps on Windows the socket connection works fine and the multiple messages are exchanged In a second or two.(to same IP and port )

    But when I deployed it on unix server (HP unix)then it was taking 90-120 seconds to switch the socket connection to other socket connection (to same IP and port )and hence the messages were flowing on the interval of 90-120 seconds instead of getting completed in 1-2 seconds.

    I wanted to check whether there is any setting on dstx.ini file present on unix server which will help us to resolve this shared socket connection issue.
    Please guide.

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


  • 2.  Re: Socket connection - WTX 8.2.0.4

    Posted 09/08/09 11:28 AM

    Originally posted by: repanzer


    You should set your time out on all used adapters to a resonable time out interval;

    I had forgot for FTP, same thing kind of happened (FTP's were taking forever), set the FTP to 10, problem solved.
    IdleEMAIL=10
    ;SLimEMAIL=0
    ;HLimEMAIL=0
    ;MinEMAIL=0

    IdleFTP=10
    ;SLimFTP=0
    ;HLimFTP=0
    ;MinFTP=0

    ;IdleSOCKET=0
    ;SLimSOCKET=0
    ;HLimSOCKET=0
    ;KeepSOCKET=0
    ;MinSOCKET=0
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 3.  Re: Socket connection - WTX 8.2.0.4

    Posted 09/09/09 02:14 AM

    Originally posted by: SystemAdmin


    Thanks for your reply repanzer ! :) - I will try it out.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender