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 custom sql adapter service

    Posted Thu July 07, 2005 05:23 AM

    hi i have a combination of inner and outer join which i implemented using custom sql adapter service. While implementing it the query runs fine but i am not able to retrieve the results. I tried executing the same query on Oracle side and it works fine there. Can any one help me if there is any other configuration to be done to extract the results?
    i tried with a select statement with a where clause and it works fine. The combination of joins is the one which is not working. Thanks in advance…


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


  • 2.  RE: Jdbc custom sql adapter service

    Posted Thu July 07, 2005 01:32 PM

    Pavan,

    Can you give a simple example of a query that fails and how you configured the custom sql adapter service?


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


  • 3.  RE: Jdbc custom sql adapter service

    Posted Thu July 07, 2005 04:58 PM

    In the output section of the SQL tab define (all) the fields that you would like to get returned and name them the same as the column name in the table. (I used VARCHAR for each field)

    The query will then return a list of records.


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


  • 4.  RE: Jdbc custom sql adapter service

    Posted Mon April 03, 2006 07:36 PM

    I have a query which performs SELECT with 3 inner joins on 3 different tables. Can i write one adapter service in which i have all these.If its possible plz tell me how is it possible ??


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