cancel
Showing results for 
Search instead for 
Did you mean: 

Load balancing issue causes performance problems!

Former Member
0 Kudos

Hi

Can someone tell me if there is a way to find the list of users who are logging into the system directly (without using a logon group)? They are hitting the CI which is causing performance issues. Eventhough we've setup system messages and repeated emails its hard to track who aren't following it.

Any ideas would be really appretiated rewarded with points.

Thanks

Arun

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Also, will the above configuration be able to differentiate between the users who logon directly to CI & the ones who are routed to CI through load balancing?

former_member204746
Active Contributor
0 Kudos

no, the above trick will not differentiate those who use logon groups from those who connect directly.

my trick logs out everyone after 60 seconds of inactivity, even Basis specialists.

former_member204746
Active Contributor
0 Kudos

easy:

on the CI, change rdisp/gui_auto_logout to 60.

if they login and there is no activity for 60 seconds, they will be logged out promptly. they will stop trying to login into the CI after awhile.

and if they keep on trying, lock their account into SU01... they will get the message.

another possibility is a user exit on the logon screen. check the ABAP forum for this.

Former Member
0 Kudos

thanks for the suggestions, Eric!

Is there any way we can get the list of users who are logging into the CI (without using the logon group)?

Thanks

Arun