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.  LDAP Paged Searches

    Posted Mon February 19, 2007 06:34 PM

    I need to do paged ldap searches from IS 6.5 as the default search is only returning 6000 results, I should be getting around 16000. LDAP documentation says it is up to the client tell adap that is performing a paged query to specify the page results set.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: LDAP Paged Searches

    Posted Wed February 21, 2007 12:49 AM

    Which LDAP built-in services are you using? You can also create your own java services which connect to LDAP using custom properties as long as the jars for your LDAP provider are in the IS classpath.

    Mark


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: LDAP Paged Searches

    Posted Fri November 25, 2011 06:12 AM

    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: LDAP Paged Searches

    Posted Mon August 06, 2012 11:21 AM

    Hi,
    I am in the release 8.2, and the search service has an odd output. the UID is returned as a name of the document. So there no way to catch the values!!!
    Ex:
    Result
    uid=x1,y1
    ou=x1
    id=y1
    uid=x2,y2
    ou=x2
    id=y2
    Have you ever faced this issue?
    Thanks


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services