reliablejim
30th January 2006, 19:23
Can licmon be used to show which company each user is logged on to? Or is there a third-party tool that can do this?
mr_suleyman
31st January 2006, 11:35
I think it doesn't have that functionality. Only you can see logon users. But It can be possible according to your baan customization. For example if you use different users for each company.Then , Your aim is possible. Actually, I wrote a program that you can see each user that used licmon program on visual baan screen.
Good Luck !
norwim
31st January 2006, 12:46
Hi there,
with cygwin or MKS toolkit you may simply issue something like:
bshcmd6.2 -p -s -u1 -w1 PROCESS_ID_OF_BSHELL | gawk '{if (NF==9) print $1 "\t" $2 "\t" $4 "\" $8}'
hth
Norbert
suhas-mahajan
1st February 2006, 22:51
Jim,
Please refer to - http://www.baanboard.com/baanboard/showthread.php?t=8604&highlight=licmon
regards,
-Suhas