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

JDBC Adapter IS 4.6

  • 1.  JDBC Adapter IS 4.6

    Posted Tue October 29, 2002 12:39 AM

    Guys,

    I’m getting somewhat erratic behaviour out of this adapter - JDBC on Integration Server 4.6, NOT Enterprise.

    No matter how you do a execSQL (meaning using dbAlias, giving URL, username, password, db driver) the behaviour, especially on a SELECT (and yes, a plain select without any funny where clause) is erratic - one time it will come back literally in a flash and a blur, and other times it takes up to 15 seconds to come back with a resultset (I’m talking about one or two records, not thousands).

    Has anybody else experienced it and maybe got around it?

    Any suggestions welcome.

    Regards
    W


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: JDBC Adapter IS 4.6

    Posted Mon November 04, 2002 05:54 PM

    The problem which you are facing might be some of the reasons with connectionobject or else database querying problem (Backend)or else
    while executing the select statement the IS server might taking more memory cache while retrieving the results from the database.

    Pls check the memory settings on IS server and connection pooling of the particular database you are quering.

    This might help you.


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB