atchawad
27th April 2009, 12:00
Dear all,
Some time We got message 'Maximum User reached' . How can I check who is using baan ? and how can I kill that process.
Thank you in advance.
Atchawadee R.
bdittmar
27th April 2009, 13:02
Dear all,
Some time We got message 'Maximum User reached' . How can I check who is using baan ? and how can I kill that process.
Thank you in advance.
Atchawadee R.
Hello,
licmon6.1 -w shows the user
Regards
atchawad
27th April 2009, 13:37
Dear Bernd,
Thank you for your answer but I have no idea where to use this cmd.
All the best ,
Atchawadee.
george7a
27th April 2009, 13:50
Hi,
licmon6.1 can be found under $BSE/bin on the baan server.
- George
ahmer91
1st May 2009, 16:21
$BSE\bin\licmon6.1 -w
this will give list down users currently logged in.
Elrodyn
13th May 2009, 18:16
is it different from LN?i'm using the slmcmd command for the FP3.And i can't find the file licmon
mohitsoni143
18th May 2009, 16:37
i am using erpln 6.0 ...how can i know the info of users currently logged on to baan server ?
NPRao
18th May 2009, 20:03
Elrodyn, Mohit,
LN uses SLM for product licensing. Refer to the SLM documentation or use search option on the forum to refer to the already discussed topics. For example, License Monitoring in LN (http://www.baanboard.com/baanboard/showthread.php?t=50304&highlight=slm)
Elrodyn
20th May 2009, 05:51
ah,
my mistake, i thought the licmon is in the LN environment.
thank you
sushil
21st May 2009, 11:59
try this ,
sql server 2000 / 2005
sp_who2
Oracle
SELECT DISTINCT(osuser) FROM v$session WHERE OSUSER NOT IN ('SYS','SYSTEM')