Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

logs on more than once

Former Member
0 Kudos

I am currently working on trying to restrict access to SAP Production environment becouse

We dont want that the same user logs on more than once.

Does somebody have any idea or might help me with this issue.

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Jorge,

> We dont want that the same user logs on more than once.

You have to use the following parameter

login/disable_multi_gui_login = 1

And, if you need one or more exceptions, you have to use the following parameter:

login/multi_login_users = ADMIN

Keep in mind that a Service user is not affected by those parameters.

Regards,

Federico Biavati

3 REPLIES 3

Former Member
0 Kudos

Hello Jorge,

> We dont want that the same user logs on more than once.

You have to use the following parameter

login/disable_multi_gui_login = 1

And, if you need one or more exceptions, you have to use the following parameter:

login/multi_login_users = ADMIN

Keep in mind that a Service user is not affected by those parameters.

Regards,

Federico Biavati

sdipanjan
Active Contributor
0 Kudos

As much as i understood ur requirement, plz check the profile parameter login/disable_multi_gui_login. For more information, please check the description of the parameter in RZ11. If it is related to restrict the access to instance then your requrement should be checked for Logon Load balancing which is done ny Transaction SMLG.

Regards,

Dipanjan

Former Member
0 Kudos

> We dont want that the same user logs on more than once.

You mean only logon once ever with the same ID? As in one-time-users?

Yes, this is possible, but difficult and the use-case is somewhat doubtfull...

Cheers,

Julius