Quantcast
Channel: Sage 100
Viewing all articles
Browse latest Browse all 36990

Forum Post: RE: Alert for all licenses being used?

$
0
0
I personally don't know if there is a place to get the current user count.  The SY_Console Table has the current activity list of all connected workstations, this is the same as the "Master Console" that has the user count in it.  You could count DISTINCT WorkstationName which should give you the user count.  At least it does for me. Since you have premium and SQL you could just create a query against the SY_Console Table something like: SELECT COUNT(DISTINCT(WorkstationName)) AS Licenses FROM {databasename}.SY_Console I don't know if there's a way to script at user logon but you could then wire up a script that if the returned number is within # of your license count to fire off an email to someone. Or yeah, a crystal report against that same table should do the trick. EDIT:  Or with a little thought it would be easy enough to drop that SQL Query into a web page and display it on an intranet page or something.

Viewing all articles
Browse latest Browse all 36990

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>