You are not logged in.
Pages: 1
Hi All,
Is there any possibilities in ReportServer to check connected users?
Thanks,
Gadge
Offline
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
Hi,
thanks for information.
Kind regards,
Gadge
Offline
Pages: 1