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
Expand all | Collapse all

Dynamically add new "Tamino User"

  • 1.  Dynamically add new "Tamino User"

    Posted Thu September 25, 2003 11:59 PM

    Hello,

    I have a desire to add a new database user from within our application. We utilize the TaminoAPI4J API for accessing Tamino. Is there a technique that I can use to programatically add a new user and assign them a default “first time” password?

    Thanks in advance,
    Jim McDowall


    #API-Management
    #webMethods-Tamino-XML-Server-APIs
    #webMethods


  • 2.  RE: Dynamically add new "Tamino User"

    Posted Fri September 26, 2003 02:24 PM

    currently there is no way to achieve this within the Tamino API for Java directly.

    What you can do is to execute an ARGBATCH command from within your Java application using Runtime.exec(“…”).


    #webMethods
    #API-Management
    #webMethods-Tamino-XML-Server-APIs