KAMALAKAR VARMA
2nd March 2006, 11:27
We are working on BAAN IV-c4 on Windows 2000 Server with Oracle 9i database. We want to make sure that all users are logged off from BAAN at a specific time so that the "data backup" configured in "job daemon" works out successfully. Is there some baan session which could be executed at the dos level : something similar to licmon, which could forcefully loggout all currently logged users from the system.

GGM-Admin
2nd March 2006, 11:42
Hi
You can stop and start Baan / Oracle via net stop

Regards

Markus

en@frrom
2nd March 2006, 11:44
Standard Baan allows you to specify the authorised working hours in Baan for the users, via the authorisation management system. Have you looked at that? Is that answering your needs?

bilmaa
2nd March 2006, 11:46
you can use the bshcmd command with the -k option
look the attached file

ganesh_kapase
3rd March 2006, 12:45
Hi En

Can u tell me what happens if user is logged before the authz time and if he continues his work in restricted time authz. My means for specific user restricted timing is 16.15 to 17.00 and if he logged at 16.10 and continued his work after 16.15.....

Standard Baan allows you to specify the authorised working hours in Baan for the users, via the authorisation management system. Have you looked at that? Is that answering your needs?

bdittmar
3rd March 2006, 15:41
Hi En

Can u tell me what happens if user is logged before the authz time and if he continues his work in restricted time authz. My means for specific user restricted timing is 16.15 to 17.00 and if he logged at 16.10 and continued his work after 16.15.....


Hi ganesh,

the user is still logged in.
Do a rc.stop with active alg6.1 binary (Logs out all BaaN-Users).
Do some system jobs.
Restart BaaN.

Regards

suhas-mahajan
25th March 2006, 07:31
Hi All,

Please take care, Abnormal disconnect of users are not recommanded. Which may creates corruption/incosistency in the Database. Just think, what will happen, somebody is running update/generate sessions.

We have made a program which shows us, who is using what sessions, we can send messages to them to logout. If they are not at their place and not using update sessions, we can kill them. Also we can see their extension nos., so that we can call them to logout.

Because of this, Oracle has given "transactional shutdown" feature.

regards,

-Suhas