cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to increase the number of user search in group????

Former Member
0 Kudos
760

Hi

I want to search no. of users in one group in production server. Our production server has more than 5000 users. first i searched the group. In that group in assigned users I gave * to search the users.

then it is displaying the following warning message

Last search returned 793 elements. This exceeded the defined max hits of 200. Narrow your search criteria and search again.

I went to sys admin -


sys config -


ume config -


user admin UI

where i have to change the number?

and i want to list all the users who are assigned to that group in an excel sheet how can i do this?

please tell me step by step how to do this?

Thanks in advance

sridhar

View Entire Topic
Former Member
0 Kudos

If i am right you need to change the par file for the usermanagement com.sap.portal.usermanagement.admin.par

1.Go to System administration-support-portal runtime-Browse deployment-find com.sap.portal.usermanagement.admin.par and click on view which will download the par file in zip format(change that to .par extension)

2.Take a backup of the zip file

3.Go to NWDS and go to Ep perspective and import the par file and make sure you copy all the jar files from the backup zip file and copy them to respective folders(look at the path for those jar files in the zip file.you have to do this because when you import par file into NWDS you will not get jar files so you have to manually add them).

4.Go to dist-PORTAL-INF-open portalapp.xml and look for property MaxHits and change the value.

5.Right click on the project and select Quick Par Upload (before that go to windows-preferences-SAP Enterprise Portal-add the details of the Portal Server)

6.When you deploy it it will create a par file that you need to upload into portal from System Administration-support-portal Runtime-Archive Uploader and upload the par file just created

7.Make Sure you take the backup of par file .if in case if you get any problems with modified par file then you can use the old par file

reward points if helpful

Former Member