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.  How to query JDBC Adapter DB information in Developer?

    Posted 09/26/13 09:20 AM

    Can anyone tell me what service I would run in webMethods Developer if I wanted to query a JDBC Adapter that I have set up on the IS Admin screen (Adapters/JDBC Adapters/Connections), so that information such as serverName, user name, databaseName, and DataSource class is returned to me in Developer? Is there such a service? If so, please let me know how to run it.

    Thanks!

    John


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


  • 2.  RE: How to query JDBC Adapter DB information in Developer?

    Posted 09/26/13 09:24 AM

    I don’t think so there is no service which returns DB parmeters information on IS Admin page


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


  • 3.  RE: How to query JDBC Adapter DB information in Developer?

    Posted 09/26/13 10:42 AM

    You need to write a java service for this
    Below methods Can give you some information you are looking for

    DBConnection—>getURL() , getUser()
    JDBCConnection—>getDriverName()


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