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.  calling Oracle procedure in IS 4.6

    Posted Wed March 12, 2003 05:30 PM

    Hi,
    I am trying to call an Oracle stored procedure that has in and out parameters from Developer on IS 4.6, using builtIn call service.

    At runtime, I am getting error message that the parameter is not defined. It seems to me that the IS is sending all the variables in the pipeline to the stored procedure even though they are not defined in dbProcSig.

    Could you some tell if I did something wrong or there is a bug. Is there any work around? Please give me some code example if possible.

    Thanks a lot.


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


  • 2.  RE: calling Oracle procedure in IS 4.6

    Posted Thu March 13, 2003 12:44 PM


  • 3.  RE: calling Oracle procedure in IS 4.6

    Posted Fri March 14, 2003 04:45 PM

    I am using Developer on Integration Server 4.6.


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


  • 4.  RE: calling Oracle procedure in IS 4.6

    Posted Tue May 27, 2003 10:14 AM

    I am having exactly the same problem in IS. I concur that everything in the pipeline is being passed to the procedure, hence why I get the following error:

    com.wm.app.b2b.server.ServiceException: [B2BSERV.0026.9103] No parameter named deDupeOrSort

    (where deDupeOrSort is a parameter in my pipeline!)

    The interesting thing is that if I put a Map step immediately before the “call” step to the Stored Procedure to DROP everything except $dbAlias and $dbConnection, I get the same error refering to a different pipeline variable (rowCount):

    com.wm.app.b2b.server.ServiceException: [B2BSERV.0026.9103] No parameter named rowCount

    However, rowCount was one of the variables I dropped in the “drop” Map step.

    This is definately a bug!

    Sorry that doesn’t help anyone but hopefully it reaffirms the original observation.


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


  • 5.  RE: calling Oracle procedure in IS 4.6

    Posted Wed August 14, 2013 10:12 AM

    Hi Experts,

    Can someone please help me in invoking an SP using Oracle Apps Adapter?
    I created a transaction and then created an adapter service but when I run the service, I am getting below error?

    [ADA.400.118] $dbProcSig missing from transaction definition.

    How do you specify input/output of the SP in Oracle Apps Adapter implementation?

    Any direction/screenshot/steps in this regard would be a great help. Thanks!


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