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.  Jdbc runtime connection

    Posted 02/18/14 04:29 AM

    Hi Experts,

    I want to run a select adapter service by giving tns details of its connection during the service runtime from my mainflow service input values.

    Will that be possible ?

    Regards,


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


  • 2.  RE: Jdbc runtime connection

    Posted 02/18/14 04:53 AM

    HI,

    Yes you can call the select adapter service in your main flow.
    You have to provide dbusername and dbpassword , also connection name.

    Regards,
    Deepthi


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


  • 3.  RE: Jdbc runtime connection

    Posted 02/18/14 04:56 AM

    JDBC connection details as well during the runtime
    (host,port,database) will this be possible?


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


  • 4.  RE: Jdbc runtime connection

    Posted 02/18/14 05:02 AM

    HI,

    You cannot create select adapter service itself if u do not have a jdbc adapter connection created in jdbc adapter page.

    Please check that .

    Regards,
    Deepthi Patala.


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


  • 5.  RE: Jdbc runtime connection

    Posted 02/18/14 05:10 AM

    My requirement is to override the existing connection details present in the admin page during the runtime instead of changing connection details evertime at webMethods whenever there is username/password/port/datbase change at ERP…any solution for this ?


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


  • 6.  RE: Jdbc runtime connection

    Posted 02/18/14 05:24 AM

    dbusername and password can only be provied at runtime…

    there is no way to provide db name,port name at runtime…

    You have to manually change the connection properties …hard and fast rule :slight_smile:

    Regards,
    Deepthi Patala


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


  • 7.  RE: Jdbc runtime connection

    Posted 02/18/14 01:30 PM

    look into WmART service. there is a service wm.art.dev.connection:updateConnectionNode

    i won’t recommend using it though.


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