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.  JDBC adapter not executing the Oracle Procedure

    Posted Mon March 30, 2009 06:15 PM

    Hi Guys,
    I have a Oracle Update Procedure for which I have created an JDBC adapapter service under webMethods. When I give values to the procedure through the Adapter service the Adapter executes the Procedure and gives Positive result (say 1 for updated ). But when I call that adapter service in an other flowservice and pass the values gives me negative value ( -1 means falied).

    But there is a twist. Whne I hard code the input values of the adapter service under a flow service I get Positive result. BUt when I pass by creating a Link fails. Can anyone of you help in this matter. Urgent


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


  • 2.  RE: JDBC adapter not executing the Oracle Procedure

    Posted Mon April 27, 2009 07:07 PM

    Hi,

    Please check if there is any issue with the input doc u created to pass the values to adapter service in the wrapper service. This might look silly but may be a cause.You can even cross check by writting select adapter to make sure if the update happened when u use the adpater serice in a wrapper( this is only for testing purpose).

    you said u tried by harding values rght, is that to the input doc of wrapper service or to the input of the adapter service which is been called in the wrapper service ?

    Good luck!

    ~R


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


  • 3.  RE: JDBC adapter not executing the Oracle Procedure

    Posted Mon April 27, 2009 07:30 PM

    Hi Raghavi,
    Thanks for the reply. This issue was addressed long time ago.


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


  • 4.  RE: JDBC adapter not executing the Oracle Procedure

    Posted Mon April 27, 2009 07:39 PM

    Fantastic!

    Just out of curiosity , what was the exact solution u applied?

    ~R


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


  • 5.  RE: JDBC adapter not executing the Oracle Procedure

    Posted Mon April 27, 2009 07:54 PM

    They actually 2 solutions applied.

    1. we applied Hard mapping. rather than draging the map between the fields
    2. Some how values in the input fields to the procedure were having empty spaces. We applied Trim transformer to remove the empty spaces for every fields.

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