raghava sriram
17th February 2010, 12:14
Hi,

I want block the user, who has already logged in to the application. That is one user should login only once, i sholud not allow the same user to login to the application twice.

Please suggest

sachu69
17th February 2010, 12:34
Hi raghava,

You can do it by scripting on OS.
You know when baan start baan.exe start on server
Using PS command you can get details.
While next time login you can check user name if already available then throw some msg.

in windows you can write bat file for same.

Reagrds,
Sachin

raghava sriram
18th February 2010, 07:00
Hi Sachin,

I am working on aix 5.3. As you said we can get user details with ps -ef|grep bshell.
if possible could you please give me the step by step info.


Regards

Hitesh Shah
21st February 2010, 05:37
Search this thread for login scripts , ipc_info etc . U would get lot shell script examples u can use from.

Thomasm
22nd February 2010, 09:29
Using the 'new' SLM license technology allows for the same user to log in multiple times from the same client and still only use a single license. So by moving over to SLM licensing there would no longer be a need to prevent the users from loggin in more than once. Maybe?

/Thomas

avpatil
22nd February 2010, 19:35
Can you give more info on SLM license?

Arvind Patil

Thomasm
22nd February 2010, 20:33
SLM is a new license technology from Infor. We have it running for our global system and with 3 license servers working in a network and 7 systems using licenses it is more stable than the old licmon technology, at least in this global set-up.

Contact Infor for more information and if you need support. Once installed you will need to re-license so probably best to also include you account manager too.

Good luck

raghava sriram
23rd February 2010, 06:51
we are using ERP LN FP2 with porting set 8.4c.02 and with SLM Server 7.1.0.2 on AIX 5.3
My requirement is once the user is logged into the application then same user should not allow to login from any another client machine.

Regards,