I’m looking to manage my Vault user-id’s and check to see who is not using their Vault user-id very much. Is there a way or query I could run to help with this?
Thanks,
Ed
Managing Vault user-id's
Moderator: SourceGear
You could do a history query and filter by user, to see who's actually made changes to the database. The Vault log file will show user logins, which will show who's logging in, even if they aren't making any changes.
Last edited by lbauer on Thu Mar 09, 2006 10:04 am, edited 1 time in total.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Managing Vault user-id's
Thanks but i'm looking for a summary type report that would list each user and the last time they checked-in or out a file. Then I could determine who is not actively using their Vault ID.
Thanks,
Ed
Thanks,
Ed
We don’t provide documentation for database tables, but we do have a client API you can use to get history information, and you can create a history query that checks the last 60 days.
Download the client API installer at http://www.sourcegear.com/vault/downloads.html, which includes the source to the command line client, which has a HISTORY command you can use to figure out how to get a specific query.
Or alternatively, you could just use the command line client to do the query, and then parse the XML that it returns.
Download the client API installer at http://www.sourcegear.com/vault/downloads.html, which includes the source to the command line client, which has a HISTORY command you can use to figure out how to get a specific query.
Or alternatively, you could just use the command line client to do the query, and then parse the XML that it returns.