cancel
Showing results for 
Search instead for 
Did you mean: 

User Factory does not give all users

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

chk out the following link,

/message/558365#558365 [original link is broken]

Regards

Jay