#1 2017-07-11 13:30:05

Gadge
Member
Registered: 2016-12-21

Connected users

Hi All,

Is there any possibilities in ReportServer to check connected users?

Thanks,
Gadge

Offline

#2 2017-08-18 12:10:55

jalbrecht
Administrator
Registered: 2016-10-21

Re: Connected users

Hi Gadge,

there is no comfortable way to do it. Pls check the log with

SELECT E.*, P.KEY_FIELD, P.VALUE
FROM RS_AUDIT_LOG_ENTRY E,
RS_AUDIT_LOG_PROPERTY P
WHERE
E.ENTITY_ID = P.LOG_ENTRY_ID

and restrict action to login anfd logout. Then look for the logins without logout, these are the connected users ... . We take this as a feature request and look for a more convenient way ...

wbr jan

Offline

#3 2017-10-06 15:29:18

Gadge
Member
Registered: 2016-12-21

Re: Connected users

Hi,
thanks for information.
Kind regards,
Gadge

Offline

Board footer

Powered by FluxBB