IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

WM processing takes too long 45 minutes

  • 1.  WM processing takes too long 45 minutes

    Posted Mon November 25, 2002 03:04 PM

    Hey guys,

    Do you know why webMethods processed this transaction too long for 45 minutes from 8:34 to 9:16?

    2002-11-22 08:34:20 EST [B2BUNKW.TRANET.0822] Inserting doc 0a01f08ef70dbf4b00000900 into datastore [TRNSERV.000016.000073]
    2002-11-22 08:34:20 EST [B2BUNKW.TRANET.1144] Done invoking Sample_FrmWrk.outbound:RTCoutboundAll (Service.doInvoke) [TRNSERV.000014.000031]
    2002-11-22 09:16:25 EST [B2BUNKW.TRANET.0822] Inserting doc 0a01f08ef70dc1b400000c1a into datastore [TRNSERV.000016.000073]
    2002-11-22 09:16:25 [B2BPCKG.0090.0003] The value of type name is SampleOrderAccept

    Please help…

    Thanks.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: WM processing takes too long 45 minutes

    Posted Mon November 25, 2002 04:13 PM

    Try increasing the server thread count in server.config file for the WM server.
    watt.server.threadPool= somehigher value
    watt.server.threadPoolMin= somehigher value

    This change will be helpful especially if the transaction rate is high in the system.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: WM processing takes too long 45 minutes

    Posted Mon November 25, 2002 04:24 PM

    Another setting that improved performance for me was:

    watt.server.auditLog=off


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services