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.

 View Only
  • 1.  Dynamically changing user name and pwd

    Posted Mon January 23, 2006 04:09 PM

    Hi all,

    Is it possible to change the adapter connection user name and password dynamically??

    Thanks
    Kevin


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


  • 2.  RE: Dynamically changing user name and pwd

    Posted Mon January 23, 2006 06:10 PM

    As far as I know there is nothing of the bat from webMethods. We might end up writing service using wm.server package. But not sure if someone already has something written.


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


  • 3.  RE: Dynamically changing user name and pwd

    Posted Mon January 23, 2006 06:58 PM

    Ram,

    Thanks for your inputs…I will look into wm.server package.

    Experts, any other thoughts???

    Kevin


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


  • 4.  RE: Dynamically changing user name and pwd

    Posted Wed January 25, 2006 08:33 PM

    There is a shareware available Simple Adapter Service Alias Changer that has some services in this direction, see if it helps.
    Adnan


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


  • 5.  RE: Dynamically changing user name and pwd

    Posted Fri January 27, 2006 04:41 AM

    i understand it is possible in wM 6.5. where you can change your connection @ runtime.

    you can have multiple connections configured during development and select the appropriate connection @ runtime. You need to pass a value to [FONT=PalatinoLinotype-Roman][SIZE=2]

    $connectionName variable.

    [FONT=PalatinoLinotype-Roman][SIZE=2]

    Please note that the $connectionName field is present only in services…

    [/size][/font][FONT=Wingdings-Regular][SIZE=1][COLOR=#808080]

    [/color][/size][/font][FONT=PalatinoLinotype-Roman][SIZE=2]created with Developer 6.5

    [/size][/font][FONT=Wingdings-Regular][SIZE=1][COLOR=#808080]

    [/color][/size][/font]created with Developer 6.1 (or earlier) and edited with Developer 6.5

    [FONT=PalatinoLinotype-Roman][SIZE=2]HTH

    [/size][/font][/SIZE][/FONT]


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


  • 6.  RE: Dynamically changing user name and pwd

    Posted Wed February 08, 2006 11:06 AM

    Only “adapter” which is designed for this would be the WmDB package. We have somebody who programmatically changed adapter connection for JDBC Adapter, and there are some things to watch out for. For example, things tend to go weird if you have open connections, of you have service with multiple transactions that gets changed in the middle…


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


  • 7.  RE: Dynamically changing user name and pwd

    Posted Wed February 08, 2006 01:56 PM

    The WmDB package should be avoided in favor of using the JDBC adapter. There are many reasons for this which have been covered in previous threads.


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