determine which node a user is logged into?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2014 09:02 AM
I would like to be able to determine which node a user is logged into? I'm able to see logged in users (v_user_session) but if I understand correctly this list only contains user sessions on the node that I'm currently logged into. Is there a way to determine which node a user is logged into (which node they have an active session on)?
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2014 09:47 AM
Hi Bryan,
You can do a /stats.do after your Service-Now instance URL and in the following information you will be able to see your logged in Node.
For User sessions you can use the Claimed By column to see which node the user is logged into.
Thanks,
Subhajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2014 09:58 AM
Claimed by on which table? I do not see a 'Claimed By column on the v_user_session table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2014 10:02 AM
Please ignore the earlier comment........i got confused between Running Scheduled jobs and Active Transactions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-02-2014 10:05 AM
no worries. I did a quick search of the dictionary and found claimed by on sys_trigger, thought maybe I was missing something. I don't think there is currently a way to achieve what I'm trying to do but hoping someone out there may have some up with a way to accomplish this. I think this could be accomplished by adding some event handler (script_action) and listening to login and session expiration events but that will require some modifications and I was hoping for an OOB solution for this.