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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  ODBC adapter - OutOfMemory when making new operation

    Posted 09/24/02 09:22 AM

    I am trying to integrate Progress DB of MFG/PRO with any other system using ODBC Adapter.
    ( I use Openlink as ODBC driver )
    and I met the serious problem.

    The major problem is following,
    when I make a operation on the Adapter connected to huge Progress DB (It has about 623 tables.),
    EI runs into hang
    and after long time passed, It occurs the error, “out of memory”,
    on Adapter installed machine and on Developer machine on which I run EI(Enterprise Integreator)
    before EI display the list of table.

    After increasing the virtual memory on both side,
    I success to get the response.
    But, it takes very long time to get it.(over 20 min).

    I doubt that it makes some problem
    when converting table information from ODBC driver to webMethods document(BrokerEvent) and sending it to EI.

    does it make sense? if so, do you know any methods to avoid that problem or Service Pack to fix it?

    actually, I have already tried service pack 3 for DB adapter 4.1.1.
    but after install sp3, we experience another problem.
    "NullPointerException
    at COM.activesw.adapter.database.ODBCDatabase.addUnique()
    at COM.activesw.adapter.database.ODBCDatabase.getUserName()

    "

    If you know exact cause or have any solution or workarond,
    please let me know.

    Thank you for your attention.


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


  • 2.  RE: ODBC adapter - OutOfMemory when making new operation

    Posted 09/24/02 12:56 PM

    If all you need to do is selects you might want to think about creating a Custom SQL operation.


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