The Maximum number of open sessions I ever was able to have was 9.
One of our genius users managed to somehow open TWENTY THREE.
I did not think this was possible.
Maximum number of open sessions
Moderators: Susan Smith, admin, Gabriel
-
- Posts: 717
- Joined: Sun Aug 10, 2008 4:24 am
- Location: Southern California
You're right Mikhail. Every once in a while, one of our users manages to open a boatload of sessions too. That's why I posted recently about limiting the number of sessions per user (which I HAVE implemented for a few users who just don't seem to notice that they already have a window opened - grrrr)
-- Susan
-- Susan
-
- Posts: 717
- Joined: Sun Aug 10, 2008 4:24 am
- Location: Southern California
Re: Maximum number of open sessions
I wonder if that manager has WSID=UNIQUE in his config sys?
I believe that causes BR to issue a new unique WSID for each new session - and leave all the sessions at 1. WSID's can go way higher then 9 so I believe having WSID=UNIQUE could cause a user to be allowed to open more then 9 sessions.
I invite anyone with more experience in this particular area to comment.
Gabriel
I believe that causes BR to issue a new unique WSID for each new session - and leave all the sessions at 1. WSID's can go way higher then 9 so I believe having WSID=UNIQUE could cause a user to be allowed to open more then 9 sessions.
I invite anyone with more experience in this particular area to comment.
Gabriel
Mikhail wrote:The Maximum number of open sessions I ever was able to have was 9.
One of our genius users managed to somehow open TWENTY THREE.
I did not think this was possible.
-
- Posts: 717
- Joined: Sun Aug 10, 2008 4:24 am
- Location: Southern California
WSID=UNIQUE
I tried it just for Kicks!
It's not a bad solution! The primary problem is each session takes a BR license.
I was able to quickly open 20 BR sessions, my startup calls for -72 (WSID=72), and it worked for the first session, each subsequent window was assigned the next available WSID (73,74,75,76,...).
My thought is that it might be helpfull for situations where automation might require more than 9 sessions.
It's not a bad solution! The primary problem is each session takes a BR license.
I was able to quickly open 20 BR sessions, my startup calls for -72 (WSID=72), and it worked for the first session, each subsequent window was assigned the next available WSID (73,74,75,76,...).
My thought is that it might be helpfull for situations where automation might require more than 9 sessions.