komoon
9th August 2008, 12:59
hello ,
how ı can see online users (on which season) at baan,
are there any season for this ?
thanks...
norwim
10th August 2008, 02:56
Hi there,
with unix as OS it's a peace of cake - install cygwin or similar to have access to the command line facilities needed if your OS is M$.
The following 6 line shell script shows all sessions of all active bshells (from memory, no system at hand to lookup or test it atm)
---start of showit.sh
ps -ef | grep bshell > tmp.file
while read line
do
PID=`echo $line | awk '{print $2}'`
bshcmd6.1 -p -s -u1 -s1 $PID
done < tmp.file
---end of showit.sh
hth
Norbert
komoon
11th August 2008, 14:24
thanks norwim but,
ı know unix way,
ı wanna learn on baan if there are ..
NPRao
11th August 2008, 19:12
komoon,
You can search for the existing threads for already discussed topics on the forum. Refer to the thread - License Monitoring in LN (http://www.baanboard.com/baanboard/showthread.php?t=50304&highlight=mondts)