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

Select adapter service - Maxrowcount

  • 1.  Select adapter service - Maxrowcount

    Posted Fri July 30, 2021 10:10 AM

    Hi folks,

    Is there a way to pass maxrowcount dynamically during run time to a select adapter service, without hardcoding to a specific value in select adapter service?


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


  • 2.  RE: Select adapter service - Maxrowcount

    Posted Fri July 30, 2021 11:06 AM

    I don’t think it’s possible with “Maximum Row”. However, you can use Dynamic SQL adapter, wherein you can use the rownum or limit operators in the query, according to your database type and pass its value as an input variable to the adapter service.

    Examples -

    KM


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


  • 3.  RE: Select adapter service - Maxrowcount

    Posted Sun August 01, 2021 12:46 PM

    rownum passing it in adapter as a input parameter worked


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