rajacsc
24th September 2009, 08:50
Dear All,
Looking to assess how many licenses are being used against BAAN Triton. Is there any way to run a query on license usage over the last 6 months to determine real usage and by whom?
Please let me know your ideas ASAP.
Thanks & Regards,
Raja
bdittmar
24th September 2009, 14:08
Dear All,
Looking to assess how many licenses are being used against BAAN Triton. Is there any way to run a query on license usage over the last 6 months to determine real usage and by whom?
Please let me know your ideas ASAP.
Thanks & Regards,
Raja
Hello,
i use a cron driven script (every 10 minutes) to analyse the usage of the BaaN licences.
# Bernd Dittmar (01.06.2004)
# Script to write BaaN Licmon to /tmp/licuse.txt
BSE=/daten/bse
BSE_TMP=/daten/tmp
export BSE BSE_TMP
# Write Date to File
/usr/bin/date >> /tmp/licuse.txt
# Write used BaaN Licence to File
/daten/bse/bin/licmon6.1 -u >> /tmp/licuse.txt
/daten/bse/bin/licmon6.1 -w >> /tmp/licuse.txt
The created file looks like:
Thu Sep 17 15:10:00 METDST 2009
---------- USERS ---------
SERVER MON/SETUP BA BX/BW
himalaya 1 0 11
======== ======== ======== +
TOTAL 1 0 11
SERVER TYPE USER SYSTEM DATE TIME
himalaya bx/bw heinandr.25035 himalaya 17-09-2009 15:02
himalaya bx/bw kaczdani.14927 himalaya 17-09-2009 06:05
himalaya bx/bw schrhelm.22683 himalaya 17-09-2009 12:44
himalaya bx/bw simokai-.15664 himalaya 17-09-2009 06:56
himalaya bx/bw baueanja.23871 himalaya 17-09-2009 14:00
himalaya bx/bw drienorb.16076 himalaya 17-09-2009 07:17
himalaya bx/bw wesenorb.16081 himalaya 17-09-2009 07:19
himalaya bx/bw grubchri.16592 himalaya 17-09-2009 08:09
himalaya bx/bw kompakt1.20627 himalaya 17-09-2009 11:18
himalaya bx/bw kompakt2.20173 himalaya 17-09-2009 11:08
himalaya bx/bw madamadi.17991 himalaya 17-09-2009 09:12
Thu Sep 17 15:20:00 METDST 2009
---------- USERS ---------
SERVER MON/SETUP BA BX/BW
himalaya 1 0 10
======== ======== ======== +
................... aso
Regards
Han Brinkman
24th September 2009, 17:43
One of the logfiles in $BSE/log shows you the information you need. (License x of total y). However that doesn't contain the history of the last 6 months.
PrinceUK
25th September 2009, 08:44
If you are lucky enough (!) to have an Infor Audit, their audit utility captures it all in great detail - but it doesn't look back in history. They usually let it run for about a month.
Hitesh Shah
25th September 2009, 18:58
If u enable user history for all users , u can get the complete activity of a user while in baan with start/end times for each session .
Thomasm
26th September 2009, 16:33
I am using a script that stores the licens usage into a table that I run every hour. It can of course be run at a different time interval as needed. I then run a simple report on the table. I also have one for SLM since we are moving into that. But, it can not give you historic data of course.
norwim
27th September 2009, 23:05
Hi there,
you may look at some tables to retrieve history data which user was using baan.
The result will not be accurate, but may present some clues.
If you didn't purge the printer queue (I can't look up the table name atm, but it is a ttadv or ttaad table) you will at least find the names of all users that invoked printing.
Other tables like tdilc401 also keep user information.
For accurate information scripts like the ones mentioned above are needed.
hth
Norbert