Subject: Pagedresult control not working
Author: krithiga
Posted on: 05/03/2012 03:14:32 AM
I have a requirement that i need to fetch all the records from AD even if it is more than 1000 entries. I tried using PagedResult control (from net) it works fine for filter which has less than 1000 entries.
But if the filter (query) fetches more than 1000 (that is needed) then it fails (same problem)
(JAVA)
result is namingEnumeration
results.hasmore returns false and not going in to the loop.
What would be the reason it is failing?
Very urgent.Please help me in this regard.
References: