Skip to Content
0
Former Member
Apr 05, 2007 at 12:31 PM

Timeout occuring running a report which displays information about users

21 Views

Hi,

I developed a report using JSPDynPages which displays the following information about all the users in a particular Group.

1)Uid

2)FirstName

3)LastName

4)EMail

5)Account status (active/locked)

6)R3 UserName

In the group for which i am running the report consists of about 4,500 users and the report is getting timedout.

My logic in the code is to iterate through all the users in the group and collecting their information and populating a array which will then be given to the DefaultTableViewModel to display the info in a tabular form.

Obviously this process is taking more than the predefined timeout time (i guess it is 1 min) and hence the timout is occuring.

Can anyone suggest a solution to this problem (other than increasin the timeout param).

Thanks in Advance,

Sudhir