system
June 29, 2010, 3:08pm
1
Hi,
We have 5 named licences and 20 concurent licences.
I can only see 4 people with named and when i try to add 5th one to Named,it comes up as all 5 are filled.What could be the reason ?
Also is there a way to check the list of type of licences in one go rather than manually checking one by one.
Help would be much appreciated.
Regards
Keerth
Keerth007 (BOB member since 2009-03-21)
Don’t you have any technical user using such a license?
This info is available running a script using the query builder…
@Sebastien
Thank you for your response and may i know where can i get it ,what sort of script will pull these details and the steps to follow to run this script.
Regards
Keerth
Keerth007 (BOB member since 2009-03-21)
Run a select like the following
select si_name, si_nameduser from ci_systemobjs where si_kind = 'User'
This will give you the user name and a 0/1 value for si_nameduser, 0=false, 1=true.
If you haven’t used Query Builder at all take some time to learn it, you can get a lot of information from the system using it. Very handy tool.
jwhite9 (BOB member since 2006-07-28)
system
July 8, 2010, 11:19am
5
Hi J.
The line did return results as i wanted.
Thanks
Keerth
Keerth007 (BOB member since 2009-03-21)
system
March 16, 2012, 7:18am
6
Dear J,
I have a similar situation where my client wants to know the number of licenses he has currently for its BO 6.5 setup. I do not have any other way to know this fact, also there’s no any concept of Query Builder in BO 6.5 as well. Could you please help me out in any way to know how many licenses he client has.
Awaiting your response.
Thank you,
Chaitanya
chaitanyabhure (BOB member since 2011-01-12)