go to  ForumEasy.com   
LdapPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  Can not get the code example to work
 
Subject: Can not get the code example to work
Author: eightmd
In response to: javax.naming.NamingException: [LDAP: error code 60 - VLV Control]
Posted on: 10/18/2016 09:10:14 PM

I know this is an old post but I'm having trouble getting the VLV control to work. I'm using ApacheDS and talking to it using Java JNDI just like the example code. Every time I run a search it returns all entries not just a subset. I have 10 users and I always get all 10 back in the results. I also get a SortResponseControl back and never a VirtualListViewResponseControl back. I took the example code and just changed the connection information and search criteria and I still get the same problem.

Some of the parameters I've tried for the VirtualListViewControl are:

new VirtualListViewControl(1, 0, 0, 19, Control.CRITICAL); // original - gets all
new VirtualListViewControl(1, 10, 1, 2, Control.CRITICAL); // target offset -gets all
new VirtualListViewControl(20, 3, Control.CRITICAL); // target percentage - gets all
new VirtualListViewControl("Tryit4", 3, Control.CRITICAL); // target value, view size - gets all
new VirtualListViewControl("Tryit4", 2, 1, Control.CRITICAL); // target value, before count, after count

I must be doing something wrong but I can't see what it is. Any help would be appreciated.
Thanks

 

> On 04/14/2009 07:31:38 PM SteveHB wrote:


Virtual List View (VLV) Control must be used in conjunction with Server-Side Sort (SSS) Control (click here to see why). Otherwise, errors similar to the followings are thrown:


javax.naming.NamingException: [LDAP: error code 60 - VLV Control]; remaining name 'ou=people,dc=com'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3107)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2951)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2758)
at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1812)
at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1735)
at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338)
at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321)
at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248)





References:

 


 
Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
 
Get your own forum today. It's easy and free.