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

Export list of users who have accessed MII server over a month

raj44
Participant
0 Likes
876

Hi ,

Is it possible to access/export a list of users who have accessed MII server over a month? (using features in NWA etc)

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Rajeev,

Yes you can get this information by using the monitoring service of MII.

Have a look at this document by Krasimira Velikova

This is very informative document along with URLs for the various services.

In the document you will find a section named 'Logins' and this service will provide you the login information.

Important point to note:

Monitoring data is automatically cleaned up every 30 days. You configure the retention period it through the System Administration Screen by setting a different value to MonitoringRetentionDuration.


You might need to increase this value.


Regards,

Rohit Negi.

raj44
Participant
0 Likes

Hi Rohit,

Thanks for the prompt response. I am trying to pull that information out.

Regards,

Rajeev

former_member186805
Participant
0 Likes

Hi Rohit,

When I am trying to hit this URL :

http://localhost:50000/XMII/Illuminator?service=Monitoring&Mode=Logins&Duration=1440&content-type=te...

it gives me an error : "Server name can not be blank ; enter a server name "

Kindly suggest where I am missing.

Thanks,

Ayush

raj44
Participant
0 Likes

Hi Ayush,

Are you including the server name instead of "localhost"

In the above url? Localhost must be replaced by your server address

Regards

Rajeev

raj44
Participant
0 Likes

Hi Rohit,


Also is it possible to get info about users not using the system for some time (3 months)?


Thanks

Rajeev



former_member186805
Participant
0 Likes

Hi Rajeev,

I tried both ways already, but its showing the same error , I am using MII v12.0

Former Member
0 Likes

Hi Rajeev,

@Users not using the system..

In case no direct service call is available (from above doc) ..

But if any service can help you fetch the total no. of users and details from NW..then you can create a simple logic against current logged in users (within your time frame) and have your requirement fulfilled.

Regards

Ruchir

Former Member
0 Likes

Hi Rajeev,

Use this service to fetch the All User List:

<Protocol>://<Server>:<Port>/XMII/Illuminator?service=admin&mode=UserList&content-type=text/xml

This will give you the list all the users.

Then you need to create the logic as mentioned by Ruchir Batra.

Regards,

Rohit Negi.

Answers (1)

Answers (1)

raj44
Participant
0 Likes

Thank you guys, you'll have been very helpful !

Regards