cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BO User Account Deactivate

0 Kudos

Hi Experts,

Some one deactivate one of our  user account on BO Server. We are on BO 4.1 SP4.

Is there a way to trace that activity, by querying CI_SYSTEMOBJECT table we can list active users.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

You can run the following query in Query Builder:

select si_name, si_lastlogontime from ci_systemobjects where si_kind='User'

To logon to Query Builder run the URL: http://hostname:port/AdminTools

For example: http://bohost:8080/AdminTools

And login using the Administrator account.

Hope this helps.

-Sid

CdnConnection
Active Contributor
0 Kudos

Bharathi,

    You can create a report against the Audit Database to find out what users have used the system between certain dates.

See link below on how implement

Link to download

https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/40711187-04e8-2d10-d190-851e20c7665a&overrid...

Regards,

Ajay

0 Kudos

Thank you Ajay,

I will enable Audit

CdnConnection
Active Contributor
0 Kudos

Bharathi,

    If the information provided helped you resolve your issue please mark the post properly.

Ajay