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

Using Procedure pubdbcall

  • 1.  Using Procedure pubdbcall

    Posted Wed February 19, 2003 01:06 PM

    Hi,

    I’m using the service pub.db:call to access a procedure in a Sybade DataBase.
    I’m passing the $dbAlias,$dbProc and dbProcSig.
    When i run the service, it runs without errors but it does not returns my information.
    I don’t know how to fix it.

    Thanks.


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


  • 2.  RE: Using Procedure pubdbcall

    Posted Wed February 19, 2003 09:31 PM

    Edes,

    The input for the same is

    $dbAlias
    –OR–
    $dbURL, $dbUser, $dbPass, $dbDriver
    –OR–
    $dbConnection

    Do not use all the options. Use any one of the three…

    Create a pub.db:connect and you can use the $dbConnection to make a call.

    HTH
    MKR


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