Question
1
Replies
2338
Views
Posted: January 5, 2016
Last activity: January 5, 2016
Closed
Get active user session details
Hi,
Can we get the node name where session of the user in active ?.
Here Prod system has 20-25 nodes, For sometimes user session needs to be traced to encounter the problem , but how do we get the node where the session of the user is being run?.
Hi
There is an OOTB listview "RequestorsOnline" under Code-Pega-Requestor which shows the list of active requestor
There is another OOTB Report definition " PxSystemNameNodesList" under Data-Admin-Nodes class which shows the node details.
So you can think of creating your own report and join these two classes to get the desired result.