jmathew
31st March 2010, 03:30
Hi,

We wanted to stop all users, except the system admin in Baan, from logging into Baan while we are doing some maintenance activities in the Server. I would like to know if there is a way to stop all users from logging in to Baan system and when the maintenance activity is complete, to let all users to login.

We used to do this by changing the parameter in one of the Baan related files in the server, but I have forgotten the same. Can someone please help on this. Thanks.

vinceco252
31st March 2010, 06:00
You can rename the bshell in the $BSE/lib/ipc_info file. Then you just need to change the client you are using to access the system to use the same bshell value you changed to in the ipc_info file.

sushil
31st March 2010, 18:34
Search before posting ..!!

http://www.baanboard.com/baanboard/showthread.php?t=55456

jmathew
1st April 2010, 03:26
Hi Vincent,

Thanks for the reply and now I remember how we were doing it in Windows OS. At present we have Unix and we use the Putty to login where we have the console (ascii mode) to login to Baan. In this scenario, changing the ipc_info is fine and we could do it, but how can we change the client bshell in this ascii mode. Please let me know. Thanks.

bdittmar
1st April 2010, 12:11
Hi Vincent,

Thanks for the reply and now I remember how we were doing it in Windows OS. At present we have Unix and we use the Putty to login where we have the console (ascii mode) to login to Baan. In this scenario, changing the ipc_info is fine and we could do it, but how can we change the client bshell in this ascii mode. Please let me know. Thanks.

Hello John,

modify the ipc_info file in $BSE/lib like :

bshell.LOCK s 0 0 p ${BSE}/bin/bshell6.1

on UX shell type :

DS_AS = bshell.LOCK
export DS_AS

ba6.1

All ASCII interface user are blocked, but with DS_AS the application will work for the user who knows.


To block the Windows client from loggin i use :
(I use bshell.bw on client configuration to separate ASCII and BW interface to the application)

bshell.bw.LOCK s 0 0 p ${BSE}/bin/bshell.new



Regards