Topic Options
Rate This Topic
#137931 - 06/06/07 08:05 AM User Tool Hangs
remedyladde Offline
Just Signed Up

Registered: 03/27/06
Posts: 3
We are using AR 6.3 patch 20. Sometimes the user tool hangs when trying to do a large search. At the bottom of the user tool it says "Refreshing to Administrator Limits". Has anyone else experience this problem and if so, can you provide me with a fix? Remedy Tech support doesn't have a clue. Thanks!


Edited by remedyladde (06/06/07 08:06 AM)

Top
#137932 - 06/06/07 08:33 AM Re: User Tool Hangs [Re: remedyladde]
Matt Reinfeldt Offline
Old Hand
***

Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
how large is the dataset returned by the query? You can run into this situation when the administrator has set a Maximum Rows Returned value in the Server Information/Configuration and your dataset is much larger than that value.

So, say you have a limit of 10,000 rows and your query brings back 200,000. The query sends the dataset to the server and then the server chunks out the first 10,000 to send to your client.... then your client checks to see how many it can handle (if you've limited it to 1000 rows, for example). At that point, it finally displays.

Does that make any sense? \:\)
_________________________
Matt Reinfeldt
I belong to the following Professional Networks:
http://www.naymz.com/search/matt/reinfeldt/1524717
http://www.linkedin.com/in/mreinfeldt

Top
#137933 - 06/06/07 11:57 AM Re: User Tool Hangs [Re: Matt Reinfeldt]
remedyladde Offline
Just Signed Up

Registered: 03/27/06
Posts: 3
Yes, it makes wonderful sense and I thank you so much for the help. I've made the change and have the users testing it now. Thank you!

Top
#137934 - 06/06/07 03:04 PM Re: User Tool Hangs [Re: remedyladde]
remedyladde Offline
Just Signed Up

Registered: 03/27/06
Posts: 3
The user is clicking on a record in the management console for a specified group (Help Desk) and it still hangs with same message. It doesn't happen with any other groups just the Help Desk group???? HELP!!

Top
#137935 - 06/06/07 03:33 PM Re: User Tool Hangs [Re: remedyladde]
Matt Reinfeldt Offline
Old Hand
***

Registered: 06/12/01
Posts: 1419
Loc: Madison, WI
Clicking on the record? Meaning, the User is trying to view it? (drill into it?) Does the issue occur if they do the same action from a different PC? Through the Mid-Tier?

Does it happen for all users who have the same access? Have you logged it? (API, SQL, Filter, Plugin, Active Link logs)

Good luck!
_________________________
Matt Reinfeldt
I belong to the following Professional Networks:
http://www.naymz.com/search/matt/reinfeldt/1524717
http://www.linkedin.com/in/mreinfeldt

Top
#137940 - 06/07/07 03:55 AM Re: User Tool Hangs [Re: Matt Reinfeldt]
Vishwas P Offline
Stealth Member

Registered: 01/15/07
Posts: 125
Adding to what Matt said,


Does the page hang, when user clicks on a TABLE?
then u need to check the Table Qual / if any table looping is happening / Table chunk .

Top