How do i check up number of concurrent users in EP. For NAV license i can check up the sessions table. But in that, for EP there is only one license displayed as NAS is running.
Thanks for the reply. Though i want to know the named users, my requirement is that i would like to know how many users are accessing and working on EP currently. Does NAV has a table on which it stores this information of users currently working on EP at a given point of time.
no there is no such table because the users are not working ONLINE in the NAV database but somehow disconnected from the system.
So they open the web part page, the request is sent to NAV, the NAS is connected to the system and processing the request, sending back the answer and the web server displays that as HTML to the user. Therefore you will never get the information if the user has e.g. closed the browser afterwards or if he is still looking at the HTML.
Web pages are always working in a disconnected / stateless manner.
Comments
EP are not concurrent but named user. Just look in the EP user table and count it, that is the number of EP users.
KR
Rainer
Thanks for the reply. Though i want to know the named users, my requirement is that i would like to know how many users are accessing and working on EP currently. Does NAV has a table on which it stores this information of users currently working on EP at a given point of time.
Please confirm
no there is no such table because the users are not working ONLINE in the NAV database but somehow disconnected from the system.
So they open the web part page, the request is sent to NAV, the NAS is connected to the system and processing the request, sending back the answer and the web server displays that as HTML to the user. Therefore you will never get the information if the user has e.g. closed the browser afterwards or if he is still looking at the HTML.
Web pages are always working in a disconnected / stateless manner.
HTH,
Rainer