February 22, 2011 at 6:56 am
Now and again i need to restart reporting services. Unfortunately I don't have an easy way to ascertain whether users are logged on when I do this, so inevitably end up throwing people off.
I could log log on the to box that ssrs sits on and run netstat, but was wondering if people here know of a plugin to report manager that can tell what users are logged in and active.
Andy
February 23, 2011 at 7:47 am
Hi,
Hope this query helps. Kindly run this statement in your "reportserver" Database and "reportservertempdb" should be your reportserver temp DB.
select usr.username , reportpath, expiration
from Users usr,
reportservertempdb..SessionData ses
where usr.UserID = ses.ownerid
order by 1
Note: if i close the report from browser the session closes 5 minutes closely after the expiration time in my server.
Regards
Durai Nagarajan
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply