webMethods

webMethods

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
  • 1.  Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003

    Posted Mon May 07, 2012 05:57 PM

    Hi,

    we are seeing JBDC connection issues on our servers whenever DB was brought down.

    Connections were not able to re connect the DB is back up.

    we are on windows, every weekly either DB were patched and windows servers were patched.

    we have connections- SQL, Oracle, DB& DB2400, sometimes all the connections fail throwing the below error.

    “Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003”

    If we restart the connection, everything works fine.

    Please suggest.

    Thanks
    Prasad


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003

    Posted Tue July 17, 2012 05:28 AM

    I am guessing some issues with the DB drivers. Do you see any attempts to reconnect in the server log? If you do see, then the issue is with the drivers. Otherwise, please file a support ticket.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 3.  RE: Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003

    Posted Thu February 28, 2013 03:54 AM

    please set min connection as 0. there has some fake connection store in pool when db is down if you set min connection to some number.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003

    Posted Fri March 29, 2013 02:31 PM

    Did you try this?

    min connection to 0

    What is the target db Oracle or MS SQL?


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 5.  RE: Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003

    Posted Thu August 09, 2018 08:57 AM

    I was connecting to DB2 and got similar error. Connection, minimum pool size=0 this solution worked


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 6.  RE: Invalid operation: Connection is closed. ERRORCODE=-4470, SQLSTATE=08003

    Posted Thu June 12, 2025 05:39 AM

    Log in to the WebSphere Application Server administration console.
    Select Resources > JDBC > Data sources > Application Center DataSource name > Custom properties and click New.
    In the Name field, enter allowNextOnExhaustedResultSet.
    In the Value field, type 1.
    Change the type to java.lang.Integer.
    Click OK.
    Click New.
    In the Name field, enter resultSetHoldability.
    In the Value field, type 1.
    Change the type to java.lang.Integer.
    Click OK and save your changes.



    ------------------------------
    LI MIN YU
    ------------------------------