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.  Error while enabling JDBC adapter connection

    Posted 02/18/09 07:21 PM

    Hi,

    PFB the error which is displayed getting in the error log when I tried to enable a JDBC connection.The status it shows is pending enabled.

    ErrorLog:
    com.wm.pkg.art.error.DetailedServiceException: [ART.118.5019] Adapter Runtime (Connection): Error getting connection metadata. Missing required parameter: adapterTypeName.
    Can’t find resource for bundle com.wm.pkg.art.i18n.resources.AdapterRuntimeUiResourceBundle, key ARTAdmin.pendingEnabled.display

    at com.wm.pkg.art.error.DetailedServiceException.create(DetailedServiceException.java:125)
    at com.wm.pkg.art.error.DetailedServiceException.create(DetailedServiceException.java:116)
    at com.wm.pkg.art.error.DetailedServiceException.create(DetailedServiceException.java:68)
    at com.wm.pkg.art.admin.ARTAdmin.getAllConnectionMetadata(ARTAdmin.java:1235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)

    Please help me in solving in this issue.


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


  • 2.  RE: Error while enabling JDBC adapter connection

    Posted 02/18/09 09:41 PM

    Can you post your connection configuration?


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


  • 3.  RE: Error while enabling JDBC adapter connection

    Posted 02/19/09 04:44 AM

    PFB the connection details:

    Transaction Type=NO_TRANSACTION
    DataSourceClass=oracel.jdbc.pool.OracleDataSource
    serverName=local
    user=scott
    password=tiger
    databaseName=orcl
    portNumber=1521
    networkprotocol=tcp
    otherproperties:driverType=thin


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


  • 4.  RE: Error while enabling JDBC adapter connection

    Posted 02/19/09 04:52 PM

    You have a typo in the DataSourceClass field but I assume that the typo was from typing your post and the connection config really says “oracle”.

    The error message seems odd: " Missing required parameter: adapterTypeName."

    According to the enry for this in the Error Messages Reference, this is an internal error. The resolution is to contact tech support.


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