how to see active user connection?

  • 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

  • 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 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply