Skip to Content
0
Former Member
Feb 19, 2009 at 01:51 PM

User Factory does not give all users

20 Views

Hi,

We are using LDAP as data store for users. We are developing web dynpro application which will fetch details of all the users in portal. We are using UMFactory for this.

IUserFactory usf = UMFactory.getUserFactory();

ISearchResult rst = usf.getUniqueIDs();

while (rst.hasNext())

{

//display details

}

However, when we run this application details of only first 1000 users are displayed and not for all users.

We have checked value for Maximum Number of users to be searched in (System Admin -> System Config -> UME Config) its more than 1000.

What can be the reason?

Thanks,

Apurva