Show current logged users in MAXADMIN's Start Center

A useful portlet (result set) that I typically configure on MAXADMIN's Start Center is the list of users logged to Maximo server. I use this to perform unplanned system maintenance that requires setting admin mode or restarting the server.

To configure this portlet you first have to create the related query. Open Users application, input the following where clause (under Advanced Search menu) and press OK button.
userid in (select userid from maxsession where active=1 and issystem!=1)

Save the query with the following properties:
Open the MAXADMIN Start Center and add a Result Set portlet.
Edit the portlet and select the LOGGEDUSERS query. In the Column Display tab select the following columns: USERID, TYPE, PERSONID.

Labels: ,