• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Active Directory - Paged search results

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
My application uses Active Directory for User Management. The application tries to retrieve all the users at once and cache. In one instance, there are more than 1000 users and hence I get an error - Size Limit Exceeded.
Now the development team are providing a fix so that it retrieves the results page wise. My question is:
Do I need to check and explicitly enable PAGING control on Active Directory or is it enabled by default?

I'm sorry to put this question here. I understand this is a question for Microsoft Support, but I can not approach them. Please someone let me know if you have faced this situation.

Thank you very much.

Regards
Nirmal Kumar
 
reply
    Bookmark Topic Watch Topic
  • New Topic