cancel
Showing results for 
Search instead for 
Did you mean: 

List of logins (users) logged in MII

gurunadh_kumar
Explorer
0 Kudos

Hi Gurus,

I wanted to get the list of users (logins)  that are logged in SAP MII application for a specified period like 30 ,60 or 90 days.

One way I came to know is to use the Monitoring service to get the login information.

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

My questions are

1. Do I need to give the duration in minutes in the above URL?

2. Can I get the login information for the Duration 90 days? (converting 90 days in to minutes)

3. Do I need to set the MonitoringRetentionDuration system property  under system administration in MII inorder to use this service to get the logins for 90 days? 90 days converting in seconds as the parameter is in secs.

Is there a better way other than using the Monitoring service to get the logins in SAP MII for 60 or 90 days duration.

Please help me .

Regards,

Guru.

  

Accepted Solutions (1)

Accepted Solutions (1)

former_member211944
Active Participant
0 Kudos

Hi Guru,

Points 1 and 2:

You could provide the following parameter:

DurationUnits=D

This means that the duration unit is days

So you URL would be http://localhost:50000/XMII/Illuminator?service=Monitoring&Mode=Logins&Duration=1&DurationUnits=D&co...

so for getting the login data for 90 days, Use:

http://localhost:50000/XMII/Illuminator?service=Monitoring&Mode=Logins&Duration=90&DurationUnits=D&c...

Other Possible value for DurationUnits could be: S(second), M(Minute), H(Hour)

Point 3:

The MonitoringRetentionDuration system property  under system administration is in days.

On the UI is shows as sec but it is wrong.

Regards,

Rohit Negi.

Former Member
0 Kudos

Hi Rohit,

Thanks for the reply. I will test by chaning the MonitoringRetentionDuration system property  to 90.

Regards,

Guru.

former_member211944
Active Participant
0 Kudos

Hi Guru,

Do let me know what you find after testing.

Regards,

Rohit Negi.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Guru,

  You must have already seen this document http://wiki.sdn.sap.com/wiki/download/attachments/15603/SAP+MII+Monitoring.pdf?modificationDate=1337...

1. Yes the duration is in  minutes.

There are two ways.. just login count or the users with login count. Both are mentioned in the doc.

Regards

Tufale Ashai