This content has been marked as final.
Show 5 replies
-
1. Re: Hello, I am using Goldmine Premium Edition Version 2016.1.0.172 Jul 6. 2016. How can I Audit my end users login's and logout times? I like to see the end users name, time login to our Goldmine and time logged out. Any help would be greatly appreciated
DHunt Dec 19, 2016 12:54 PM (in response to DMcInt1)3 of 3 people found this helpfulUnder Users Settings in the Properties for each UserID.
-
2. Re: Hello, I am using Goldmine Premium Edition Version 2016.1.0.172 Jul 6. 2016. How can I Audit my end users login's and logout times? I like to see the end users name, time login to our Goldmine and time logged out. Any help would be greatly appreciated
Shaul.Bel Dec 20, 2016 12:46 AM (in response to DMcInt1)3 of 3 people found this helpfulThe data you want is stored in USERLOG table
select * from [dbo].[USERLOG]
Tweak this query to your needs.
-
3. Re: Hello, I am using Goldmine Premium Edition Version 2016.1.0.172 Jul 6. 2016. How can I Audit my end users login's and logout times? I like to see the end users name, time login to our Goldmine and time logged out. Any help would be greatly appreciated
Doug Castell Dec 20, 2016 11:41 AM (in response to DHunt)3 of 3 people found this helpfulTools|Logs|GoldMine Logs
Expand the Users Login Logs tree.
-
4. Re: Hello, I am using Goldmine Premium Edition Version 2016.1.0.172 Jul 6. 2016. How can I Audit my end users login's and logout times? I like to see the end users name, time login to our Goldmine and time logged out. Any help would be greatly appreciated
DMcInt1 Dec 27, 2016 6:01 AM (in response to Shaul.Bel)Thanks to everybody, but going to go the SQL route that Shaul Bel suggested. Thanks again!
-
5. Re: Hello, I am using Goldmine Premium Edition Version 2016.1.0.172 Jul 6. 2016. How can I Audit my end users login's and logout times? I like to see the end users name, time login to our Goldmine and time logged out. Any help would be greatly appreciated
RMacha Jan 5, 2017 9:39 AM (in response to DMcInt1)There are a couple of standard MasterMine templates for working with UserLog data in our "GoldMine Administration" toolkit. Not only the obvious, but also the ability to do analysis that would normally require you to write multiple SQL queries or create pivot tables on your own. www.mastermine.net