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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only

wm.tn.query:conversationQuery bug?

  • 1.  wm.tn.query:conversationQuery bug?

    Posted 10/08/02 02:26 PM

    I’m writing a service that builds a conversation Query and then executes it. The query is built fine using the wm.tn.query:createConversationQuery service. The problem is in the odd behavior I get when trying to execute the query using the wm.tn.query:conversationQuery service…

    Platform:
    webMethods Integration Server 4.6
    Trading Networks 4.6

    Inputs:
    query
    disablePaging = “True”
    maxRowCount = someNumber

    When I set maxRowCount = “0” (e.g. return all), everything works fine (1000+ conversations returned). But when I set the maxRowCount=“25” (using the same criteria), I only get 19 rows back. If I set maxRowCount=“5”, I only get 2 rows back.

    Has anyone else had this problem? Any advice?

    Thanks!


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