/build/static/layout/Breadcrumb_cap_w.png

K1000: Users list only shows first page of users

After sucessfully completing an LDAP import of our users I can only view the first 150 users on the Users Tab. It states that it's showing 1-150 of 242 users but if I click the [Next] or [Last] links the next page shows no additional users. If I click the Roles tab and click the Login Not Allowed role I can see and access all of the remaining users. I've search this site as well as Google searches and cannot find a solution. I have also rebooted the server to no avail. 

Does anyone have an idea how to resolve this?

Thank you!
Chris Abbott 


1 Comment   [ + ] Show comment
  • You might need to contact support for an issue like this. - chucksteel 9 years ago

Answers (1)

Answer Summary:
Posted by: Wildwolfay 9 years ago
Red Belt
0

I just contacted support for the same issue.  I noticed that there was an extra statement beign added to the URL whenever you try to click to a different page.  My response from Kace support was this:

Hello Kurtis,

Engineering is aware of the bug that you have ran into. This was a side affect of the 5.5.90548 patch that came out recently. The bug is not present in version 6.0 but there is currently no workaround or fix for the issue on 5.5.90548. Version 6.0 is supposed to be out next week and as early as Monday or Tuesday. Please let us know if you need anything else or if you have further questions. Thanks!

Sincerely,

 

__________ 

 

HOWEVER since we are not jumping into 6.0 right away, i had to come up with a fix, and I did.  This fix though is dependent on you having the jquery plugin activated with your Kbox through KACE professional Services.  Since I have this activated and very tiny experience with jquery/javascript, I was able to write a tiny script that removes that extra URL and my user page functions perfectly.

Here is the contents of the jquery script if you DO have access to it:

 var $j = jQuery.noConflict();




$j(document).ready(function(){
$j('a').each(function(){
this.href = this.href.replace('SEARCH_SELECTION=&LABEL_ID=&', '');
});
});

 

Either way:  You either upgrade to 6.0 to fix it, work through it with jquery, or live with it is the response I essentially got :)

 


Comments:
  • Since your jquery script works, I wonder why Dell won't update the code for 5.5. - tpr 9 years ago
    • I believe the new focus is on 6.0.
      When I was on an old version before 5.5 (5.3) the best support answer I got was "move to 5.4 or 5.5"

      Oh well :) - Wildwolfay 9 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ